@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 +5 -0
- package/CHANGELOG.tmp +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/CHANGELOG.tmp
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# 14.
|
|
1
|
+
# 14.2.0 - 04/05/2022
|
|
2
2
|
|
|
3
3
|
## Dependency Updates
|
|
4
|
-
* [[
|
|
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.
|
|
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": "
|
|
180
|
-
"react-dom": "
|
|
181
|
-
"react-redux": "
|
|
182
|
-
"redux": "
|
|
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
|
}
|