Compare commits

...

3 Commits

Author SHA1 Message Date
NFish
d7755dbbda rebuild pnpm-lock.yaml 2025-12-04 15:09:50 +08:00
NFish
bccd0f1964 chore: update React type definitions to match React 19.2.1
- Update @types/react from ~19.1.17 to ~19.2.7
- Update @types/react-dom from ~19.1.11 to ~19.2.3
- Update resolutions field to match type definitions
- Sync pnpm-lock.yaml with updated React and type definition versions
2025-12-04 14:14:19 +08:00
NFish
e6373ec418 chore: update Next.js dev dependencies to 15.5.7
- Update @next/bundle-analyzer from 15.5.4 to 15.5.7
- Update @next/eslint-plugin-next from 15.5.4 to 15.5.7
- Update @next/mdx from 15.5.4 to 15.5.7
- Sync pnpm-lock.yaml with updated versions
2025-12-04 14:11:38 +08:00
2 changed files with 638 additions and 593 deletions

View File

@@ -104,9 +104,9 @@
"pinyin-pro": "^3.27.0",
"qrcode.react": "^4.2.0",
"qs": "^6.14.0",
"react": "19.1.1",
"react": "19.2.1",
"react-18-input-autosize": "^3.0.0",
"react-dom": "19.1.1",
"react-dom": "19.2.1",
"react-easy-crop": "^5.5.3",
"react-hook-form": "^7.65.0",
"react-hotkeys-hook": "^4.6.2",
@@ -147,9 +147,9 @@
"@happy-dom/jest-environment": "^20.0.8",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/bundle-analyzer": "15.5.4",
"@next/eslint-plugin-next": "15.5.4",
"@next/mdx": "15.5.4",
"@next/bundle-analyzer": "15.5.7",
"@next/eslint-plugin-next": "15.5.7",
"@next/mdx": "15.5.7",
"@rgrove/parse-xml": "^4.2.0",
"@storybook/addon-docs": "9.1.13",
"@storybook/addon-links": "9.1.13",
@@ -166,8 +166,8 @@
"@types/negotiator": "^0.6.4",
"@types/node": "18.15.0",
"@types/qs": "^6.14.0",
"@types/react": "~19.1.17",
"@types/react-dom": "~19.1.11",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"@types/react-slider": "^1.3.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
@@ -201,8 +201,8 @@
"uglify-js": "^3.19.3"
},
"resolutions": {
"@types/react": "~19.1.17",
"@types/react-dom": "~19.1.11",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"string-width": "~4.2.3",
"@eslint/plugin-kit": "~0.3",
"canvas": "^3.2.0",

1213
web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff