-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades dependencies and node version #836
Conversation
@@ -52,7 +52,6 @@ const router = createBrowserRouter( | |||
<Route path="dashboard" element={<Home />} /> | |||
<Route path="projects"> | |||
<Route index element={<ProjectsPage />} /> | |||
<Route path=":project-setup" element={<>Project setup</>} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The route has been removed since it's not used and it was causing a blank page with Project setup
to appear instead of the ProjectDetailPage
in dev.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch again!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@@ -52,7 +52,6 @@ const router = createBrowserRouter( | |||
<Route path="dashboard" element={<Home />} /> | |||
<Route path="projects"> | |||
<Route index element={<ProjectsPage />} /> | |||
<Route path=":project-setup" element={<>Project setup</>} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch again!
Scope of changes
This PR updates dependencies and the node version in the Docker compose file. A follow on story will be created to update dependencies that require Node v18+.
Fixes SC-26268
Type of change
Acceptance criteria
Build passes
Definition of Done
Reviewer(s) checklist