Skip to content

Commit

Permalink
chore: package.json dependencies 수정 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 authored Jan 14, 2025
1 parent afa85a1 commit 780be1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-frogs-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-kit/react': patch
---

fix(react): package.json dependencies - @ssi02014
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vitest": "^2.1.3"
},
"dependencies": {
"@modern-kit/utils": "workspace:^",
"@modern-kit/utils": "^1",
"@types/lodash-es": "^4.17.12",
"classnames": "^2.5.1",
"lodash-es": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5465,7 +5465,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@modern-kit/react@workspace:packages/react"
dependencies:
"@modern-kit/utils": "workspace:^"
"@modern-kit/utils": "npm:^1"
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^16.0.0"
"@rollup/plugin-typescript": "npm:^12.1.0"
Expand Down Expand Up @@ -5511,7 +5511,7 @@ __metadata:
languageName: unknown
linkType: soft

"@modern-kit/utils@workspace:^, @modern-kit/utils@workspace:packages/utils":
"@modern-kit/utils@npm:^1, @modern-kit/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@modern-kit/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit 780be1b

Please sign in to comment.