Skip to content

Commit

Permalink
chore: upgrade babel7.
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Sep 4, 2018
1 parent 2ca887f commit ee2087e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"presets": [
[
"env",
"@babel/preset-env",
{
"loose": true,
"modules": false
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"url": "https://github.com/antvis/f2/issues"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@lite-js/torch": "~0.2.6",
"babel-cli": "~6.26.0",
"babel-core": "~6.25.0",
"babel-eslint": "~7.2.3",
"babel-loader": "~7.1.1",
"babel-loader": "^8.0.0",
"babel-plugin-transform-remove-strict-mode": "~0.0.2",
"babel-preset-env": "~1.6.1",
"body-parser": "^1.18.2",
"chai": "~4.0.1",
"commander": "~2.9.0",
Expand Down Expand Up @@ -89,9 +89,9 @@
"silent": false
},
"dependencies": {
"@antv/adjust": "~0.0.3",
"@antv/attr": "~0.0.3",
"@antv/scale": "~0.0.6",
"@antv/adjust": "~0.0.3",
"@antv/util": "~1.0.6",
"hammerjs": "^2.0.8"
}
Expand Down

0 comments on commit ee2087e

Please sign in to comment.