We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f836543 commit b70f720Copy full SHA for b70f720
generators/app/templates/_package.json
@@ -53,9 +53,9 @@
53
<% } if (props.jsPreprocessor.srcExtension === 'es6') { -%>
54
"eslint-loader": "~1.1.0",
55
<% } if (props.jsPreprocessor.key === 'babel') { -%>
56
- "babel-core": "~6.3.17",
57
- "babel-loader": "~6.2.0",
58
- "babel-preset-es2015": "~6.3.13",
+ "babel-core": "~6.7.4",
+ "babel-loader": "~6.2.4",
+ "babel-preset-es2015": "~6.6.0",
59
<% } if (props.jsPreprocessor.key === 'traceur') { -%>
60
"traceur-loader": "~0.6.3",
61
<% } if (props.jsPreprocessor.key === 'typescript') { -%>
0 commit comments