@yamada-ui/skeleton 1.1.3-next-20240820155044 → 1.1.4-dev-20240903225726

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +7 -13
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,19 +3,13 @@
3
3
  ## Installation
4
4
 
5
5
  ```sh
6
- $ pnpm add @yamada-ui/skeleton
7
- ```
8
-
9
- or
10
-
11
- ```sh
12
- $ yarn add @yamada-ui/skeleton
13
- ```
14
-
15
- or
16
-
17
- ```sh
18
- $ npm install @yamada-ui/skeleton
6
+ pnpm add @yamada-ui/skeleton
7
+ # or
8
+ yarn add @yamada-ui/skeleton
9
+ # or
10
+ npm install @yamada-ui/skeleton
11
+ # or
12
+ bun add @yamada-ui/skeleton
19
13
  ```
20
14
 
21
15
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/skeleton",
3
- "version": "1.1.3-next-20240820155044",
3
+ "version": "1.1.4-dev-20240903225726",
4
4
  "description": "Yamada UI skeleton component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -29,18 +29,18 @@
29
29
  "homepage": "https://yamada-ui.com",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/yamada-ui/yamada-ui",
32
+ "url": "https://github.com/yamada-ui/yamada-ui",
33
33
  "directory": "packages/components/skeleton"
34
34
  },
35
35
  "bugs": {
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/core": "1.13.0-next-20240820155044",
40
- "@yamada-ui/use-animation": "1.0.35-next-20240820155044",
41
- "@yamada-ui/use-previous": "1.0.18-next-20240820155044",
42
- "@yamada-ui/use-value": "1.1.23-next-20240820155044",
43
- "@yamada-ui/utils": "1.4.0-next-20240820155044"
39
+ "@yamada-ui/core": "1.13.1-dev-20240903225726",
40
+ "@yamada-ui/use-animation": "1.0.36-dev-20240903225726",
41
+ "@yamada-ui/use-previous": "1.0.18",
42
+ "@yamada-ui/use-value": "1.1.24-dev-20240903225726",
43
+ "@yamada-ui/utils": "1.4.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "clean-package": "2.2.0",