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 cd0378c commit dc1a820Copy full SHA for dc1a820
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-oidc",
3
- "version": "3.1.6",
+ "version": "3.1.7",
4
"description": "A package for managing OpenID Connect authentication in redux apps",
5
"main": "dist/redux-oidc.js",
6
"types": "./index.d.ts",
@@ -61,7 +61,9 @@
61
"peerDependencies": {
62
"react": ">=16.8.4",
63
"prop-types": ">=15.5.8",
64
- "oidc-client": ">=1.6.1",
+ "oidc-client": ">=1.6.1"
65
+ },
66
+ "optionalDependencies": {
67
"immutable": ">=3.6.0"
68
},
69
"browserify": {
0 commit comments