fix: remove duplicate typescript and stale next dep from root package.json
This commit is contained in:
@@ -48,10 +48,6 @@
|
|||||||
"*.js": "eslint --cache --fix",
|
"*.js": "eslint --cache --fix",
|
||||||
"*.{js,css,md}": "prettier --write"
|
"*.{js,css,md}": "prettier --write"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
|
||||||
"next": "^12.0.2",
|
|
||||||
"typescript": "^4.6.3"
|
|
||||||
},
|
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "17.0.2",
|
"@types/react": "17.0.2",
|
||||||
"next": "12.0.2"
|
"next": "12.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user