Skip to content

Commit

Permalink
Upgrade storybook deps (#673)
Browse files Browse the repository at this point in the history
* Upgrade storybook deps via npx sb upgrade

* Add react-router to app-web
- address storybookjs/storybook#16837
- this is temporary solution until we upgrade app to v6 of react-router
  • Loading branch information
haworku authored Dec 8, 2021
1 parent 0404710 commit 531e612
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 512 deletions.
11 changes: 6 additions & 5 deletions services/app-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"react-aria-modal": "^4.0.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"sass": "^1.43.3",
"typescript": "^4.4.4",
Expand All @@ -90,15 +91,15 @@
"zod": "^3.10.1"
},
"devDependencies": {
"@storybook/addon-a11y": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-a11y": "^6.4.8",
"@storybook/addon-essentials": "^6.4.8",
"@storybook/addon-links": "^6.4.8",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.12",
"@storybook/react": "^6.4.8",
"@testing-library/cypress": "^8.0.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/cypress": "^8.0.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-test-renderer": "^17.0.1",
"@types/url-parse": "^1.4.3",
Expand Down
Loading

0 comments on commit 531e612

Please sign in to comment.