chore(deps): update npm dependencies

This commit is contained in:
renovate[bot] 2026-03-30 09:28:15 +00:00 committed by GitHub
parent 56291d3d91
commit b5853fa4aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 22 deletions

View File

@ -60,7 +60,7 @@
"dayjs": "1.11.20",
"foxact": "^0.3.0",
"foxts": "^5.3.0",
"i18next": "^25.10.4",
"i18next": "^26.0.0",
"js-yaml": "^4.1.1",
"lodash-es": "^4.17.23",
"meta-json-schema": "^1.19.21",
@ -71,7 +71,7 @@
"react-dom": "19.2.4",
"react-error-boundary": "6.1.1",
"react-hook-form": "^7.72.0",
"react-i18next": "16.6.6",
"react-i18next": "17.0.1",
"react-markdown": "10.1.0",
"react-router": "^7.13.1",
"react-virtuoso": "^4.18.3",
@ -120,7 +120,7 @@
"typescript": "^6.0.0",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1",
"vite-plugin-svgr": "^4.5.0"
"vite-plugin-svgr": "^5.0.0"
},
"lint-staged": {
"*.{ts,tsx}": [

38
pnpm-lock.yaml generated
View File

@ -87,8 +87,8 @@ importers:
specifier: ^5.3.0
version: 5.3.0
i18next:
specifier: ^25.10.4
version: 25.10.4(typescript@6.0.2)
specifier: ^26.0.0
version: 26.0.2(typescript@6.0.2)
js-yaml:
specifier: ^4.1.1
version: 4.1.1
@ -120,8 +120,8 @@ importers:
specifier: ^7.72.0
version: 7.72.0(react@19.2.4)
react-i18next:
specifier: 16.6.6
version: 16.6.6(i18next@25.10.4(typescript@6.0.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@6.0.2)
specifier: 17.0.1
version: 17.0.1(i18next@26.0.2(typescript@6.0.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@6.0.2)
react-markdown:
specifier: 10.1.0
version: 10.1.0(@types/react@19.2.14)(react@19.2.4)
@ -262,8 +262,8 @@ importers:
specifier: ^8.0.1
version: 8.0.1(@types/node@24.12.0)(jiti@2.6.1)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)
vite-plugin-svgr:
specifier: ^4.5.0
version: 4.5.0(typescript@6.0.2)(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))
specifier: ^5.0.0
version: 5.0.0(typescript@6.0.2)(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))
packages:
@ -2491,10 +2491,10 @@ packages:
engines: {node: '>=18'}
hasBin: true
i18next@25.10.4:
resolution: {integrity: sha512-XsE/6eawy090meuFU0BTY9BtmWr1m9NSwLr0NK7/A04LA58wdAvDsi9WNOJ40Qb1E9NIPbvnVLZEN2fWDd3/3Q==}
i18next@26.0.2:
resolution: {integrity: sha512-WsK0SdP+7tGzsxpT+Us1s2nvOyx657DatBodaNZe4KcPTPYzkVfRKUygN69mB+sCbbnifRuKz+Ya5JRzd8DNHw==}
peerDependencies:
typescript: ^5
typescript: ^5 || ^6
peerDependenciesMeta:
typescript:
optional: true
@ -3055,10 +3055,10 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19
react-i18next@16.6.6:
resolution: {integrity: sha512-ZgL2HUoW34UKUkOV7uSQFE1CDnRPD+tCR3ywSuWH7u2iapnz86U8Bi3Vrs620qNDzCf1F47NxglCEkchCTDOHw==}
react-i18next@17.0.1:
resolution: {integrity: sha512-iG65FGnFHcYyHNuT01ukffYWCOBFTWSdVD8EZd/dCVWgtjFPObcSsvYYNwcsokO/rDcTb5d6D8Acv8MrOdm6Hw==}
peerDependencies:
i18next: '>= 25.10.9'
i18next: '>= 26.0.1'
react: '>= 16.8.0'
react-dom: '*'
react-native: '*'
@ -3434,10 +3434,10 @@ packages:
vfile@6.0.3:
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
vite-plugin-svgr@4.5.0:
resolution: {integrity: sha512-W+uoSpmVkSmNOGPSsDCWVW/DDAyv+9fap9AZXBvWiQqrboJ08j2vh0tFxTD/LjwqwAd3yYSVJgm54S/1GhbdnA==}
vite-plugin-svgr@5.0.0:
resolution: {integrity: sha512-CZFWDtbWSLnF6C+uv8u7E5Ao6UVQYBpJrS6212XsEod/Lm4ErhOoFc01/po4ie5hqvMCr5KYrlMrSGQQEtMtBg==}
peerDependencies:
vite: '>=2.6.0'
vite: '>=3.0.0'
vite@8.0.1:
resolution: {integrity: sha512-wt+Z2qIhfFt85uiyRt5LPU4oVEJBXj8hZNWKeqFG4gRG/0RaRGJ7njQCwzFVjO+v4+Ipmf5CY7VdmZRAYYBPHw==}
@ -6016,7 +6016,7 @@ snapshots:
husky@9.1.7: {}
i18next@25.10.4(typescript@6.0.2):
i18next@26.0.2(typescript@6.0.2):
dependencies:
'@babel/runtime': 7.29.2
optionalDependencies:
@ -6656,11 +6656,11 @@ snapshots:
dependencies:
react: 19.2.4
react-i18next@16.6.6(i18next@25.10.4(typescript@6.0.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@6.0.2):
react-i18next@17.0.1(i18next@26.0.2(typescript@6.0.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@6.0.2):
dependencies:
'@babel/runtime': 7.29.2
html-parse-stringify: 3.0.1
i18next: 25.10.4(typescript@6.0.2)
i18next: 26.0.2(typescript@6.0.2)
react: 19.2.4
use-sync-external-store: 1.6.0(react@19.2.4)
optionalDependencies:
@ -7078,7 +7078,7 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.3
vite-plugin-svgr@4.5.0(typescript@6.0.2)(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)):
vite-plugin-svgr@5.0.0(typescript@6.0.2)(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)):
dependencies:
'@rollup/pluginutils': 5.3.0
'@svgr/core': 8.1.0(typescript@6.0.2)