@authing/react-ui-components 3.1.30-beta.1 → 3.1.31-rc.0

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.
@@ -10,31 +10,6 @@
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
- /*!
14
- Copyright (c) 2011, Yahoo! Inc. All rights reserved.
15
- Code licensed under the BSD License:
16
- http://developer.yahoo.com/yui/license.html
17
- version: 2.9.0
18
- */
19
-
20
- /**
21
- * @fileOverview
22
- * @name asn1-1.0.js
23
- * @author Kenji Urushima kenji.urushima@gmail.com
24
- * @version asn1 1.0.13 (2017-Jun-02)
25
- * @since jsrsasign 2.1
26
- * @license <a href="https://kjur.github.io/jsrsasign/license/">MIT License</a>
27
- */
28
-
29
- /**
30
- * @license
31
- * Lodash <https://lodash.com/>
32
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
33
- * Released under MIT license <https://lodash.com/license>
34
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
35
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
36
- */
37
-
38
13
  /** @license React v16.13.1
39
14
  * react-is.production.min.js
40
15
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.1.30-beta.1",
3
+ "version": "3.1.31-rc.0",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -12,10 +12,8 @@
12
12
  "dependencies": {
13
13
  "antd": "^4.8.0",
14
14
  "authing-js-sdk": "4.23.32",
15
- "axios": "^0.27.2",
16
15
  "fastclick": "^1.0.6",
17
16
  "global": "^4.4.0",
18
- "jsencrypt": "^3.2.1",
19
17
  "phone": "^3.1.12",
20
18
  "qs": "^6.9.4",
21
19
  "react-responsive": "^9.0.0-beta.5",
@@ -230,4 +228,4 @@
230
228
  "webpack-manifest-plugin": "2.2.0",
231
229
  "workbox-webpack-plugin": "5.1.4"
232
230
  }
233
- }
231
+ }