Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Dec 19, 2020
1 parent 55ce979 commit e78745a
Show file tree
Hide file tree
Showing 8 changed files with 2,053 additions and 1,273 deletions.
347 changes: 182 additions & 165 deletions client/npm-shrinkwrap.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
"dist": "../node_modules/.bin/babel -d dist src"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@babel/polyfill": "^7.8.7",
"@cycle/dom": "^22.6.0",
"@babel/plugin-transform-react-jsx": "^7.12.11",
"@babel/polyfill": "^7.12.1",
"@cycle/dom": "^22.8.0",
"@cycle/history": "^7.4.0",
"@cycle/html": "^3.3.0",
"@cycle/http": "^15.3.0",
"@cycle/rxjs-run": "^10.4.0",
"@cycle/storage": "^5.0.3",
"@cycle/html": "^3.4.0",
"@cycle/http": "^15.4.0",
"@cycle/rxjs-run": "^10.5.0",
"@cycle/storage": "^5.1.2",
"babelify": "^10.0.0",
"basic-l10n": "^2.0.0",
"bootstrap": "^4.4.1",
"browserify-package-json": "^1.0.1",
"bs58check": "^2.1.2",
"bundle-collapser": "^1.4.0",
"debug": "^4.1.1",
"debug": "^4.3.1",
"envify": "^4.1.0",
"fmtbtc": "0.0.3",
"in-browser-language": "^1.0.3",
"instascan": "github:shesek/instascan#packaged-lib",
"jquery": "^3.4.1",
"jquery": "^3.5.1",
"path-to-regexp": "^2.4.0",
"qrcode": "^1.4.4",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3",
"snabbdom-pragma": "^2.8.0",
"superagent": "^5.2.2",
"superagent": "^6.1.0",
"uglifyify": "^5.0.2"
},
"browserify": {
Expand Down
121 changes: 60 additions & 61 deletions lang/util/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions lang/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esplora-lang-utils",
"dependencies": {
"@babel/parser": "^7.9.2",
"@babel/traverse": "^7.9.0"
"@babel/parser": "^7.12.11",
"@babel/traverse": "^7.12.10"
}
}
Loading

0 comments on commit e78745a

Please sign in to comment.