@authing/react-ui-components 3.0.30-rc.1 → 3.0.30-rc.2

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.0.30-rc.1",
3
+ "version": "3.0.30-rc.2",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -56,12 +56,14 @@
56
56
  "production": [
57
57
  ">0.2%",
58
58
  "not dead",
59
- "not op_mini all"
59
+ "not op_mini all",
60
+ "not ie <= 8"
60
61
  ],
61
62
  "development": [
62
63
  "last 1 chrome version",
63
64
  "last 1 firefox version",
64
- "last 1 safari version"
65
+ "last 1 safari version",
66
+ "not ie <= 8"
65
67
  ]
66
68
  },
67
69
  "jest": {
@@ -127,9 +129,9 @@
127
129
  "@babel/plugin-proposal-class-properties": "^7.16.7",
128
130
  "@babel/plugin-transform-runtime": "^7.17.0",
129
131
  "@babel/preset-env": "^7.16.11",
132
+ "@babel/preset-flow": "^7.16.7",
130
133
  "@babel/preset-react": "^7.16.7",
131
134
  "@babel/preset-typescript": "^7.16.7",
132
- "@babel/preset-flow": "^7.16.7",
133
135
  "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
134
136
  "@svgr/webpack": "5.4.0",
135
137
  "@testing-library/jest-dom": "^5.11.4",
@@ -222,4 +224,4 @@
222
224
  "webpack-manifest-plugin": "2.2.0",
223
225
  "workbox-webpack-plugin": "5.1.4"
224
226
  }
225
- }
227
+ }