Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Bumped React and Electron versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Aug 9, 2019
1 parent 0fa9ae3 commit a6f3409
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
os: linux
dist: bionic
script:
- npm install
- npm run test

- stage: Packages for macOS
if: tag IS present
Expand Down
43 changes: 21 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -46,11 +46,11 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.5.1",
"electron": "^6.0.0",
"electron": "^6.0.1",
"google-protobuf": "^3.9.0",
"grpc": "^1.22.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"shell-env": "^3.0.0",
"sudo-prompt": "^9.0.0"
},
Expand All @@ -65,7 +65,7 @@
"electron-installer-redhat": "^2.0.0",
"electron-installer-zip": "^0.1.2",
"electron-packager": "^14.0.3",
"file-loader": "^4.1.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-cssnext": "^3.1.0",
Expand Down

0 comments on commit a6f3409

Please sign in to comment.