Skip to content

Commit 887666f

Browse files
committed
[npm] Upgrade deps
1 parent 5062495 commit 887666f

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/ide/dash-button#readme",
4949
"dependencies": {
50-
"babel-runtime": "^6.23.0",
50+
"babel-runtime": "^6.25.0",
5151
"nullthrows": "^1.0.0",
5252
"pcap": "mranney/node_pcap#b4eb828",
5353
"yargs": "^8.0.2"
@@ -64,9 +64,9 @@
6464
"babel-plugin-transform-runtime": "^6.23.0",
6565
"eslint": "^4.4.1",
6666
"eslint-config-expo": "^6.0.0-rc.1",
67-
"flow-bin": "^0.49.1",
67+
"flow-bin": "^0.52.0",
6868
"gulp": "gulpjs/gulp#4.0",
69-
"gulp-babel": "^6.1.1",
69+
"gulp-babel": "^7.0.0",
7070
"gulp-changed": "^3.1.0",
7171
"jest": "^20.0.4",
7272
"prettier": "^1.5.3",

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ babel-code-frame@^6.22.0:
270270
esutils "^2.0.2"
271271
js-tokens "^3.0.0"
272272

273-
babel-core@^6.0.0, babel-core@^6.0.2, babel-core@^6.24.1, babel-core@^6.25.0:
273+
babel-core@^6.0.0, babel-core@^6.24.1, babel-core@^6.25.0:
274274
version "6.25.0"
275275
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.25.0.tgz#7dd42b0463c742e9d5296deb3ec67a9322dad729"
276276
dependencies:
@@ -438,13 +438,20 @@ babel-register@^6.24.1:
438438
mkdirp "^0.5.1"
439439
source-map-support "^0.4.2"
440440

441-
babel-runtime@^6.22.0, babel-runtime@^6.23.0:
441+
babel-runtime@^6.22.0:
442442
version "6.23.0"
443443
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
444444
dependencies:
445445
core-js "^2.4.0"
446446
regenerator-runtime "^0.10.0"
447447

448+
babel-runtime@^6.25.0:
449+
version "6.25.0"
450+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.25.0.tgz#33b98eaa5d482bb01a8d1aa6b437ad2b01aec41c"
451+
dependencies:
452+
core-js "^2.4.0"
453+
regenerator-runtime "^0.10.0"
454+
448455
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.25.0:
449456
version "6.25.0"
450457
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.25.0.tgz#665241166b7c2aa4c619d71e192969552b10c071"
@@ -1328,9 +1335,9 @@ flat-cache@^1.2.1:
13281335
graceful-fs "^4.1.2"
13291336
write "^0.2.1"
13301337

1331-
flow-bin@^0.49.1:
1332-
version "0.49.1"
1333-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.49.1.tgz#c9e456b3173a7535a4ffaf28956352c63bb8e3e9"
1338+
flow-bin@^0.52.0:
1339+
version "0.52.0"
1340+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.52.0.tgz#b6d9abe8bcd1ee5c62df386451a4e2553cadc3a3"
13341341

13351342
for-in@^1.0.1:
13361343
version "1.0.2"
@@ -1548,13 +1555,11 @@ growly@^1.3.0:
15481555
version "1.3.0"
15491556
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
15501557

1551-
gulp-babel@^6.1.1:
1552-
version "6.1.2"
1553-
resolved "https://registry.yarnpkg.com/gulp-babel/-/gulp-babel-6.1.2.tgz#7c0176e4ba3f244c60588a0c4b320a45d1adefce"
1558+
gulp-babel@^7.0.0:
1559+
version "7.0.0"
1560+
resolved "https://registry.yarnpkg.com/gulp-babel/-/gulp-babel-7.0.0.tgz#7b93c975159f7a0553e4263b4a55100ccc239b28"
15541561
dependencies:
1555-
babel-core "^6.0.2"
15561562
gulp-util "^3.0.0"
1557-
object-assign "^4.0.1"
15581563
replace-ext "0.0.1"
15591564
through2 "^2.0.0"
15601565
vinyl-sourcemaps-apply "^0.2.0"

0 commit comments

Comments
 (0)