Skip to content

Commit

Permalink
chore(ui, docs): 패키지 의존성 업데이트 및 docs를 최신화합니다. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 authored Sep 21, 2024
1 parent 1148eea commit 36c3cf8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-boxes-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'docs': patch
---

패키지 의존성 업데이트 & docs 최신화
5 changes: 5 additions & 0 deletions .changeset/wicked-donkeys-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

패키지 의존성 업데이트
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@sopt-makers/colors": "^3.0.1",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.4",
"@sopt-makers/ui": "^2.0.0"
"@sopt-makers/icons": "^1.0.5",
"@sopt-makers/ui": "^2.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@radix-ui/react-switch": "^1.0.3",
"@sopt-makers/colors": "^3.0.1",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.3",
"@sopt-makers/icons": "^1.0.5",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/sprinkles": "1.6.1",
"tsup": "^8.0.2"
Expand Down
29 changes: 15 additions & 14 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 36c3cf8

Please sign in to comment.