Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: upgrade storybook (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
clucasalcantara authored Aug 14, 2020
1 parent 0337dd2 commit 61507b1
Show file tree
Hide file tree
Showing 4 changed files with 1,390 additions and 710 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/addon-actions": "^6.0.6",
"@storybook/addon-knobs": "^6.0.6",
"@storybook/addons": "^6.0.6",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^5.3.19",
"@storybook/react": "^6.0.6",
"@tailwindcss/ui": "^0.3.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
Expand Down
Loading

0 comments on commit 61507b1

Please sign in to comment.