@authing/react-ui-components 3.1.16-rc.6 → 3.1.16
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/LICENSE +21 -0
- package/lib/index.d.ts +40 -80
- package/lib/index.min.css +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "3.1.16
|
|
3
|
+
"version": "3.1.16",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"antd": "^4.8.0",
|
|
14
|
-
"authing-js-sdk": "4.23.
|
|
14
|
+
"authing-js-sdk": "4.23.30-alpha.3",
|
|
15
15
|
"fastclick": "^1.0.6",
|
|
16
16
|
"global": "^4.4.0",
|
|
17
17
|
"phone": "^3.1.12",
|
|
18
18
|
"qs": "^6.9.4",
|
|
19
19
|
"react-responsive": "^9.0.0-beta.5",
|
|
20
20
|
"react-use": "^17.3.1",
|
|
21
|
+
"ua-parser-js": "^1.0.2",
|
|
21
22
|
"wildcard": "^1.1.2"
|
|
22
23
|
},
|
|
23
24
|
"peerDependencies": {
|
|
@@ -141,6 +142,7 @@
|
|
|
141
142
|
"@types/react": "^16.9.53",
|
|
142
143
|
"@types/react-dom": "^16.9.8",
|
|
143
144
|
"@types/shortid": "^0.0.29",
|
|
145
|
+
"@types/ua-parser-js": "^0.7.36",
|
|
144
146
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
145
147
|
"@typescript-eslint/parser": "^4.5.0",
|
|
146
148
|
"@vitejs/plugin-react": "1.1.0",
|
|
@@ -222,5 +224,6 @@
|
|
|
222
224
|
"webpack-dev-server": "3.11.0",
|
|
223
225
|
"webpack-manifest-plugin": "2.2.0",
|
|
224
226
|
"workbox-webpack-plugin": "5.1.4"
|
|
225
|
-
}
|
|
227
|
+
},
|
|
228
|
+
"gitHead": "3cfe0066173b1b593ff60fe400e4a5cffa3995c1"
|
|
226
229
|
}
|