@authing/react-ui-components 3.1.29-alpha.1 → 3.1.30-beta.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,6 +10,22 @@
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
+
13
29
  /**
14
30
  * @license
15
31
  * Lodash <https://lodash.com/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.1.29-alpha.1",
3
+ "version": "3.1.30-beta.0",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -12,9 +12,10 @@
12
12
  "dependencies": {
13
13
  "antd": "^4.8.0",
14
14
  "authing-js-sdk": "4.23.32",
15
- "classnames": "^2.3.1",
15
+ "axios": "^0.27.2",
16
16
  "fastclick": "^1.0.6",
17
17
  "global": "^4.4.0",
18
+ "jsencrypt": "^3.2.1",
18
19
  "phone": "^3.1.12",
19
20
  "qs": "^6.9.4",
20
21
  "react-responsive": "^9.0.0-beta.5",