@spothero/ui 14.3.5 → 14.4.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 +3 -3
- package/backlog/Tooltip/Tooltip.js +3 -1
- package/package.json +9 -9
- package/styles/Tooltip/Tooltip.jsx +3 -1
- package/v1/index-bundled.cjs.js +1 -1
- package/v1/index-bundled.cjs.js.map +1 -1
- package/v1/index-bundled.esm.js +1 -1
- package/v1/index-bundled.esm.js.map +1 -1
- package/v1/index-unbundled.cjs.js +415 -285
- package/v1/index-unbundled.cjs.js.map +1 -1
- package/v1/index-unbundled.esm.js +415 -285
- package/v1/index-unbundled.esm.js.map +1 -1
- package/v2/index-bundled.cjs.js +3 -3
- package/v2/index-bundled.cjs.js.map +1 -1
- package/v2/index-bundled.esm.js +3 -3
- package/v2/index-bundled.esm.js.map +1 -1
- package/v2/index-unbundled.cjs.js +11757 -14459
- package/v2/index-unbundled.cjs.js.map +1 -1
- package/v2/index-unbundled.esm.js +11753 -14455
- package/v2/index-unbundled.esm.js.map +1 -1
package/CHANGELOG.md
CHANGED
package/CHANGELOG.tmp
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# 14.
|
|
1
|
+
# 14.4.0 - 04/21/2022
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
* [[
|
|
3
|
+
## Dependency Updates
|
|
4
|
+
* [[d04c143](https://github.com/spothero/fe-ui/commit/d04c143)] - Upgrade to React 17 ([#282](https://github.com/spothero/fe-ui/pull/282)) (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.4.0",
|
|
4
4
|
"description": "SpotHero's React component UI library.",
|
|
5
5
|
"main": "v2/index-bundled.cjs.js",
|
|
6
6
|
"module": "v2/index.js",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@spothero/browserslist-config": "1.0.0",
|
|
95
95
|
"@spothero/commitlint-config": "3.1.1",
|
|
96
96
|
"@spothero/core": "4.0.0",
|
|
97
|
-
"@spothero/dex": "3.2.
|
|
97
|
+
"@spothero/dex": "3.2.1",
|
|
98
98
|
"@spothero/eslint-config": "3.0.0",
|
|
99
99
|
"@spothero/icons": "2.0.2",
|
|
100
100
|
"@spothero/npm-publisher": "4.0.0",
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
"msw": "0.27.0",
|
|
127
127
|
"prop-types": "15.7.2",
|
|
128
128
|
"push-dir": "0.4.1",
|
|
129
|
-
"react": "
|
|
130
|
-
"react-dom": "
|
|
129
|
+
"react": "17.0.2",
|
|
130
|
+
"react-dom": "17.0.2",
|
|
131
131
|
"react-hot-loader": "4.12.21",
|
|
132
|
-
"react-redux": "7.2.
|
|
133
|
-
"redux": "4.
|
|
132
|
+
"react-redux": "7.2.8",
|
|
133
|
+
"redux": "4.1.2",
|
|
134
134
|
"regenerator-runtime": "0.13.7",
|
|
135
135
|
"rollup": "2.40.0",
|
|
136
136
|
"rollup-plugin-babel": "4.4.0",
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
"webpack-merge": "5.1.4"
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
|
-
"@chakra-ui/react": "1.
|
|
148
|
-
"@chakra-ui/theme": "1.
|
|
149
|
-
"@chakra-ui/theme-tools": "1.
|
|
147
|
+
"@chakra-ui/react": "1.8.8",
|
|
148
|
+
"@chakra-ui/theme": "1.14.1",
|
|
149
|
+
"@chakra-ui/theme-tools": "1.3.6",
|
|
150
150
|
"@emotion/react": "11.1.5",
|
|
151
151
|
"@emotion/styled": "11.1.5",
|
|
152
152
|
"@spothero/utils": "9.1.0",
|