Skip to content

Commit 76e669f

Browse files
committed
Upgrade dependencies
1 parent fc9f398 commit 76e669f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"react-router-dom": "^4.1.1"
3434
},
3535
"devDependencies": {
36-
"babel-cli": "^6.24.1",
37-
"babel-plugin-transform-object-rest-spread": "^6.23.0",
38-
"babel-preset-env": "^1.4.0",
36+
"babel-cli": "^6.26.0",
37+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
38+
"babel-preset-env": "^1.6.1",
3939
"babel-preset-react": "^6.24.1"
4040
},
4141
"dependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ aws4@^1.2.1:
8585
version "1.6.0"
8686
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
8787

88-
babel-cli@^6.24.1:
88+
babel-cli@^6.26.0:
8989
version "6.26.0"
9090
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
9191
dependencies:
@@ -487,7 +487,7 @@ babel-plugin-transform-flow-strip-types@^6.22.0:
487487
babel-plugin-syntax-flow "^6.18.0"
488488
babel-runtime "^6.22.0"
489489

490-
babel-plugin-transform-object-rest-spread@^6.23.0:
490+
babel-plugin-transform-object-rest-spread@^6.26.0:
491491
version "6.26.0"
492492
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
493493
dependencies:
@@ -543,9 +543,9 @@ babel-polyfill@^6.26.0:
543543
core-js "^2.5.0"
544544
regenerator-runtime "^0.10.5"
545545

546-
babel-preset-env@^1.4.0:
547-
version "1.6.0"
548-
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.0.tgz#2de1c782a780a0a5d605d199c957596da43c44e4"
546+
babel-preset-env@^1.6.1:
547+
version "1.6.1"
548+
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48"
549549
dependencies:
550550
babel-plugin-check-es2015-constants "^6.22.0"
551551
babel-plugin-syntax-trailing-function-commas "^6.22.0"

0 commit comments

Comments
 (0)