Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Sep 3, 2023
1 parent d1ff766 commit cfb8b56
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 1,017 deletions.
12 changes: 6 additions & 6 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"electron:build:linux": "umi build electron --linux"
},
"dependencies": {
"umi": "^4.0.67"
"umi": "^4.0.79"
},
"devDependencies": {
"@liangskyli/umijs-plugin-electron": "workspace:*",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@umijs/lint": "^4.0.72",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@umijs/lint": "^4.0.79",
"electron": "^22.3.18",
"electron-builder": "^23.6.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"name": "umi_electron_app",
"version": "0.0.1"
Expand Down
12 changes: 6 additions & 6 deletions examples/max/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"electron:build:linux": "max build electron --linux"
},
"dependencies": {
"@umijs/max": "4.0.72"
"@umijs/max": "4.0.79"
},
"devDependencies": {
"@liangskyli/umijs-plugin-electron": "workspace:*",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@umijs/lint": "^4.0.72",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@umijs/lint": "^4.0.79",
"electron": "^22.3.18",
"electron-builder": "^23.6.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"name": "umi_electron_app",
"version": "0.0.1"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
]
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/config-pnpm-scopes": "^17.5.0",
"@types/node": "^20.4.4",
"@umijs/lint": "^4.0.72",
"@vitest/coverage-v8": "^0.33.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/config-pnpm-scopes": "^17.7.0",
"@types/node": "^20.5.9",
"@umijs/lint": "^4.0.79",
"@vitest/coverage-v8": "^0.34.3",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"execa": "^7.1.1",
"father": "^4.3.0",
"eslint": "^8.48.0",
"execa": "^8.0.1",
"father": "^4.3.1",
"husky": "^8.0.3",
"lerna": "7.1.4",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.5",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/umijs-plugin-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"access": "public"
},
"dependencies": {
"@umijs/utils": "^4.0.73",
"vite": "^4.4.7",
"@umijs/utils": "^4.0.79",
"vite": "^4.4.9",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.24",
"electron": "^25.3.2",
"electron": "^26.1.0",
"electron-builder": "^24.6.3",
"umi": "^4.0.73"
"umi": "^4.0.79"
},
"peerDependencies": {
"electron": ">=22.0.0",
Expand Down
Loading

0 comments on commit cfb8b56

Please sign in to comment.