@yamada-ui/close-button 2.0.0-next-20240721171236 → 2.0.0-next-20240729113003
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/close-button",
|
3
|
-
"version": "2.0.0-next-
|
3
|
+
"version": "2.0.0-next-20240729113003",
|
4
4
|
"description": "Yamada UI close button component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,14 +36,14 @@
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@yamada-ui/core": "1.
|
40
|
-
"@yamada-ui/
|
41
|
-
"@yamada-ui/ripple": "1.0.
|
42
|
-
"@yamada-ui/
|
39
|
+
"@yamada-ui/core": "1.11.0",
|
40
|
+
"@yamada-ui/icon": "1.1.1",
|
41
|
+
"@yamada-ui/ripple": "1.0.34",
|
42
|
+
"@yamada-ui/utils": "1.3.2"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"
|
46
|
-
"
|
45
|
+
"clean-package": "2.2.0",
|
46
|
+
"react": "^18.3.1"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
49
|
"react": ">=18"
|