feat: package.json upgrade react, next and so on

This commit is contained in:
Joel 2025-03-19 11:40:38 +08:00
parent 411e332f1b
commit 7e77cfaf72
2 changed files with 724 additions and 1230 deletions

View File

@ -3,7 +3,7 @@
"version": "1.1.0",
"private": true,
"engines": {
"node": ">=18.17.0"
"node": ">=18.18.0"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
@ -30,7 +30,7 @@
"@eslint/compat": "^1.2.4",
"@floating-ui/react": "^0.26.25",
"@formatjs/intl-localematcher": "^0.5.6",
"@headlessui/react": "^1.7.13",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.9.0",
"@lexical/code": "^0.18.0",
@ -43,7 +43,7 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.0.4",
"@next/mdx": "15.2.3",
"@octokit/core": "^6.1.2",
"@octokit/request-error": "^6.1.5",
"@remixicon/react": "^4.5.0",
@ -82,15 +82,15 @@
"mime": "^4.0.4",
"mitt": "^3.0.1",
"negotiator": "^0.6.3",
"next": "^14.2.10",
"next": "15.2.3",
"next-themes": "^0.4.3",
"pinyin-pro": "^3.25.0",
"qrcode.react": "^4.1.0",
"qs": "^6.13.0",
"rc-textarea": "^1.8.2",
"react": "~18.2.0",
"react": "19.0.0",
"react-18-input-autosize": "^3.0.0",
"react-dom": "~18.2.0",
"react-dom": "19.0.0",
"react-easy-crop": "^5.1.0",
"react-error-boundary": "^4.1.2",
"react-headless-pagination": "^1.1.6",
@ -136,17 +136,17 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@faker-js/faker": "^9.0.3",
"@next/eslint-plugin-next": "^15.0.0",
"@next/eslint-plugin-next": "15.2.3",
"@rgrove/parse-xml": "^4.1.0",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/addon-themes": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/test": "^8.3.6",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/addon-links": "8.5.0",
"@storybook/addon-onboarding": "8.5.0",
"@storybook/addon-themes": "8.5.0",
"@storybook/blocks": "8.5.0",
"@storybook/nextjs": "8.5.0",
"@storybook/react": "8.5.0",
"@storybook/test": "8.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
@ -158,8 +158,8 @@
"@types/negotiator": "^0.6.3",
"@types/node": "18.15.0",
"@types/qs": "^6.9.16",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "19.0.11",
"@types/react-dom": "19.0.4",
"@types/react-slider": "^1.3.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
@ -173,7 +173,7 @@
"code-inspector-plugin": "^0.18.1",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.0",
"eslint-config-next": "15.2.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-storybook": "^0.10.1",
@ -185,7 +185,7 @@
"magicast": "^0.3.4",
"postcss": "^8.4.47",
"sass": "^1.80.3",
"storybook": "^8.3.6",
"storybook": "8.5.0",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "4.9.5",
@ -203,5 +203,10 @@
"**/*.ts?(x)": [
"eslint --fix"
]
},
"overrides": {
"@types/react": "19.0.11",
"@types/react-dom": "19.0.4",
"@storybook/test": "8.5.0"
}
}

File diff suppressed because it is too large Load Diff