Skip to content

Commit b8cd323

Browse files
committed
Upgrade dependencies.
1 parent 2609bdb commit b8cd323

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^15.0.0 || ^16.0.0"
2626
},
2727
"devDependencies": {
28-
"babel-cli": "^6.24.1",
28+
"babel-cli": "^6.26.0",
2929
"babel-eslint": "^6.1.0",
3030
"babel-plugin-add-module-exports": "^0.2.1",
3131
"babel-plugin-check-es2015-constants": "^6.8.0",
@@ -34,15 +34,15 @@
3434
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3535
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
3636
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
37-
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
37+
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
3838
"babel-plugin-transform-es2015-classes": "^6.24.1",
3939
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
4040
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
4141
"babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
4242
"babel-plugin-transform-es2015-for-of": "^6.8.0",
4343
"babel-plugin-transform-es2015-function-name": "^6.24.1",
4444
"babel-plugin-transform-es2015-literals": "^6.8.0",
45-
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
45+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
4646
"babel-plugin-transform-es2015-object-super": "^6.24.1",
4747
"babel-plugin-transform-es2015-parameters": "^6.24.1",
4848
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
@@ -51,16 +51,16 @@
5151
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
5252
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
5353
"babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
54-
"babel-plugin-transform-object-rest-spread": "^6.16.0",
54+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
5555
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
56-
"babel-plugin-transform-proto-to-assign": "^6.9.0",
56+
"babel-plugin-transform-proto-to-assign": "^6.26.0",
5757
"babel-plugin-transform-react-constant-elements": "^6.9.1",
58-
"babel-plugin-transform-react-display-name": "^6.8.0",
58+
"babel-plugin-transform-react-display-name": "^6.25.0",
5959
"babel-plugin-transform-react-inline-elements": "^6.8.0",
6060
"babel-plugin-transform-react-jsx": "^6.24.1",
6161
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
62-
"babel-plugin-transform-react-remove-prop-types": "^0.2.9",
63-
"babel-polyfill": "^6.16.0",
62+
"babel-plugin-transform-react-remove-prop-types": "^0.4.9",
63+
"babel-polyfill": "^6.26.0",
6464
"babelify": "^7.3.0",
6565
"browser-sync": "^2.17.2",
6666
"browserify": "^13.1.0",
@@ -75,7 +75,7 @@
7575
"react-bootstrap": "^0.31.3",
7676
"react-dom": "^16.0.0",
7777
"react-router-dom": "^4.2.2",
78-
"rimraf": "^2.5.4",
78+
"rimraf": "^2.6.2",
7979
"vinyl-buffer": "^1.0.0",
8080
"vinyl-source-stream": "^1.1.0",
8181
"watchify": "^3.7.0"

0 commit comments

Comments
 (0)