Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Apr 5, 2020
1 parent b20c89b commit cc840d7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"auto-launch": "^5.0.5",
"electron-color-picker": "^0.2.0",
"electron-debug": "^3.0.1",
"electron-is-dev": "^1.1.0",
"electron-is-dev": "^1.2.0",
"electron-notification-state": "^1.0.4",
"electron-protocol-serve": "^1.3.0",
"electron-squirrel-startup": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions electron-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,11 @@ electron-is-dev@^1.1.0:
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-1.1.0.tgz#b15a2a600bdc48a51a857d460e05f15b19a2522c"
integrity sha512-Z1qA/1oHNowGtSBIcWk0pcLEqYT/j+13xUw/MYOrBUOL4X7VN0i0KCTf5SqyvMPmW5pSPKbo28wkxMxzZ20YnQ==

electron-is-dev@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-1.2.0.tgz#2e5cea0a1b3ccf1c86f577cee77363ef55deb05e"
integrity sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw==

electron-localshortcut@^3.1.0:
version "3.2.1"
resolved "https://registry.yarnpkg.com/electron-localshortcut/-/electron-localshortcut-3.2.1.tgz#cfc83a3eff5e28faf98ddcc87f80a2ce4f623cd3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"ember-resolver": "^7.0.0",
"ember-set-body-class": "^0.4.2",
"ember-set-helper": "^0.1.1",
"ember-source": "~3.17.2",
"ember-source": "~3.17.3",
"ember-svg-jar": "^2.2.3",
"ember-template-lint": "^2.4.1",
"ember-test-selectors": "^4.0.0",
"ember-tooltips": "^3.4.2",
"ember-truth-helpers": "^2.1.0",
"eslint": "^6.8.0",
"eslint-plugin-ember": "^8.1.0",
"eslint-plugin-ember": "^8.1.1",
"eslint-plugin-node": "^11.1.0",
"liquid-fire": "^0.31.0",
"loader.js": "^4.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6674,10 +6674,10 @@ escodegen@^1.11.0:
optionalDependencies:
source-map "~0.6.1"

eslint-plugin-ember@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.1.0.tgz#bfc9333b6212e6f32f210fc39404379d365a4328"
integrity sha512-ZGo/vXIapt+85+06hjd08jnjMuRM/1aOLrhjdipqvClGPLlTjTqvYuyUQZws0TZAo8qOPBEK2EaI2u5W1whtyA==
eslint-plugin-ember@^8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.1.1.tgz#c00aa09b5be5d588bd69084368273d4e3cc9770f"
integrity sha512-KfjT1LToDx5Pc/XBsqP7sYHGeVwtHHJaoxlkyUPcoi+7K8w8kgDUSE9XRVe3zpTzrI6xa3x9Tr8808xQWiO+9A==
dependencies:
"@ember-data/rfc395-data" "^0.0.4"
ember-rfc176-data "^0.3.12"
Expand Down

0 comments on commit cc840d7

Please sign in to comment.