@yamada-ui/resizable 1.0.19-dev-20240523142508 → 1.0.19-dev-20240525154738
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 +3 -3
package/README.md
CHANGED
@@ -20,7 +20,7 @@ $ npm install @yamada-ui/resizable
|
|
20
20
|
|
21
21
|
## Contribution
|
22
22
|
|
23
|
-
Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](
|
23
|
+
Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/yamada-ui/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
|
24
24
|
|
25
25
|
## License
|
26
26
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/resizable",
|
3
|
-
"version": "1.0.19-dev-
|
3
|
+
"version": "1.0.19-dev-20240525154738",
|
4
4
|
"description": "Yamada UI resizable component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -37,8 +37,8 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"react-resizable-panels": "^2.0.8",
|
40
|
-
"@yamada-ui/core": "1.
|
41
|
-
"@yamada-ui/icon": "1.0.
|
40
|
+
"@yamada-ui/core": "1.7.0-dev-20240525154738",
|
41
|
+
"@yamada-ui/icon": "1.0.26-dev-20240525154738",
|
42
42
|
"@yamada-ui/utils": "1.2.0"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|