upgrade deps + remove unneeded

This commit is contained in:
itsMapleLeaf
2023-09-27 12:33:40 -05:00
parent 25fcc53d91
commit 0d4294ee8c
5 changed files with 437 additions and 667 deletions

View File

@@ -18,7 +18,7 @@
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/rubik": "^4.5.14",
"@heroicons/react": "^2.0.18",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"astro": "^2.10.9",
"clsx": "^2.0.0",
"reacord": "workspace:*",
@@ -28,13 +28,13 @@
},
"devDependencies": {
"@astrojs/tailwind": "^4.0.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.3",
"typedoc": "^0.24.8",
"typedoc": "^0.25.1",
"wait-on": "^7.0.1"
}
}