Skip to content

Commit

Permalink
chore(ui, docs): 의존성 버전 workspace:^로 변경 (#171)
Browse files Browse the repository at this point in the history
* chore: set workspace dependancies

* fix: 중복된 의존성 설정 제거

* chore: reinstall dependancies

* cs
  • Loading branch information
Brokyeom authored Oct 11, 2024
1 parent 5b22280 commit b0a088e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 98 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-dragons-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

fix dependancy (static version -> workspace:^)
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"chromatic": "npx chromatic --project-token=chpt_98c750b6bad066a"
},
"dependencies": {
"@sopt-makers/colors": "^3.0.2",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.5",
"@sopt-makers/ui": "^2.3.0"
"@sopt-makers/colors": "workspace:^",
"@sopt-makers/fonts": "workspace:^",
"@sopt-makers/icons": "workspace:^",
"@sopt-makers/ui": "workspace:^"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-switch": "^1.0.3",
"@sopt-makers/colors": "^3.0.2",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.5",
"@sopt-makers/colors": "workspace:^",
"@sopt-makers/fonts": "workspace:^",
"@sopt-makers/icons": "workspace:^",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/sprinkles": "1.6.1",
"tsup": "^8.0.2"
Expand Down
105 changes: 14 additions & 91 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0a088e

Please sign in to comment.