Skip to content

Commit 20a9537

Browse files
authored
Merge pull request #222 from electron-vite/v0.28.3
V0.28.3
2 parents 6f50f42 + 1f564ff commit 20a9537

File tree

3 files changed

+194
-148
lines changed

3 files changed

+194
-148
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.28.3 (2024-03-13)
2+
3+
- a300c08 fix: remove electron@28 version pre-deps
4+
15
## 0.28.2 (2024-02-11)
26

37
- 5b0fc87 feat: use `treeKillSync()` instead `tree-kill`

package.json

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-electron",
3-
"version": "0.28.2",
3+
"version": "0.28.3",
44
"description": "Electron 🔗 Vite",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -36,29 +36,12 @@
3636
"test": "vitest run",
3737
"prepublishOnly": "npm run build && npm run test"
3838
},
39-
"peerDependencies": {
40-
"electron": "^28.0.0",
41-
"tree-kill": "*",
42-
"vite-plugin-electron-renderer": "*"
43-
},
44-
"peerDependenciesMeta": {
45-
"tree-kill": {
46-
"optional": true
47-
},
48-
"electron": {
49-
"optional": true
50-
},
51-
"vite-plugin-electron-renderer": {
52-
"optional": true
53-
}
54-
},
5539
"devDependencies": {
56-
"rollup": "^4.9.1",
57-
"tree-kill": "^1.2.2",
58-
"typescript": "^5.3.3",
59-
"vite": "^5.0.10",
40+
"rollup": "^4.13.0",
41+
"typescript": "^5.4.2",
42+
"vite": "^5.1.6",
6043
"vite-plugin-electron-renderer": "^0.14.5",
61-
"vitest": "^1.1.0"
44+
"vitest": "^1.3.1"
6245
},
6346
"files": [
6447
"dist",

0 commit comments

Comments
 (0)