Skip to content

Commit

Permalink
chore: resolution으로 버전 통일 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
eungyeole authored Oct 20, 2021
1 parent ec5cc54 commit 4981750
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"packages/*"
],
"resolutions": {
"typescript": "4.3.5"
"typescript": "4.3.5",
"@semicolondsm/design-token": "workspace:packages/design-token",
"@semicolondsm/react-theming": "workspace:packages/react-theming",
"@semicolondsm/ui": "workspace:packages/ui",
"@semicolondsm/react-emotion-theme": "workspace:packages/react-emotion-theme"
},
"scripts": {
"build:all": "yarn workspaces foreach -t -p run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-emotion-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react": "^17.0.2"
},
"dependencies": {
"@semicolondsm/design-token": "1.0.0",
"@semicolondsm/react-theming": "1.0.0"
"@semicolondsm/design-token": "workspace:packages/design-token",
"@semicolondsm/react-theming": "workspace:packages/react-theming"
},
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ __metadata:
languageName: node
linkType: hard

"@semicolondsm/design-token@1.0.0, @semicolondsm/design-token@workspace:packages/design-token":
"@semicolondsm/design-token@workspace:packages/design-token":
version: 0.0.0-use.local
resolution: "@semicolondsm/design-token@workspace:packages/design-token"
dependencies:
Expand All @@ -2657,8 +2657,8 @@ __metadata:
resolution: "@semicolondsm/react-emotion-theme@workspace:packages/react-emotion-theme"
dependencies:
"@emotion/react": ^11.4.0
"@semicolondsm/design-token": 1.0.0
"@semicolondsm/react-theming": 1.0.0
"@semicolondsm/design-token": "workspace:packages/design-token"
"@semicolondsm/react-theming": "workspace:packages/react-theming"
"@types/react": ^17.0.13
react: ^17.0.2
typescript: ^4.4.2
Expand All @@ -2668,7 +2668,7 @@ __metadata:
languageName: unknown
linkType: soft

"@semicolondsm/react-theming@1.0.0, @semicolondsm/react-theming@workspace:packages/react-theming":
"@semicolondsm/react-theming@workspace:packages/react-theming":
version: 0.0.0-use.local
resolution: "@semicolondsm/react-theming@workspace:packages/react-theming"
dependencies:
Expand Down

0 comments on commit 4981750

Please sign in to comment.