upgrade deps and fix nullables

This commit is contained in:
eggy
2023-05-23 16:31:52 -04:00
parent 304c9d6f36
commit 5976b6079a
5 changed files with 38 additions and 16 deletions

View File

@@ -12,13 +12,14 @@
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.2.0",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^20.2.3",
"nuxt": "3.3.3",
"reading-time": "^2.0.0-1",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"sass": "^1.57.1",
"sitemap": "^7.1.1",
"typescript": "^4.7.4",
"typescript": "^5.0.4",
"unist-util-visit": "^4.1.0",
"vite-svg-loader": "^4.0.0"
},