Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Dec 30, 2023
1 parent fc17f32 commit b9e6647
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-vue-vite",
"version": "2.0.0",
"version": "2.2.0",
"main": "dist-electron/main/index.js",
"description": "Really simple Electron + Vue + Vite boilerplate.",
"author": "草鞋没号 <[email protected]>",
Expand All @@ -24,15 +24,15 @@
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.3",
"electron": "^27.1.3",
"electron-builder": "^24.6.3",
"@vitejs/plugin-vue": "^5.0.1",
"electron": "^28.1.0",
"electron-builder": "^24.9.1",
"tree-kill": "^1.2.2",
"typescript": "^5.1.6",
"vite": "^5.0.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-electron": "^0.15.5",
"vite-plugin-electron-renderer": "^0.14.5",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
"vue": "^3.4.1",
"vue-tsc": "^1.8.27"
}
}

0 comments on commit b9e6647

Please sign in to comment.