Skip to content

Commit f655eec

Browse files
committed
fix: Upgraded Babel setup
1 parent eb2f2e8 commit f655eec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
},
1919
"dependencies": {
20-
"@babel/cli": "7.0.0-beta.56",
21-
"@babel/core": "7.0.0-beta.56",
22-
"@babel/plugin-transform-runtime": "7.0.0-beta.56",
23-
"@babel/preset-env": "7.0.0-beta.56",
20+
"@babel/cli": "7.1.2",
21+
"@babel/core": "7.1.2",
22+
"@babel/plugin-transform-runtime": "7.1.0",
23+
"@babel/preset-env": "7.1.0",
2424
"assets-webpack-plugin": "^3.5.1",
2525
"autoprefixer": "^8.0.0",
26-
"babel-loader": "8.0.0-beta.4",
26+
"babel-loader": "8.0.4",
2727
"babel-runtime": "^6.26.0",
2828
"case-sensitive-paths-webpack-plugin": "^2.1.2",
2929
"chalk": "^2.3.1",

0 commit comments

Comments
 (0)