Skip to content

Commit

Permalink
refactor(web): update oidc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 5, 2023
1 parent e7150f3 commit e7126d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Ecotag/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@axa-fr/react-oidc": "7.3.1",
"@axa-fr/react-oidc": "7.3.4",
"@axa-fr/react-toolkit-all": "1.4.1",
"@microsoft/applicationinsights-web": "2.8.6",
"@monaco-editor/react": "4.2.1",
Expand Down Expand Up @@ -93,5 +93,9 @@
}
}
]
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit e7126d6

Please sign in to comment.