@authing/react-ui-components 3.0.29 → 3.0.30-rc.3

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.29",
3
+ "version": "3.0.30-rc.3",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -123,7 +123,13 @@
123
123
  },
124
124
  "devDependencies": {
125
125
  "@ant-design/icons": "^4.2.2",
126
- "@babel/core": "7.12.3",
126
+ "@babel/core": "^7.17.8",
127
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
128
+ "@babel/plugin-transform-runtime": "^7.17.0",
129
+ "@babel/preset-env": "^7.16.11",
130
+ "@babel/preset-react": "^7.16.7",
131
+ "@babel/preset-typescript": "^7.16.7",
132
+ "@babel/preset-flow": "^7.16.7",
127
133
  "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
128
134
  "@svgr/webpack": "5.4.0",
129
135
  "@testing-library/jest-dom": "^5.11.4",
@@ -215,6 +221,5 @@
215
221
  "webpack-dev-server": "3.11.0",
216
222
  "webpack-manifest-plugin": "2.2.0",
217
223
  "workbox-webpack-plugin": "5.1.4"
218
- },
219
- "gitHead": "4e2b07622e342f9a0a893df6514dfef2c649f274"
224
+ }
220
225
  }