Skip to content

Commit

Permalink
Add react-router to app-web
Browse files Browse the repository at this point in the history
- address storybookjs/storybook#16837
- this is temporary solution until we upgrade app to v6 of react-router
  • Loading branch information
haworku committed Dec 7, 2021
1 parent 0da485e commit 67d6579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -95,10 +96,10 @@
"@storybook/addon-links": "^6.4.8",
"@storybook/preset-create-react-app": "^3.2.0",
"@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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20997,7 +20997,7 @@ react-router-dom@^6.0.0:
history "^5.1.0"
react-router "6.0.2"

react-router@5.2.1:
react-router@5.2.1, react-router@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
Expand Down

0 comments on commit 67d6579

Please sign in to comment.