Skip to content

Commit

Permalink
Merge pull request #271 from phase2/feature/storybook-6.4.20
Browse files Browse the repository at this point in the history
feat(storybook): Update Storybook to 6.4.20.
  • Loading branch information
himerus authored Apr 1, 2022
2 parents 1e646dc + ff5bf6f commit e5d821b
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 372 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ image:
tasks:
- init: |
yarn
nvm install $(cat .nvmrc)
nvm use
command: |
yarn start
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addon-a11y": "^6.4.20",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-links": "^6.4.20",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/web-components": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/web-components": "^6.4.20",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
Expand Down Expand Up @@ -142,6 +142,7 @@
"postcss-discard-comments": "^5.1.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^5.2.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.0.0",
"prettier": "^2.0.4",
"prettier-plugin-tailwindcss": "^0.1.7",
Expand All @@ -152,7 +153,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"rsync": "^0.6.1",
"storybook": "^6.4.19",
"storybook": "^6.4.20",
"svgo": "^2.7",
"tailwindcss": "^3.0.0",
"ts-lit-plugin": "^1.2.1",
Expand Down
Loading

0 comments on commit e5d821b

Please sign in to comment.