@authing/react-ui-components 3.0.0-rc.29 → 3.0.0-rc.33

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.
@@ -1,3 +1,9 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
1
7
  /*!
2
8
  Copyright (c) 2017 Jed Watson.
3
9
  Licensed under the MIT License (MIT), see
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.0.0-rc.29",
3
+ "version": "3.0.0-rc.33",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -16,6 +16,7 @@
16
16
  "fastclick": "^1.0.6",
17
17
  "global": "^4.4.0",
18
18
  "qs": "^6.9.4",
19
+ "react-responsive": "^9.0.0-beta.5",
19
20
  "react-use": "^17.3.1",
20
21
  "wildcard": "^1.1.2"
21
22
  },