Skip to content

Commit

Permalink
Apply
Browse files Browse the repository at this point in the history
-clsx 1.2.1 -> 2.1.0
-jwt-decode 3.1.2 -> 4.0.0
-react-csv-downloader 2.9.1 -> 3.1.0
-uuid 3.4.0 -> 9.0.1
-type-fest 2.19.0 -> 4.14.0
-utf8-validate 5.0.10 -> 6.0.3
  • Loading branch information
Hugo Marcellin committed Mar 25, 2024
1 parent bbb00d2 commit 79ca76b
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 79 deletions.
143 changes: 71 additions & 72 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"dependencies": {
"autosuggest-highlight": "^3.3.4",
"clsx": "^1.2.1",
"jwt-decode": "^3.1.2",
"clsx": "^2.1.0",
"jwt-decode": "^4.0.0",
"memoize-one": "^6.0.0",
"oidc-client": "^1.11.5",
"prop-types": "^15.8.1",
"react-csv-downloader": "^2.9.1",
"react-csv-downloader": "^3.1.0",
"react-request-fullscreen": "^1.1.2",
"react-virtualized": "^9.22.5",
"uuid": "^3.4.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"@emotion/react": "^11.8.1",
Expand Down Expand Up @@ -95,9 +95,9 @@
"react-resizable": "^3.0.5",
"react-router-dom": "^6.22.3",
"ts-node": "^10.9.2",
"type-fest": "^2.19.0",
"type-fest": "^4.14.0",
"typescript": "5.1.6",
"utf-8-validate": "^5.0.10",
"utf-8-validate": "^6.0.3",
"vite": "^5.2.6",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-eslint": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/AuthService.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
resetAuthenticationRouterError,
setShowAuthenticationRouterLogin,
} from './actions';
import jwtDecode from 'jwt-decode';
import { jwtDecode } from 'jwt-decode';

// set as a global variable to allow log level configuration at runtime
window.OIDCLog = Log;
Expand Down

0 comments on commit 79ca76b

Please sign in to comment.