Skip to content

Commit

Permalink
Merge pull request #222 from electron-vite/v0.28.3
Browse files Browse the repository at this point in the history
V0.28.3
  • Loading branch information
caoxiemeihao authored Mar 13, 2024
2 parents 6f50f42 + 1f564ff commit 20a9537
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 148 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.28.3 (2024-03-13)

- a300c08 fix: remove electron@28 version pre-deps

## 0.28.2 (2024-02-11)

- 5b0fc87 feat: use `treeKillSync()` instead `tree-kill`
Expand Down
27 changes: 5 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
"version": "0.28.2",
"version": "0.28.3",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,29 +36,12 @@
"test": "vitest run",
"prepublishOnly": "npm run build && npm run test"
},
"peerDependencies": {
"electron": "^28.0.0",
"tree-kill": "*",
"vite-plugin-electron-renderer": "*"
},
"peerDependenciesMeta": {
"tree-kill": {
"optional": true
},
"electron": {
"optional": true
},
"vite-plugin-electron-renderer": {
"optional": true
}
},
"devDependencies": {
"rollup": "^4.9.1",
"tree-kill": "^1.2.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"rollup": "^4.13.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-electron-renderer": "^0.14.5",
"vitest": "^1.1.0"
"vitest": "^1.3.1"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 20a9537

Please sign in to comment.