chore: 更新 next.js 及相关依赖至 15.2.8 版本
This commit is contained in:
18
web/package-lock.json
generated
18
web/package-lock.json
generated
@@ -28,7 +28,7 @@
|
||||
"i18next": "^25.4.1",
|
||||
"i18next-resources-to-backend": "^1.2.1",
|
||||
"lucide-react": "^0.424.0",
|
||||
"next": "15.2.6",
|
||||
"next": "15.2.8",
|
||||
"next-language-detector": "^1.1.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"postcss": "^8.4.40",
|
||||
@@ -51,7 +51,7 @@
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^15.2.6",
|
||||
"eslint-config-next": "^15.2.8",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.5",
|
||||
"tsx": "^4.20.4"
|
||||
@@ -1830,9 +1830,9 @@
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@next/env": {
|
||||
"version": "15.2.6",
|
||||
"resolved": "https://registry.npmmirror.com/@next/env/-/env-15.2.6.tgz",
|
||||
"integrity": "sha512-kp1Mpm4K1IzSSJ5ZALfek0JBD2jBw9VGMXR/aT7ykcA2q/ieDARyBzg+e8J1TkeIb5AFj/YjtZdoajdy5uNy6w==",
|
||||
"version": "15.2.8",
|
||||
"resolved": "https://registry.npmmirror.com/@next/env/-/env-15.2.8.tgz",
|
||||
"integrity": "sha512-TaEsAki14R7BlgywA05t2PFYfwZiNlGUHyIQHVyloXX3y+Dm0HUITe5YwTkjtuOQuDhuuLotNEad4VtnmE11Uw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@next/eslint-plugin-next": {
|
||||
@@ -8321,12 +8321,12 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/next": {
|
||||
"version": "15.2.6",
|
||||
"resolved": "https://registry.npmmirror.com/next/-/next-15.2.6.tgz",
|
||||
"integrity": "sha512-DIKFctUpZoCq5ok2ztVU+PqhWsbiqM9xNP7rHL2cAp29NQcmDp7Y6JnBBhHRbFt4bCsCZigj6uh+/Gwh2158Wg==",
|
||||
"version": "15.2.8",
|
||||
"resolved": "https://registry.npmmirror.com/next/-/next-15.2.8.tgz",
|
||||
"integrity": "sha512-pe2trLKZTdaCuvNER0S9Wp+SP2APf7SfFmyUP9/w1SFA2UqmW0u+IsxCKkiky3n6um7mryaQIlgiDnKrf1ZwIw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@next/env": "15.2.6",
|
||||
"@next/env": "15.2.8",
|
||||
"@swc/counter": "0.1.3",
|
||||
"@swc/helpers": "0.5.15",
|
||||
"busboy": "1.6.0",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"i18next": "^25.4.1",
|
||||
"i18next-resources-to-backend": "^1.2.1",
|
||||
"lucide-react": "^0.424.0",
|
||||
"next": "15.2.6",
|
||||
"next": "15.2.8",
|
||||
"next-language-detector": "^1.1.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"postcss": "^8.4.40",
|
||||
@@ -56,7 +56,7 @@
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^15.2.6",
|
||||
"eslint-config-next": "^15.2.8",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.5",
|
||||
"tsx": "^4.20.4"
|
||||
|
||||
Reference in New Issue
Block a user