Skip to content

Commit

Permalink
fix: icons 패키지 빌드 오류 해결 (#131)
Browse files Browse the repository at this point in the history
* fix: icons 패키지에 @types/react 패키지 추가

* fix: icons 패키지에 @types/react 패키지 추가

* chore: add changeset
  • Loading branch information
jungwoo3490 authored Sep 13, 2024
1 parent 138789f commit af4fb40
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-boxes-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/icons': patch
---

icons 패키지에 @types-react 의존성 추가
1 change: 1 addition & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"homepage": "https://github.com/sopt-makers/makers-frontend#readme",
"devDependencies": {
"@svgr/cli": "^8.1.0",
"@types/react": "^18.3.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
Expand Down
59 changes: 31 additions & 28 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 af4fb40

Please sign in to comment.