-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump vite-plugin-electron to 0.28.0-beta.2
- Loading branch information
1 parent
0d71c4b
commit 374596c
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "electron-vue-vite", | ||
"version": "28.0.0", | ||
"main": "dist-electron/main/index.mjs", | ||
"main": "dist-electron/main/index.js", | ||
"description": "Really simple Electron + Vue + Vite boilerplate.", | ||
"author": "草鞋没号 <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"tree-kill": "^1.2.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.10", | ||
"vite-plugin-electron": "^0.28.0-beta.1", | ||
"vite-plugin-electron": "^0.28.0-beta.2", | ||
"vite-plugin-electron-renderer": "^0.14.5", | ||
"vue": "^3.4.1", | ||
"vue-tsc": "^1.8.27" | ||
|