We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ea1f6 commit cd0378cCopy full SHA for cd0378c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-oidc",
3
- "version": "3.1.5",
+ "version": "3.1.6",
4
"description": "A package for managing OpenID Connect authentication in redux apps",
5
"main": "dist/redux-oidc.js",
6
"types": "./index.d.ts",
@@ -61,9 +61,7 @@
61
"peerDependencies": {
62
"react": ">=16.8.4",
63
"prop-types": ">=15.5.8",
64
- "oidc-client": ">=1.6.1"
65
- },
66
- "optionalDependencies": {
+ "oidc-client": ">=1.6.1",
67
"immutable": ">=3.6.0"
68
},
69
"browserify": {
0 commit comments