Skip to content

Commit

Permalink
feat(babel): remove babel helper from dependencies as core-js2 outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
Vohmyanin Sergey Vasilevich committed Dec 19, 2019
1 parent 2cb340a commit 92cfa84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -3,7 +3,7 @@
[
"@babel/plugin-transform-runtime",
{
"corejs": 2,
"helpers": false,
},
],
"add-module-exports",
Expand Down
17 changes: 7 additions & 10 deletions package.json
Expand Up @@ -35,22 +35,19 @@
"prepublish": "npm test"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-xregexp": "^0.0.6",
"browserify": "^16.2.0",
"babel-plugin-transform-xregexp": "^1.0.0",
"browserify": "^16.5.0",
"eslint": "^4.19.1",
"jasmine": "^3.1.0",
"jsesc": "^2.5.1",
"unicode-11.0.0": "^0.7.7",
"unicode-property-value-aliases": "^3.0.0",
"zuul": "^3.11.1"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.2.0"
}
}

0 comments on commit 92cfa84

Please sign in to comment.