Skip to content

Commit b70f720

Browse files
committed
(chore) update babel dependencies
1 parent f836543 commit b70f720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generators/app/templates/_package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<% } if (props.jsPreprocessor.srcExtension === 'es6') { -%>
5454
"eslint-loader": "~1.1.0",
5555
<% } if (props.jsPreprocessor.key === 'babel') { -%>
56-
"babel-core": "~6.3.17",
57-
"babel-loader": "~6.2.0",
58-
"babel-preset-es2015": "~6.3.13",
56+
"babel-core": "~6.7.4",
57+
"babel-loader": "~6.2.4",
58+
"babel-preset-es2015": "~6.6.0",
5959
<% } if (props.jsPreprocessor.key === 'traceur') { -%>
6060
"traceur-loader": "~0.6.3",
6161
<% } if (props.jsPreprocessor.key === 'typescript') { -%>

0 commit comments

Comments
 (0)