-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade storybook and babel deps #9371
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/* eslint-env node */ | ||
|
||
module.exports = { | ||
presets: [ | ||
[ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,9 +40,10 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/plugin-transform-block-scoping": "^7.10.4", | ||
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. this was the missing dependency that caused |
||
"@ember/optional-features": "^0.7.0", | ||
"@hashicorp/structure-icons": "^1.3.0", | ||
"@storybook/ember-cli-storybook": "meirish/ember-cli-storybook#6bd58326d8c21e986d390b541ae5e49089d61b93", | ||
"@storybook/ember-cli-storybook": "^0.2.1", | ||
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. note that we no longer need to use the forked version of |
||
"Duration.js": "icholy/Duration.js#golang_compatible", | ||
"autosize": "^4.0.0", | ||
"babel-eslint": "^10.0.2", | ||
|
@@ -65,12 +66,12 @@ | |
"deepmerge": "^4.0.0", | ||
"doctoc": "^1.4.0", | ||
"ember-api-actions": "^0.2.8", | ||
"ember-auto-import": "^1.5.3", | ||
"ember-auto-import": "^1.6.0", | ||
"ember-basic-dropdown": "^1.0.0", | ||
"ember-basic-dropdown-hover": "^0.6.0", | ||
"ember-cli": "~3.11.0", | ||
"ember-cli-autoprefixer": "^0.8.1", | ||
"ember-cli-babel": "^7.8.0", | ||
"ember-cli-babel": "^7.21.0", | ||
"ember-cli-browserstack": "^0.0.7", | ||
"ember-cli-clipboard": "^0.13.0", | ||
"ember-cli-content-security-policy": "^1.0.0", | ||
|
@@ -143,14 +144,14 @@ | |
"yargs-parser": "^13.1.1" | ||
}, | ||
"optionalDependencies": { | ||
"@babel/core": "^7.5.5", | ||
"@storybook/addon-knobs": "^5.1.10", | ||
"@storybook/addon-links": "^5.1.10", | ||
"@storybook/addon-notes": "^5.1.10", | ||
"@storybook/addon-viewport": "^5.1.10", | ||
"@storybook/addons": "^5.1.10", | ||
"@storybook/ember": "^5.1.10", | ||
"babel-loader": "^8.0.6", | ||
"@babel/core": "^7.10.4", | ||
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 updated the rest of our babel dependencies since we were starting to fall behind anyway. |
||
"@storybook/addon-knobs": "^5.3.19", | ||
"@storybook/addon-links": "^5.3.19", | ||
"@storybook/addon-notes": "^5.3.19", | ||
"@storybook/addon-viewport": "^5.3.19", | ||
"@storybook/addons": "^5.3.19", | ||
"@storybook/ember": "^5.3.19", | ||
"babel-loader": "^8.1.0", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"lint-staged": "^10.1.2" | ||
}, | ||
|
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.
Trailing
/
in story names are no longer supported, so I had to remove them.