Skip to content

Commit

Permalink
Upgrade Electron to 9.3.5 (#3000)
Browse files Browse the repository at this point in the history
Co-authored-by: Opender Singh <opender.singh@konghq.com>
  • Loading branch information
yunyu and develohpanda committed Mar 15, 2021
1 parent 565f389 commit 04d0485
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-core.yml
Expand Up @@ -9,7 +9,7 @@ env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}
GITHUB_SHA: ${{ github.sha }}
NPM_CONFIG_TARGET: 9.1.0
NPM_CONFIG_TARGET: 9.3.5
NPM_CONFIG_DISTURL: https://electronjs.org/headers
NPM_CONFIG_RUNTIME: electron

Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-app/.npmrc
@@ -1,3 +1,3 @@
runtime = electron
target = 9.1.0
target = 9.3.5
disturl = https://electronjs.org/headers
61 changes: 35 additions & 26 deletions packages/insomnia-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/insomnia-app/package.json
Expand Up @@ -157,7 +157,7 @@
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.10.0",
"node-libcurl": "2.2.0",
"node-libcurl": "2.3.1",
"nunjucks": "^3.2.0",
"oauth-1.0a": "^2.2.2",
"objectpath": "^2.0.0",
Expand Down Expand Up @@ -203,7 +203,7 @@
"concurrently": "^3.5.0",
"cross-env": "^2.0.0",
"css-loader": "^2.1.1",
"electron": "^9.1.1",
"electron": "9.3.5",
"electron-builder": "^22.5.1",
"electron-builder-squirrel-windows": "^22.5.1",
"electron-notarize": "^0.3.0",
Expand Down
97 changes: 67 additions & 30 deletions packages/insomnia-send-request/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/insomnia-send-request/package.json
Expand Up @@ -28,7 +28,7 @@
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.10.0",
"node-libcurl": "2.2.0",
"node-libcurl": "2.3.1",
"nunjucks": "^3.2.1",
"oauth-1.0a": "^2.2.6",
"openapi-2-kong": "^2.2.29",
Expand Down

0 comments on commit 04d0485

Please sign in to comment.