Skip to content

Commit

Permalink
feat: update storybook to the latest version and install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Sep 25, 2023
1 parent aa43f14 commit 2079a34
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 24 deletions.
55 changes: 40 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -49,16 +49,17 @@
"@next/bundle-analyzer": "^13.5.2",
"@percy/cli": "^1.27.2",
"@percy/cypress": "^3.1.2",
"@playwright/test": "^1.38.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-essentials": "^7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-links": "^7.0.27",
"@storybook/blocks": "^7.0.27",
"@storybook/nextjs": "^7.0.27",
"@storybook/react": "^7.0.27",
"@storybook/test-runner": "^0.11.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.1",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
Expand Down Expand Up @@ -105,7 +106,7 @@
"rimraf": "^5.0.1",
"semantic-release": "^19.0.5",
"start-server-and-test": "^2.0.1",
"storybook": "^7.0.27",
"storybook": "^7.4.5",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 2079a34

Please sign in to comment.