Skip to content

Commit 21f2769

Browse files
authored
Merge pull request #29 from zverev/update-babel
update babel-core, babel-preset-es2015, babel-preset-stage-0
2 parents 91daf20 + 433c7ee commit 21f2769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.7.7",
31-
"babel-core": "^6.7.7",
31+
"babel-core": "^6.18.0",
3232
"babel-eslint": "^6.0.3",
3333
"babel-plugin-transform-decorators-legacy": "^1.3.4",
34-
"babel-preset-es2015": "^6.6.0",
34+
"babel-preset-es2015": "^6.18.0",
3535
"babel-preset-react": "^6.5.0",
36-
"babel-preset-stage-0": "^6.5.0",
36+
"babel-preset-stage-0": "^6.16.0",
3737
"eslint": "^2.8.0",
3838
"eslint-config-rackt": "^1.1.1",
3939
"eslint-plugin-babel": "^3.2.0",

0 commit comments

Comments
 (0)