Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 9, 2019
1 parent e68513f commit fa1752e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"release": "np"
},
"dependencies": {
"electron-context-menu": "^0.12.1",
"electron-context-menu": "^0.15.0",
"electron-debug": "^3.0.0",
"electron-store": "^3.3.0",
"electron-unhandled": "^2.2.0",
"electron-store": "^4.0.0",
"electron-unhandled": "^3.0.0",
"electron-updater": "^4.0.6",
"electron-util": "^0.12.0"
},
"devDependencies": {
"electron": "^5.0.4",
"electron-builder": "^20.43.0",
"electron": "^6.0.7",
"electron-builder": "^21.2.0",
"np": "^5.0.3",
"xo": "^0.24.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"normalize-url": "^4.3.0",
"superb": "^4.0.0",
"underscore.string": "^3.0.3",
"yeoman-generator": "^4.0.1"
"yeoman-generator": "^4.0.2"
},
"devDependencies": {
"ava": "^2.1.0",
"ava": "^2.3.0",
"xo": "^0.24.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^2.0.0"
Expand Down

0 comments on commit fa1752e

Please sign in to comment.