Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsong committed Oct 21, 2024
1 parent 0eb1ccd commit cf35eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"make": "electron-forge make"
},
"dependencies": {
"vue": "^3.5.10"
"vue": "^3.5.12"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -39,7 +39,7 @@
"electron": "^33.0.1",
"npm-run-all": "^4.1.5",
"rollup": "^4.24.0",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"config": {
"forge": "./forge.config.js"
Expand Down

0 comments on commit cf35eef

Please sign in to comment.