Skip to content

Commit

Permalink
chore: lodash-es dependencies 설정 (#588)
Browse files Browse the repository at this point in the history
* chore: changeset log 추가

* chore: lodash-es dependencies 설정
  • Loading branch information
ssi02014 authored Nov 17, 2024
1 parent 95a8bd7 commit 29a8a04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-seahorses-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-kit/react': patch
---

chore(react): lodash-es @types 의존성 위치 변경 - @ssi02014
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 29a8a04

Please sign in to comment.