@descope/react-sdk 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -19
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.d.ts +15 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +26 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/react-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Descope React SDK",
|
|
5
5
|
"author": "Descope Team <info@descope.com>",
|
|
6
6
|
"homepage": "https://github.com/descope/react-sdk",
|
|
@@ -48,35 +48,35 @@
|
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@descope/web-component": "2.
|
|
52
|
-
"react-router-dom": "6.11.2"
|
|
51
|
+
"@descope/web-component": "2.8.9"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "7.
|
|
56
|
-
"@babel/preset-env": "7.
|
|
57
|
-
"@babel/preset-react": "7.
|
|
58
|
-
"@babel/preset-typescript": "7.
|
|
54
|
+
"@babel/core": "7.22.9",
|
|
55
|
+
"@babel/preset-env": "7.22.9",
|
|
56
|
+
"@babel/preset-react": "7.22.5",
|
|
57
|
+
"@babel/preset-typescript": "7.22.5",
|
|
59
58
|
"@open-wc/rollup-plugin-html": "^1.2.5",
|
|
60
59
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
61
60
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
62
61
|
"@rollup/plugin-replace": "^5.0.0",
|
|
63
62
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
64
|
-
"@testing-library/jest-dom": "5.
|
|
65
|
-
"@testing-library/react": "
|
|
63
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
64
|
+
"@testing-library/react": "12.1.5",
|
|
65
|
+
"@testing-library/react-hooks": "8.0.1",
|
|
66
66
|
"@testing-library/user-event": "14.4.3",
|
|
67
67
|
"@types/jest": "^27.0.2",
|
|
68
|
-
"@types/react": "
|
|
69
|
-
"@types/react-dom": "18.2.
|
|
68
|
+
"@types/react": "17.0.60",
|
|
69
|
+
"@types/react-dom": "18.2.7",
|
|
70
70
|
"@types/react-router-dom": "^5.3.3",
|
|
71
71
|
"babel-jest": "27.5.1",
|
|
72
|
-
"eslint": "8.
|
|
72
|
+
"eslint": "8.46.0",
|
|
73
73
|
"eslint-config-airbnb": "19.0.4",
|
|
74
|
-
"eslint-config-airbnb-typescript": "17.
|
|
75
|
-
"eslint-config-prettier": "8.
|
|
76
|
-
"eslint-config-standard": "17.
|
|
74
|
+
"eslint-config-airbnb-typescript": "17.1.0",
|
|
75
|
+
"eslint-config-prettier": "8.10.0",
|
|
76
|
+
"eslint-config-standard": "17.1.0",
|
|
77
77
|
"eslint-import-resolver-typescript": "2.7.1",
|
|
78
|
-
"eslint-plugin-import": "2.
|
|
79
|
-
"eslint-plugin-jest": "27.2.
|
|
78
|
+
"eslint-plugin-import": "2.28.0",
|
|
79
|
+
"eslint-plugin-jest": "27.2.3",
|
|
80
80
|
"eslint-plugin-jest-dom": "4.0.3",
|
|
81
81
|
"eslint-plugin-jest-formatting": "3.1.0",
|
|
82
82
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
@@ -85,22 +85,23 @@
|
|
|
85
85
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
86
86
|
"eslint-plugin-prettier": "4.2.1",
|
|
87
87
|
"eslint-plugin-promise": "6.1.1",
|
|
88
|
-
"eslint-plugin-react": "7.
|
|
88
|
+
"eslint-plugin-react": "7.33.1",
|
|
89
89
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
90
|
-
"eslint-plugin-testing-library": "5.11.
|
|
90
|
+
"eslint-plugin-testing-library": "5.11.1",
|
|
91
91
|
"husky": "^8.0.1",
|
|
92
92
|
"jest": "^27.3.1",
|
|
93
93
|
"jest-extended": "^3.2.2",
|
|
94
94
|
"lint-staged": "^13.0.3",
|
|
95
95
|
"pretty-quick": "^3.1.3",
|
|
96
|
-
"react": "
|
|
97
|
-
"react-dom": "
|
|
96
|
+
"react": "17.0.2",
|
|
97
|
+
"react-dom": "17.0.2",
|
|
98
|
+
"react-router-dom": "6.14.2",
|
|
98
99
|
"rollup": "^2.62.0",
|
|
99
100
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
100
101
|
"rollup-plugin-browsersync": "^1.3.3",
|
|
101
102
|
"rollup-plugin-define": "^1.0.1",
|
|
102
103
|
"rollup-plugin-delete": "^2.0.0",
|
|
103
|
-
"rollup-plugin-dotenv": "^0.
|
|
104
|
+
"rollup-plugin-dotenv": "^0.5.0",
|
|
104
105
|
"rollup-plugin-dts": "^4.2.2",
|
|
105
106
|
"rollup-plugin-livereload": "^2.0.5",
|
|
106
107
|
"rollup-plugin-serve": "^2.0.0",
|
|
@@ -110,8 +111,10 @@
|
|
|
110
111
|
"typescript": "^4.5.3"
|
|
111
112
|
},
|
|
112
113
|
"peerDependencies": {
|
|
113
|
-
"@descope/web-js-sdk": "1.2.7",
|
|
114
114
|
"@types/react": ">=17",
|
|
115
115
|
"react": ">=17"
|
|
116
|
+
},
|
|
117
|
+
"optionalDependencies": {
|
|
118
|
+
"@descope/web-js-sdk": ">=1"
|
|
116
119
|
}
|
|
117
120
|
}
|