@authing/react-ui-components 3.1.27-rc.1 → 3.1.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.1.27-rc.1",
3
+ "version": "3.1.27",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -56,8 +56,7 @@
56
56
  "production": [
57
57
  ">0.2%",
58
58
  "not dead",
59
- "not op_mini all",
60
- "not ie < 10"
59
+ "not op_mini all"
61
60
  ],
62
61
  "development": [
63
62
  "last 1 chrome version",
@@ -147,7 +146,6 @@
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",
150
- "axios": "^0.27.2",
151
149
  "babel-eslint": "^10.1.0",
152
150
  "babel-jest": "^26.6.0",
153
151
  "babel-loader": "8.1.0",
@@ -228,4 +226,4 @@
228
226
  "webpack-manifest-plugin": "2.2.0",
229
227
  "workbox-webpack-plugin": "5.1.4"
230
228
  }
231
- }
229
+ }