From 780be1b52fce718cf81e9968bf4334293b994330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gromit=20=28=EC=A0=84=EB=AF=BC=EC=9E=AC=29?= <64779472+ssi02014@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:27:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20package.json=20dependencies=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(#682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/rude-frogs-do.md | 5 +++++ packages/react/package.json | 2 +- yarn.lock | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/rude-frogs-do.md diff --git a/.changeset/rude-frogs-do.md b/.changeset/rude-frogs-do.md new file mode 100644 index 000000000..9664f4150 --- /dev/null +++ b/.changeset/rude-frogs-do.md @@ -0,0 +1,5 @@ +--- +'@modern-kit/react': patch +--- + +fix(react): package.json dependencies - @ssi02014 diff --git a/packages/react/package.json b/packages/react/package.json index 81e86dd01..f66a38487 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index d7efa258e..98bf32b59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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: