Skip to content

Commit

Permalink
Upgrade some packages to align with IMS #1379
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Nov 27, 2024
1 parent 7713795 commit 09cb6b7
Show file tree
Hide file tree
Showing 5 changed files with 875 additions and 1,463 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@types/react-redux-toastr": "7.6.2",
"@types/react-router-dom": "5.3.3",
"@types/redux-logger": "3.0.8",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.4",
"axios": "1.7.4",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^2.1.1",
"browserslist": "4.24.2",
"browserslist-to-esbuild": "2.1.1",
"connected-react-router": "6.9.3",
"cookie-parser": "1.4.5",
"eslint-config-prettier": "9.1.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"single-spa": "5.9.4",
"typeface-roboto": "1.1.13",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.11"
},
"scripts": {
"dev": "cross-env concurrently \"yarn serve:plugins\" \"node server/auth-server.js\" \"vite --open\"",
Expand Down Expand Up @@ -102,22 +102,22 @@
"@types/redux-mock-store": "1.0.2",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@vitest/coverage-v8": "2.0.5",
"@vitest/coverage-v8": "2.1.6",
"axios-mock-adapter": "1.22.0",
"concurrently": "8.2.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
"cypress": "13.6.4",
"eslint": "8.56.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.2.0",
"jsdom": "^24.0.0",
"jsdom": "24.0.0",
"lint-staged": "15.2.0",
"redux-mock-store": "1.5.4",
"serve": "14.2.0",
"start-server-and-test": "2.0.0",
"vitest": "2.0.5",
"vitest": "2.1.6",
"wait-on": "7.2.0"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/__snapshots__/pageContainer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ exports[`PageContainer - Tests > renders correctly 1`] = `
style="background-image: url(/src/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
>
<div
class="css-18pmme8"
class="css-1ox020v"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ exports[`Home page component > homepage renders correctly 1`] = `
style="background-image: url(/src/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
>
<div
class="css-18pmme8"
class="css-1ox020v"
/>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/routing/__snapshots__/routing.component.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exports[`Routing component > redirects to the homepage if navigating to login pa
style="background-image: url(/src/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
>
<div
class="css-18pmme8"
class="css-1ox020v"
/>
</div>
</div>
Expand Down Expand Up @@ -395,7 +395,7 @@ exports[`Routing component > renders an unauthorised route for a plugin 1`] = `
style="background-image: url(/src/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
>
<div
class="css-18pmme8"
class="css-1ox020v"
/>
</div>
</div>
Expand Down Expand Up @@ -654,7 +654,7 @@ exports[`Routing component > renders component with no plugin routes 1`] = `
style="background-image: url(/src/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
>
<div
class="css-18pmme8"
class="css-1ox020v"
/>
</div>
</div>
Expand Down Expand Up @@ -913,7 +913,7 @@ exports[`Routing component > renders component with plugins 1`] = `
style="background-image: url(/src/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
>
<div
class="css-18pmme8"
class="css-1ox020v"
/>
</div>
</div>
Expand Down
Loading

0 comments on commit 09cb6b7

Please sign in to comment.