@authing/react-ui-components 3.0.28 → 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.28",
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": {
@@ -123,7 +125,13 @@
123
125
  },
124
126
  "devDependencies": {
125
127
  "@ant-design/icons": "^4.2.2",
126
- "@babel/core": "7.12.3",
128
+ "@babel/core": "^7.17.8",
129
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
130
+ "@babel/plugin-transform-runtime": "^7.17.0",
131
+ "@babel/preset-env": "^7.16.11",
132
+ "@babel/preset-flow": "^7.16.7",
133
+ "@babel/preset-react": "^7.16.7",
134
+ "@babel/preset-typescript": "^7.16.7",
127
135
  "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
128
136
  "@svgr/webpack": "5.4.0",
129
137
  "@testing-library/jest-dom": "^5.11.4",
@@ -215,6 +223,5 @@
215
223
  "webpack-dev-server": "3.11.0",
216
224
  "webpack-manifest-plugin": "2.2.0",
217
225
  "workbox-webpack-plugin": "5.1.4"
218
- },
219
- "gitHead": "b1cd27e5301865598c2c2583a14c69507891ffcf"
226
+ }
220
227
  }