chore: bump nextjs to 15.3 (#22262)

This commit is contained in:
Bowen Liang
2025-07-15 09:35:17 +08:00
committed by GitHub
parent d2a3e8b9b1
commit a1dfe6d402
2 changed files with 1080 additions and 653 deletions

View File

@@ -58,7 +58,7 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "15.2.3",
"@next/mdx": "~15.3.5",
"@octokit/core": "^6.1.2",
"@octokit/request-error": "^6.1.5",
"@remixicon/react": "^4.5.0",
@@ -103,14 +103,14 @@
"mime": "^4.0.4",
"mitt": "^3.0.1",
"negotiator": "^0.6.3",
"next": "15.2.4",
"next": "~15.3.5",
"next-themes": "^0.4.3",
"pinyin-pro": "^3.25.0",
"qrcode.react": "^4.2.0",
"qs": "^6.13.0",
"react": "19.0.0",
"react": "~19.1.0",
"react-18-input-autosize": "^3.0.0",
"react-dom": "19.0.0",
"react-dom": "~19.1.0",
"react-easy-crop": "^5.1.0",
"react-error-boundary": "^4.1.2",
"react-headless-pagination": "^1.1.6",
@@ -159,7 +159,7 @@
"@eslint/js": "^9.20.0",
"@faker-js/faker": "^9.0.3",
"@happy-dom/jest-environment": "^17.4.4",
"@next/eslint-plugin-next": "^15.2.3",
"@next/eslint-plugin-next": "~15.3.5",
"@rgrove/parse-xml": "^4.1.0",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
@@ -181,8 +181,8 @@
"@types/negotiator": "^0.6.3",
"@types/node": "18.15.0",
"@types/qs": "^6.9.16",
"@types/react": "19.0.11",
"@types/react-dom": "19.0.4",
"@types/react": "~19.1.8",
"@types/react-dom": "~19.1.6",
"@types/react-slider": "^1.3.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
@@ -196,7 +196,7 @@
"code-inspector-plugin": "^0.18.1",
"cross-env": "^7.0.3",
"eslint": "^9.20.1",
"eslint-config-next": "^15.0.0",
"eslint-config-next": "~15.3.5",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-sonarjs": "^3.0.2",
@@ -212,13 +212,13 @@
"storybook": "8.5.0",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "4.9.5",
"typescript-eslint": "^8.23.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"uglify-js": "^3.19.3"
},
"resolutions": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~19.1.8",
"@types/react-dom": "~19.1.6",
"string-width": "4.2.3"
},
"lint-staged": {