Skip to content

Commit

Permalink
upgrade electron to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Oct 10, 2022
1 parent a4aae1e commit 106be8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"babel-jest": "^26.3.0",
"babel-plugin-component": "^1.1.1",
"conventional-changelog-eslint": "^3.0.9",
"electron": "^12.0.0",
"electron": "^13.0.0",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
Expand All @@ -113,7 +113,7 @@
"sass": "~1.32",
"sass-loader": "^10.0.0",
"semantic-release": "^19.0.5",
"spectron": "^14.0.0",
"spectron": "^15.0.0",
"ts-jest": "^26.3.0",
"typescript": "^3.9.7",
"vue-cli-plugin-electron-builder": "^2.0.0-rc.6",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"

"@electron/remote@^1.0.4":
"@electron/remote@^1.1.0":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-1.2.2.tgz#4c390a2e669df47af973c09eec106162a296c323"
integrity sha512-PfnXpQGWh4vpX866NNucJRnNOzDRZcsLcLaT32fUth9k0hccsohfxprqEDYLzRg+ZK2xRrtyUN5wYYoHimMCJg==
Expand Down Expand Up @@ -6607,10 +6607,10 @@ electron-builder@^22.2.0:
update-notifier "^5.1.0"
yargs "^16.2.0"

electron-chromedriver@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-12.0.0.tgz#55bdc451b938b384642d613a05eadacb1fe476ee"
integrity sha512-zOs98o9+20Er8Q44z06h90VldwrJaoRCieW3Q8WkdDjA3cMRU5mlmm1kGDhPLMeYNuhq6e39aGMVH/IBFD97HQ==
electron-chromedriver@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-13.0.0.tgz#a553af7743215ac463e1e40e0db14d4a542ef762"
integrity sha512-fID1ms8wT7qNfoKkXHNpH0ZE8/Nclb5YmkF3O0w57OxsR8S9PxgE9CJAgaSGroxBgZ+ge1i2OU0Aq/WE/e/Neg==
dependencies:
"@electron/get" "^1.12.4"
extract-zip "^2.0.0"
Expand Down Expand Up @@ -6663,10 +6663,10 @@ electron-updater@^4.3.9:
lodash.isequal "^4.5.0"
semver "^7.3.5"

electron@^12.0.0:
version "12.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.2.3.tgz#d426a7861e3c722f92c32153f11f7bbedf65b000"
integrity sha512-B27c7eqx1bC5kea6An8oVhk1pShNC4VGqWarHMhD47MDtmg54KepHO5AbAvmKKZK/jWN7NTC7wyCYTDElJNtQA==
electron@^13.0.0:
version "13.6.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-13.6.9.tgz#7bd83cc1662ceaaa09dcd132a7b507cec888b028"
integrity sha512-Es/sBy85NIuqsO9MW41PUCpwIkeinlTQ7g0ainfnmRAM2rmog3GBxVCaoV5dzEjwTF7TKG1Yr/E7Z3qHmlfWAg==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"
Expand Down Expand Up @@ -15218,14 +15218,14 @@ spdy@^4.0.2:
select-hose "^2.0.0"
spdy-transport "^3.0.0"

spectron@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/spectron/-/spectron-14.0.0.tgz#c8160e38c30dcda39734f3e8e809162dc0805d14"
integrity sha512-88GM7D1eLiTxjByjtY7lxU7CJcQ92kX1x0WfnADaIXqqYRLbI1KlIWxXz1Xm5UxuMJh5N847K0NONG49mvZtuw==
spectron@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/spectron/-/spectron-15.0.0.tgz#9c0e254b2be3f0725a81b8343092b9d0108439c7"
integrity sha512-eErHqymkEVb6H+LPZQoDYvWEv93o3nhxL7HXXdmC61ncV0jBckh8x3Qt6j+As2c1n0C/hKG9A2H1NnwGwD6agg==
dependencies:
"@electron/remote" "^1.0.4"
"@electron/remote" "^1.1.0"
dev-null "^0.1.1"
electron-chromedriver "^12.0.0"
electron-chromedriver "^13.0.0"
got "^11.8.0"
split "^1.0.1"
webdriverio "^6.9.1"
Expand Down

0 comments on commit 106be8e

Please sign in to comment.