diff --git a/services/app-web/package.json b/services/app-web/package.json index 15b3355413..1aae951627 100644 --- a/services/app-web/package.json +++ b/services/app-web/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 6c06398abd..d9776afb2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==