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

@@ -6,9 +6,9 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@types/lodash-es": "^4.17.8",
"@types/lodash-es": "^4.17.9",
"lodash-es": "^4.17.21",
"type-fest": "^4.2.0",
"vitest": "^0.34.1"
"type-fest": "^4.3.2",
"vitest": "^0.34.5"
}
}

View File

@@ -45,9 +45,9 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-reconciler": "^0.28.2",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-reconciler": "^0.28.5",
"react-reconciler": "^0.29.0",
"rxjs": "^7.8.1"
},
@@ -62,19 +62,19 @@
},
"devDependencies": {
"@reacord/helpers": "workspace:*",
"@types/lodash-es": "^4.17.8",
"@types/lodash-es": "^4.17.9",
"c8": "^8.0.1",
"cpy-cli": "^5.0.0",
"discord.js": "^14.12.1",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"lodash-es": "^4.17.21",
"nodemon": "^3.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"pretty-ms": "^8.0.0",
"react": "^18.2.0",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"type-fest": "^4.2.0"
"tsx": "^3.13.0",
"type-fest": "^4.3.2"
},
"release-it": {
"git": {

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"
}
}