Skip to content

Commit

Permalink
Upgarde to storybook-addon-amp 1.1.3 (#30400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Sep 25, 2020
1 parent 11b1abb commit b438294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Gulp storybook tasks",
"main": "index.js",
"dependencies": {
"@ampproject/storybook-addon": "1.1.2",
"@ampproject/storybook-addon": "1.1.3",
"@babel/core": "7.9.0",
"@babel/preset-react": "7.9.4",
"@babel/runtime-corejs3": "7.9.2",
Expand Down
2 changes: 1 addition & 1 deletion builtins/storybook/amp-layout-with-aspect-ratio-css.amp.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
title: '0/amp-layout with aspect ratio CSS',
decorators: [withA11y, withKnobs, withAmp],
parameters: {
experiments: ['layout-aspect-ratio-css1'],
experiments: ['layout-aspect-ratio-css'],
},
};

Expand Down

0 comments on commit b438294

Please sign in to comment.