Skip to content

Commit

Permalink
refactor(react-oidc): remove base64js dependencies (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Feb 11, 2024
1 parent 2a7031b commit c3d5c6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/oidc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"openid",
"oauth2",
"oauth",
"vanilla"
"vanilla",
"vanillajs"
],
"scripts": {
"clean": "rimraf dist",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
},
"dependencies": {
"@axa-fr/oidc-client-service-worker": "workspace:*",
"@axa-fr/oidc-client": "workspace:*",
"base64-js": "1.5.1"
"@axa-fr/oidc-client": "workspace:*"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
4 changes: 1 addition & 3 deletions pnpm-lock.yaml

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

0 comments on commit c3d5c6b

Please sign in to comment.