-
Notifications
You must be signed in to change notification settings - Fork 27
The great Babel 7.0 migration #635
Changes from all commits
a2a0028
d153311
879612e
bebaed2
91b779d
55ef3ab
4d84732
fde5569
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,27 @@ | |
"build-storybook-sketch": "mkdir -p dist && yarn run html-sketchapp --url 'http://localhost:6006/iframe.html?selectedKind=Sketch&selectedStory=Export' --out-dir dist" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-do-expressions": "^7.0.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.0.0", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0", | ||
"@babel/plugin-proposal-function-sent": "^7.0.0", | ||
"@babel/plugin-proposal-json-strings": "^7.0.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", | ||
"@babel/plugin-proposal-numeric-separator": "^7.0.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.0.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lol babel There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I mean I consider this on us for using There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 😄🙃 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are almost certainly some things we can drop from this list, but this is what we had so I’m keeping them for now. We can make more informed decisions about it in future. |
||
"@storybook/addon-a11y": "4.0.0-rc.3", | ||
"@storybook/addon-actions": "4.0.0-rc.3", | ||
"@storybook/addon-centered": "4.0.0-rc.3", | ||
|
@@ -37,18 +58,13 @@ | |
"@storybook/cli": "4.0.0-rc.3", | ||
"@storybook/react": "4.0.0-rc.3", | ||
"assets-webpack-plugin": "3.9.7", | ||
"babel-core": "6.26.3", | ||
"babel-core": "^7.0.0-0", | ||
"babel-eslint": "10.0.1", | ||
"babel-loader": "7.1.5", | ||
"babel-jest": "^23.6.0", | ||
"babel-loader": "^8.0.0", | ||
"babel-plugin-react-pure-components": "2.2.2", | ||
"babel-plugin-react-transform": "3.0.0", | ||
"babel-plugin-relay": "1.6.2", | ||
"babel-polyfill": "6.26.0", | ||
"babel-preset-env": "1.7.0", | ||
"babel-preset-flow": "6.23.0", | ||
"babel-preset-react": "6.24.1", | ||
"babel-preset-react-hmre": "1.1.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
"css-loader": "1.0.0", | ||
"css-variables-loader": "2.0.2", | ||
"eslint": "5.7.0", | ||
|
@@ -74,7 +90,6 @@ | |
"postcss-loader": "3.0.0", | ||
"postcss-reporter": "6.0.0", | ||
"react-test-renderer": "16.5.2", | ||
"react-transform-hmr": "1.0.4", | ||
"react-type-snob": "0.0.3", | ||
"relay-compiler": "1.7.0-rc.1", | ||
"stats-webpack-plugin": "0.7.0", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won’t need this anymore!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, really? Can it just be dropped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait — sorry, I was thinking about webpack when I wrote this lol. Excuse me, I haven’t had a coffee yet 🙄