Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
assnctr committed Sep 17, 2022
1 parent fc83277 commit 04fa6ed
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"publish": "npm run build && electron-builder --win --publish always"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"@babel/runtime": "^7.6.0",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.1",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^3.2.0",
"electron": "^19.0.9",
"electron-builder": "^23.1.0",
"electron": "^20.1.4",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
"electron-react-devtools": "^0.5.3",
"electron-updater": "^5.2.1",
Expand Down

0 comments on commit 04fa6ed

Please sign in to comment.