fixed weird dependency error
This commit is contained in:
18
package.json
18
package.json
@@ -15,7 +15,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.453.0",
|
||||
"next": "15.0.1",
|
||||
"next-sanity": "^9.8.7",
|
||||
"next-sanity": "^9.8.8",
|
||||
"next-themes": "^0.3.0",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
@@ -24,18 +24,18 @@
|
||||
"sanity": "^3.62.2",
|
||||
"sass": "^1.80.4",
|
||||
"sonner": "^1.5.0",
|
||||
"styled-components": "6",
|
||||
"styled-components": "^6.1.13",
|
||||
"tailwind-merge": "^2.5.4",
|
||||
"tailwindcss-animate": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"eslint": "^8",
|
||||
"typescript": "^5.6.3",
|
||||
"@types/node": "^20.17.3",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"postcss": "^8.4.47",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-next": "15.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user