Skip to content

Commit

Permalink
deps: update jwt-decode to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Mar 9, 2024
1 parent c4d7648 commit f39ba72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dayjs": "^1.11.8",
"formik": "^2.4.2",
"graphql": "^16.7.1",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"lodash.merge": "^4.6.2",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/stores/authenticatedUserStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jwtDecode from "jwt-decode";
import { jwtDecode } from "jwt-decode";
import { apolloClient } from "@/app/ApolloProvider/apolloClient";
import { ReactiveStore } from "./ReactiveStore";
import { LocalStorageValueManager } from "./helpers";
Expand Down

0 comments on commit f39ba72

Please sign in to comment.