@authing/react-ui-components 3.1.17-hep.0 → 3.1.17-hep.1
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/lib/index.d.ts +79 -18
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "3.1.17-hep.
|
|
3
|
+
"version": "3.1.17-hep.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"antd": "^4.8.0",
|
|
14
14
|
"authing-js-sdk": "4.23.32",
|
|
15
|
-
"face-api.js": "^0.22.2",
|
|
16
15
|
"fastclick": "^1.0.6",
|
|
17
16
|
"global": "^4.4.0",
|
|
18
17
|
"phone": "^3.1.12",
|
|
@@ -123,7 +122,6 @@
|
|
|
123
122
|
]
|
|
124
123
|
},
|
|
125
124
|
"devDependencies": {
|
|
126
|
-
"@types/ua-parser-js": "^0.7.36",
|
|
127
125
|
"@ant-design/icons": "^4.2.2",
|
|
128
126
|
"@babel/core": "^7.17.8",
|
|
129
127
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
@@ -144,6 +142,7 @@
|
|
|
144
142
|
"@types/react": "^16.9.53",
|
|
145
143
|
"@types/react-dom": "^16.9.8",
|
|
146
144
|
"@types/shortid": "^0.0.29",
|
|
145
|
+
"@types/ua-parser-js": "^0.7.36",
|
|
147
146
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
148
147
|
"@typescript-eslint/parser": "^4.5.0",
|
|
149
148
|
"@vitejs/plugin-react": "1.1.0",
|