From 29a8a04c6e2300a1aace014eb08ea7777978d866 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: Mon, 18 Nov 2024 01:35:20 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20lodash-es=20dependencies=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20(#588)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: changeset log 추가 * chore: lodash-es dependencies 설정 --- .changeset/lovely-seahorses-double.md | 5 +++++ packages/react/package.json | 4 ++-- yarn.lock | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .changeset/lovely-seahorses-double.md diff --git a/.changeset/lovely-seahorses-double.md b/.changeset/lovely-seahorses-double.md new file mode 100644 index 000000000..4a545faaa --- /dev/null +++ b/.changeset/lovely-seahorses-double.md @@ -0,0 +1,5 @@ +--- +'@modern-kit/react': patch +--- + +chore(react): lodash-es @types 의존성 위치 변경 - @ssi02014 diff --git a/packages/react/package.json b/packages/react/package.json index 432f3bf43..7b11f0efd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -35,7 +35,6 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.1", - "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "@types/ua-parser-js": "^0.7.39", @@ -56,7 +55,8 @@ "vitest": "^2.1.3" }, "dependencies": { - "@modern-kit/utils": "workspace:^", + "@modern-kit/utils": "workspace:*", + "@types/lodash-es": "^4.17.12", "lodash-es": "^4.17.21", "ua-parser-js": "^1.0.39" }, diff --git a/yarn.lock b/yarn.lock index a9f09b138..4aa23bc49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4956,7 +4956,7 @@ __metadata: resolution: "@modern-kit/react@workspace:packages/react" dependencies: "@modern-kit/types": "workspace:*" - "@modern-kit/utils": "workspace:^" + "@modern-kit/utils": "workspace:*" "@rollup/plugin-commonjs": "npm:^28.0.0" "@rollup/plugin-node-resolve": "npm:^15.1.0" "@rollup/plugin-terser": "npm:^0.4.3" @@ -5002,7 +5002,7 @@ __metadata: languageName: unknown linkType: soft -"@modern-kit/utils@workspace:^, @modern-kit/utils@workspace:packages/utils": +"@modern-kit/utils@workspace:*, @modern-kit/utils@workspace:packages/utils": version: 0.0.0-use.local resolution: "@modern-kit/utils@workspace:packages/utils" dependencies: