fix: remove duplicate typescript and stale next dep from root package.json

This commit is contained in:
2026-04-08 03:07:53 +00:00
parent e88d21fa35
commit 43a3968788
2 changed files with 30 additions and 488 deletions
+30 -484
View File
File diff suppressed because it is too large Load Diff
-4
View File
@@ -48,10 +48,6 @@
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"dependencies": {
"next": "^12.0.2",
"typescript": "^4.6.3"
},
"resolutions": {
"@types/react": "17.0.2",
"next": "12.0.2"