Skip to content

Commit

Permalink
Update package.json with oidc-client-ts
Browse files Browse the repository at this point in the history
Dependency was missing. 'yarn add' does not help because it adds the latest version of oidc-client-ts, which is not backward compatible with 2.4.0
  • Loading branch information
zoltantemesvari authored Apr 22, 2024
1 parent 5a5681b commit 1408dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"react-router-dom": "^6.21.3",
"react-scripts": "5.0.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
"web-vitals": "^2.1.0",
"oidc-client-ts": "^2.4.0",
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 1408dc2

Please sign in to comment.