Skip to content

Commit

Permalink
#290 npx babel-upgrade --write --install
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Jan 31, 2019
1 parent 4e7dfaa commit 4de41c5
Show file tree
Hide file tree
Showing 3 changed files with 1,759 additions and 103 deletions.
17 changes: 10 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"presets": ["env", "react"],
"plugins": [
"transform-object-rest-spread",
"transform-runtime",
"transform-class-properties"
],
"sourceMaps": "inline"
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties"
],
"sourceMaps": "inline"
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"author": "Shinichi Tomita <shinichi.tomita@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.6.1",
"@babel/runtime": "^7.0.0",
"classnames": "^2.2.5",
"keycoder": "^1.1.1",
"moment": "^2.13.0",
Expand All @@ -51,23 +51,24 @@
"uuid": "^2.0.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@salesforce-ux/design-system": "^2.2.1",
"@storybook/addon-actions": "^3.2.17",
"@storybook/addon-info": "^3.2.17",
"@storybook/addon-knobs": "3.2.17",
"@storybook/addon-storyshots": "^3.2.17",
"@storybook/react": "3.2.17",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^16.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-plugin-espower": "^2.1.2",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"enzyme": "^2.3.0",
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
Expand Down

0 comments on commit 4de41c5

Please sign in to comment.