Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit a48f309

Browse files
authored
fix(package): remove deprecated babel presets
1 parent 6bed761 commit a48f309

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@
4141
},
4242
"dependencies": {
4343
"awesome-typescript-loader": "^2.1.0",
44-
"babel-core": "^6.10.4",
45-
"babel-polyfill": "^6.9.1",
46-
"babel-preset-es2015": "^6.9.0",
47-
"babel-preset-es2015-loose": "^7.0.0",
48-
"babel-preset-es2015-loose-native-modules": "^1.0.0",
44+
"babel-core": "^6.14.0",
45+
"babel-polyfill": "^6.13.0",
46+
"babel-preset-es2015": "^6.14.0"
4947
"regenerator-runtime": "^0.9.5"
5048
},
5149
"peerDependencies": {

0 commit comments

Comments
 (0)