Skip to content

Commit

Permalink
Update npm dependencies in demos (exonum#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
boguslavsky authored and aleksuss committed Aug 23, 2018
1 parent 8104569 commit 7e1b486
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 58 deletions.
52 changes: 26 additions & 26 deletions examples/cryptocurrency-advanced/frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/cryptocurrency-advanced/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"axios": "^0.18.0",
"big-integer": "^1.6.27",
"bootstrap": "^4.0.0",
"exonum-client": "^0.12.3",
"exonum-client": "^0.12.4",
"jquery": "^3.3.1",
"noty": "^3.2.0-beta",
"numeral": "^2.0.6",
Expand All @@ -47,9 +47,9 @@
"jest": "^23.1.0",
"regenerator-runtime": "^0.12.1",
"request": "^2.85.0",
"vue-loader": "^15.2.4",
"vue-loader": "^15.4.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.16.3",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"yargs-parser": "^9.0.2"
}
Expand Down
52 changes: 26 additions & 26 deletions examples/timestamping/frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/timestamping/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"big-integer": "^1.6.28",
"bootstrap": "^4.1.0",
"crypto-js": "^3.1.9-1",
"exonum-client": "^0.12.3",
"exonum-client": "^0.12.4",
"jquery": "^3.3.1",
"moment": "^2.22.0",
"noty": "^3.2.0-beta",
Expand All @@ -47,9 +47,9 @@
"jest": "^23.1.0",
"regenerator-runtime": "^0.12.1",
"request": "^2.85.0",
"vue-loader": "^15.2.4",
"vue-loader": "^15.4.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.0.4",
"yargs-parser": "^10.0.0"
}
Expand Down

0 comments on commit 7e1b486

Please sign in to comment.