chore: update dependencies

This commit is contained in:
wj-xiao
2025-10-30 12:09:11 +08:00
parent 454de2c9af
commit 00bc1aa01c
4 changed files with 1184 additions and 664 deletions

748
browser/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
overrides:
'@babel/helpers@<7.26.10': '>=7.26.10'
'@babel/runtime@<7.26.10': '>=7.26.10'
'@eslint/plugin-kit@<0.3.4': '>=0.3.4'
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12'
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
esbuild@<=0.24.2: '>=0.25.0'
vite@>=6.0.0 <6.0.12: '>=6.0.12'
vite@>=6.0.0 <6.0.13: '>=6.0.13'
vite@>=6.0.0 <6.0.14: '>=6.0.14'
vite@>=6.0.0 <6.0.15: '>=6.0.15'
vite@>=6.0.0 <=6.0.8: '>=6.0.9'
vite@>=6.0.0 <=6.1.5: '>=6.1.6'
vite@>=6.0.0 <=6.3.5: '>=6.3.6'
vite@>=6.0.0 <=6.4.0: '>=6.4.1'

View File

@@ -50,7 +50,7 @@
"@vitejs/plugin-react": "^4.3.4",
"electron": "^34.2.0",
"electron-builder": "^25.1.8",
"electron-vite": "^3.0.0",
"electron-vite": "^4.0.1",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
@@ -65,6 +65,24 @@
"pnpm": {
"onlyBuiltDependencies": [
"electron"
]
],
"overrides": {
"esbuild@<=0.24.2": ">=0.25.0",
"vite@>=6.1.0 <6.1.2": ">=6.1.2",
"vite@>=6.1.0 <6.1.3": ">=6.1.3",
"vite@>=6.1.0 <6.1.5": ">=6.1.5",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@babel/helpers@<7.26.10": ">=7.26.10",
"vite@>=6.0.0 <=6.1.5": ">=6.1.6",
"vite@>=6.1.0 <6.1.4": ">=6.1.4",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
"tmp@<=0.2.3": ">=0.2.4",
"electron@<35.7.5": ">=35.7.5",
"vite@>=6.0.0 <=6.3.5": ">=6.3.6",
"vite@>=6.0.0 <=6.4.0": ">=6.4.1"
}
}
}

1063
desktop/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff