@cocso-ui/react 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -15,7 +15,7 @@ pnpm install @cocso-ui/react
15
15
  컴포넌트를 아래와 같은 형태로 import 할 수 있어요.
16
16
 
17
17
  ```javascript
18
- import {Button} from '@cocso-ui/react';
18
+ import { Button } from '@cocso-ui/react';
19
19
  ```
20
20
 
21
21
  ### Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocso-ui/react",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cocso/cocso-ui.git",
@@ -37,12 +37,12 @@
37
37
  "sonner": "^2.0.6"
38
38
  },
39
39
  "peerDependencies": {
40
- "react": "^19.1.0",
41
- "react-dom": "^19.1.0"
40
+ "react": "^19.1.1",
41
+ "react-dom": "^19.1.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/react": "^19.1.8",
45
- "@types/react-dom": "^19.1.6",
44
+ "@types/react": "^19.1.9",
45
+ "@types/react-dom": "^19.1.7",
46
46
  "esbuild": "^0.25.8",
47
47
  "typescript": "^5.8.3"
48
48
  },