@spothero/ui 14.1.0 → 14.2.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 14.2.0 - 04/05/2022
2
+
3
+ ## Dependency Updates
4
+ * [[15c9010](https://github.com/spothero/fe-ui/commit/15c9010)] - Relax peer deps version ([#275](https://github.com/spothero/fe-ui/pull/275)) (Gru Singh)
5
+
1
6
  # 14.1.0 - 04/04/2022
2
7
 
3
8
  ## Dependency Updates
package/CHANGELOG.tmp CHANGED
@@ -1,5 +1,5 @@
1
- # 14.1.0 - 04/04/2022
1
+ # 14.2.0 - 04/05/2022
2
2
 
3
3
  ## Dependency Updates
4
- * [[53b28bf](https://github.com/spothero/fe-ui/commit/53b28bf)] - Upgrade SpotHero packages ([#274](https://github.com/spothero/fe-ui/pull/274)) (Gru Singh)
4
+ * [[15c9010](https://github.com/spothero/fe-ui/commit/15c9010)] - Relax peer deps version ([#275](https://github.com/spothero/fe-ui/pull/275)) (Gru Singh)
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "14.1.0",
3
+ "version": "14.2.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index-bundled-cjs/index.js",
6
6
  "module": "v2/index.js",
@@ -176,9 +176,9 @@
176
176
  "lodash": "4.17.21",
177
177
  "moment": "^2.27.0",
178
178
  "prop-types": "^15.7.2",
179
- "react": "^16.13.1",
180
- "react-dom": "^16.13.1",
181
- "react-redux": "^7.2.0",
182
- "redux": "^4.0.5"
179
+ "react": ">=16.0.0",
180
+ "react-dom": ">=16.0.0",
181
+ "react-redux": ">=7.0.0",
182
+ "redux": ">=4.0.0"
183
183
  }
184
184
  }