Bump deps

This commit is contained in:
草鞋没号 2022-01-29 22:03:32 +08:00
parent 20087af17e
commit f3b00a7fcf
2 changed files with 947 additions and 1265 deletions

2192
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"main": "dist/main/index.cjs",
"scripts": {
"dev": "node scripts/watch.mjs",
"build": "node scripts/build.mjs && electron-builder"
"build": "tsc --project src/renderer/tsconfig.json && node scripts/build.mjs && electron-builder"
},
"engines": {
"node": ">=14.17.0"
@ -16,17 +16,17 @@
"electron-store": "^8.0.1"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"antd": "^4.16.13",
"electron": "^15.3.0",
"electron-builder": "^22.13.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4",
"antd": "^4.18.5",
"electron": "16.0.8",
"electron-builder": "^22.14.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4",
"vite": "^2.6.13",
"vite-plugin-resolve": "^1.4.0"
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-resolve": "^1.4.2"
},
"env": {
"//": "Used in build scripts",