@authing/react-ui-components 3.1.26-rc.0 → 3.1.27-rc.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.
@@ -10,15 +10,6 @@
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
-
22
13
  /** @license React v16.13.1
23
14
  * react-is.production.min.js
24
15
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.1.26-rc.0",
3
+ "version": "3.1.27-rc.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
- "axios": "^0.27.2",
16
15
  "fastclick": "^1.0.6",
17
16
  "global": "^4.4.0",
18
17
  "phone": "^3.1.12",
@@ -57,7 +56,8 @@
57
56
  "production": [
58
57
  ">0.2%",
59
58
  "not dead",
60
- "not op_mini all"
59
+ "not op_mini all",
60
+ "not ie < 10"
61
61
  ],
62
62
  "development": [
63
63
  "last 1 chrome version",
@@ -147,6 +147,7 @@
147
147
  "@typescript-eslint/eslint-plugin": "^4.5.0",
148
148
  "@typescript-eslint/parser": "^4.5.0",
149
149
  "@vitejs/plugin-react": "1.1.0",
150
+ "axios": "^0.27.2",
150
151
  "babel-eslint": "^10.1.0",
151
152
  "babel-jest": "^26.6.0",
152
153
  "babel-loader": "8.1.0",
@@ -227,4 +228,4 @@
227
228
  "webpack-manifest-plugin": "2.2.0",
228
229
  "workbox-webpack-plugin": "5.1.4"
229
230
  }
230
- }
231
+ }