@authing/react-ui-components 3.1.27 → 3.1.28-alpha.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,15 @@
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /**
14
+ * @license
15
+ * Lodash <https://lodash.com/>
16
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17
+ * Released under MIT license <https://lodash.com/license>
18
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
19
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
20
+ */
21
+
13
22
  /** @license React v16.13.1
14
23
  * react-is.production.min.js
15
24
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.1.27",
3
+ "version": "3.1.28-alpha.0",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -56,7 +56,8 @@
56
56
  "production": [
57
57
  ">0.2%",
58
58
  "not dead",
59
- "not op_mini all"
59
+ "not op_mini all",
60
+ "not ie < 10"
60
61
  ],
61
62
  "development": [
62
63
  "last 1 chrome version",
@@ -146,6 +147,7 @@
146
147
  "@typescript-eslint/eslint-plugin": "^4.5.0",
147
148
  "@typescript-eslint/parser": "^4.5.0",
148
149
  "@vitejs/plugin-react": "1.1.0",
150
+ "axios": "^0.27.2",
149
151
  "babel-eslint": "^10.1.0",
150
152
  "babel-jest": "^26.6.0",
151
153
  "babel-loader": "8.1.0",