Update dependencies
This commit is contained in:
18
package.json
18
package.json
@@ -9,19 +9,19 @@
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "16.0.1",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"next": "16.0.7",
|
||||
"react": "19.2.1",
|
||||
"react-dom": "19.2.1",
|
||||
"swiper": "12.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.9.3",
|
||||
"@types/node": "24.10.0",
|
||||
"@types/react": "19.2.2",
|
||||
"@types/react-dom": "19.2.2",
|
||||
"@tailwindcss/postcss": "4.1.16",
|
||||
"tailwindcss": "4.1.16",
|
||||
"@types/node": "24.10.1",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@tailwindcss/postcss": "4.1.17",
|
||||
"tailwindcss": "4.1.17",
|
||||
"eslint": "9.39.1",
|
||||
"eslint-config-next": "16.0.1"
|
||||
"eslint-config-next": "16.0.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user