@authing/react-ui-components 2.4.59 → 2.4.62-rc.6

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/yarn-error.log +0 -20371
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "2.4.59",
3
+ "version": "2.4.62-rc.6",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "qs": "^6.9.4"
11
11
  },
12
12
  "peerDependencies": {
13
- "react": "16.14.0",
14
- "react-dom": "16.14.0"
13
+ "react": "^15.0.1 || ^16.0.0 || ^17.0.0",
14
+ "react-dom": "^15.0.1 || ^16.0.0 || ^17.0.0"
15
15
  },
16
16
  "scripts": {
17
17
  "start": "PORT=3006 node scripts/start.js",
@@ -185,5 +185,5 @@
185
185
  "webpack-manifest-plugin": "2.2.0",
186
186
  "workbox-webpack-plugin": "5.1.4"
187
187
  },
188
- "gitHead": "6a20b0d25cc459993f2884dad32e56ea23d17b59"
188
+ "gitHead": "8d3a51285db0de52b89636e0827952f9ea610bfe"
189
189
  }