Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Jul 16, 2021
1 parent 5925f4e commit 7adde5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Successfully tested with **Angular 9** and its Router, PathLocationStrategy as w

Also, the Okta community created some guidelines on how to use this lib with Okta. See the links at the end of this page for more information.

**Angular 12**: Use 12.x versions of this library (**should also work with older Angular versions!**).

**Angular 11**: Use 10.x versions of this library (**should also work with older Angular versions!**).

**Angular 10**: Use 10.x versions of this library (**should also work with older Angular versions!**).

**Angular 9**: Use 9.x versions of this library (**should also work with older Angular versions!**).
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-oauth2-oidc-jwks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "Manfred Steyer"
},
"version": "10.0.0",
"version": "12.0.0",
"repository": "manfredsteyer/angular-oauth2-oidc",
"dependencies": {
"jsrsasign": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "Manfred Steyer"
},
"version": "10.0.2",
"version": "12.0.0",
"repository": "manfredsteyer/angular-oauth2-oidc",
"peerDependencies": {
"@angular/common": ">=8.0.0",
Expand Down

0 comments on commit 7adde5d

Please sign in to comment.