Skip to content

Commit

Permalink
fix(widget): SKFP-924 update react-router, fix authorized studies
Browse files Browse the repository at this point in the history
  • Loading branch information
lflangis committed Feb 13, 2024
1 parent e57e9a5 commit 2082158
Show file tree
Hide file tree
Showing 24 changed files with 363 additions and 364 deletions.
215 changes: 81 additions & 134 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/core": "^7.16.0",
"@dnd-kit/core": "^4.0.3",
"@dnd-kit/sortable": "^5.1.0",
"@ferlab/ui": "^8.2.2",
"@ferlab/ui": "^9.0.0",
"@loadable/component": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@react-keycloak/core": "^3.2.0",
Expand All @@ -74,8 +74,8 @@
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.7",
"@types/react-highlight-words": "^0.16.4",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@types/uuid": "^8.3.2",
"antd": "^4.24.15",
Expand Down Expand Up @@ -129,7 +129,7 @@
"react-intl-universal": "^2.4.8",
"react-redux": "^7.2.6",
"react-refresh": "^0.11.0",
"react-router-dom": "^5.3.0",
"react-router-dom": "^6.22.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-transform-filter": "^0.0.20",
Expand Down
Loading

0 comments on commit 2082158

Please sign in to comment.