@lokalise/harmony 1.5.2 → 1.5.3
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# harmony
|
2
2
|
A temporary shared library designed to house reusable components, such as molecules and organisms, exclusively for the Expert and Flow platforms during the migration period. This library will be retired upon the completion of the migration and the establishment of the unified next-gen platform.
|
3
|
-
|
3
|
+
|
4
4
|
## Storybook
|
5
5
|
https://lokalise.github.io/harmony/?path=/story/app-shell-navigationpanel--default&args=sticky:!true
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lokalise/harmony",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.3",
|
4
4
|
"author": {
|
5
5
|
"name": "Lokalise",
|
6
6
|
"url": "https://lokalise.com/"
|
@@ -93,6 +93,6 @@
|
|
93
93
|
},
|
94
94
|
"dependencies": {
|
95
95
|
"clsx": "^2.1.1",
|
96
|
-
"react-resize-detector": "^
|
96
|
+
"react-resize-detector": "^12.0.2"
|
97
97
|
}
|
98
98
|
}
|