Skip to content

Commit a28002e

Browse files
committed
Update npm dependencies
1 parent d9ae1d7 commit a28002e

File tree

10 files changed

+1756
-1609
lines changed

10 files changed

+1756
-1609
lines changed

client/npm-shrinkwrap.json

Lines changed: 807 additions & 704 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
"author": "Nadav Ivgi",
99
"license": "MIT",
1010
"dependencies": {
11-
"@cycle/dom": "^20.4.0",
11+
"@cycle/dom": "^22.6.0",
1212
"@cycle/history": "^7.4.0",
13-
"@cycle/http": "^15.3.0",
14-
"@cycle/rxjs-run": "^10.4.0",
13+
"@cycle/http": "^15.4.0",
14+
"@cycle/rxjs-run": "^10.5.0",
1515
"@cycle/storage": "^5.0.3",
1616
"big.js": "^5.2.2",
1717
"bootswatch": "^4.1.3",
1818
"form-serialize": "^0.7.2",
1919
"instascan": "github:shesek/instascan#packaged-lib",
2020
"js-yaml": "^3.13.1",
21-
"nanoid": "^2.1.8",
22-
"numbro": "^2.1.2",
21+
"nanoid": "^3.1.3",
22+
"numbro": "^2.2.0",
2323
"ordinal": "^1.0.3",
2424
"path-to-regexp": "^6.1.0",
2525
"pwacompat": "^2.0.10",
2626
"qrcode": "^1.4.4",
27-
"rxjs": "^6.5.3",
28-
"rxjs-compat": "^6.5.3",
27+
"rxjs": "^6.5.5",
28+
"rxjs-compat": "^6.5.5",
2929
"string-argv": "^0.3.1",
3030
"vague-time": "^2.4.2",
31-
"webrtc-adapter": "^7.3.0",
31+
"webrtc-adapter": "^7.5.1",
3232
"xstream": "^11.11.0"
3333
},
3434
"browserify": {
@@ -46,11 +46,11 @@
4646
]
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.7.7",
50-
"@babel/core": "^7.7.7",
51-
"@babel/preset-env": "^7.7.7",
49+
"@babel/cli": "^7.8.4",
50+
"@babel/core": "^7.9.0",
51+
"@babel/preset-env": "^7.9.5",
5252
"babelify": "^10.0.0",
53-
"browserify": "^16.5.0",
53+
"browserify": "^16.5.1",
5454
"browserify-middleware": "^8.1.1",
5555
"browserify-package-json": "^1.0.1",
5656
"envify": "^4.1.0",
@@ -59,7 +59,7 @@
5959
"pug-cli": "^1.0.0-alpha6",
6060
"pugify": "^2.2.0",
6161
"stylus": "^0.54.7",
62-
"terser": "^4.4.3",
62+
"terser": "^4.6.11",
6363
"uglifyify": "^5.0.2"
6464
}
6565
}

client/src/intent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Observable as O } from './rxjs'
22
import serialize from 'form-serialize'
3-
import nanoid from 'nanoid'
3+
import { nanoid } from 'nanoid'
44
import { dbg, parseUri, parseRpcCmd } from './util'
55

66
module.exports = ({ DOM, route, conf$, scan$, urihandler$ }) => {
@@ -49,7 +49,7 @@ module.exports = ({ DOM, route, conf$, scan$, urihandler$ }) => {
4949
, togExp$ = click('.toggle-exp')
5050

5151
// Dismiss alert message
52-
, dismiss$ = O.merge(submit('form'), click('[data-dismiss=alert], a.navbar-brand, .content a, .content button')
52+
, dismiss$ = O.merge(click('[data-dismiss=alert], a.navbar-brand, .content a, .content button')
5353
, page$.filter(p => p.search != '?r'))
5454

5555
// Payments feed page navigation and click-to-toggle

0 commit comments

Comments
 (0)