Scoped: update package.json dependencies to @babel/ [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 14:14:17 -04:00
parent 1cd564bd16
commit 8e5e27577a
106 changed files with 359 additions and 359 deletions

View File

@@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.3",
"@babel/helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.3",
"babel-plugin-syntax-exponentiation-operator": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
"@babel/helper-plugin-test-runner": "7.0.0-beta.3"
}
}