Skip to content

Commit

Permalink
Merge pull request #107 from mbti-nf-team/chore/package-workspace
Browse files Browse the repository at this point in the history
chore: @nf-team 버전을 workspace로 변경
  • Loading branch information
saseungmin authored Nov 7, 2024
2 parents 338232b + 7fb42c4 commit cb9f16e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .changeset/chilly-spies-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@nf-team/storage": patch
"@nf-team/fetch": patch
"@nf-team/react": patch
"@nf-team/core": patch
---

chore: @nf-team dependency 버전을 workspace로 따라가도록 변경
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@nf-team/eslint-config": "3.4.0",
"@nf-team/tsconfig": "1.0.0",
"@nf-team/eslint-config": "workspace:*",
"@nf-team/tsconfig": "workspace:*",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@nf-team/eslint-config": "3.4.0",
"@nf-team/tsconfig": "1.0.0",
"@nf-team/eslint-config": "workspace:*",
"@nf-team/tsconfig": "workspace:*",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@nf-team/eslint-config": "3.4.0",
"@nf-team/tsconfig": "1.0.0",
"@nf-team/eslint-config": "workspace:*",
"@nf-team/tsconfig": "workspace:*",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^10.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@nf-team/eslint-config": "3.4.0",
"@nf-team/tsconfig": "1.0.0",
"@nf-team/eslint-config": "workspace:*",
"@nf-team/tsconfig": "workspace:*",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3205,8 +3205,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nf-team/core@workspace:packages/core"
dependencies:
"@nf-team/eslint-config": "npm:3.4.0"
"@nf-team/tsconfig": "npm:1.0.0"
"@nf-team/eslint-config": "workspace:*"
"@nf-team/tsconfig": "workspace:*"
"@swc/core": "npm:^1.3.96"
"@swc/jest": "npm:^0.2.29"
"@types/jest": "npm:^29.5.2"
Expand All @@ -3222,7 +3222,7 @@ __metadata:
languageName: unknown
linkType: soft

"@nf-team/eslint-config@npm:3.4.0, @nf-team/eslint-config@workspace:^, @nf-team/eslint-config@workspace:packages/eslint":
"@nf-team/eslint-config@workspace:*, @nf-team/eslint-config@workspace:^, @nf-team/eslint-config@workspace:packages/eslint":
version: 0.0.0-use.local
resolution: "@nf-team/eslint-config@workspace:packages/eslint"
dependencies:
Expand Down Expand Up @@ -3256,8 +3256,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nf-team/fetch@workspace:packages/fetch"
dependencies:
"@nf-team/eslint-config": "npm:3.4.0"
"@nf-team/tsconfig": "npm:1.0.0"
"@nf-team/eslint-config": "workspace:*"
"@nf-team/tsconfig": "workspace:*"
"@swc/core": "npm:^1.3.96"
"@swc/jest": "npm:^0.2.29"
"@types/jest": "npm:^29.5.2"
Expand All @@ -3279,8 +3279,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nf-team/react@workspace:packages/react"
dependencies:
"@nf-team/eslint-config": "npm:3.4.0"
"@nf-team/tsconfig": "npm:1.0.0"
"@nf-team/eslint-config": "workspace:*"
"@nf-team/tsconfig": "workspace:*"
"@swc/core": "npm:^1.3.96"
"@swc/jest": "npm:^0.2.29"
"@testing-library/dom": "npm:^10.4.0"
Expand Down Expand Up @@ -3315,8 +3315,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nf-team/storage@workspace:packages/storage"
dependencies:
"@nf-team/eslint-config": "npm:3.4.0"
"@nf-team/tsconfig": "npm:1.0.0"
"@nf-team/eslint-config": "workspace:*"
"@nf-team/tsconfig": "workspace:*"
"@swc/core": "npm:^1.3.96"
"@swc/jest": "npm:^0.2.29"
"@types/jest": "npm:^29.5.2"
Expand Down Expand Up @@ -3354,7 +3354,7 @@ __metadata:
languageName: unknown
linkType: soft

"@nf-team/tsconfig@npm:1.0.0, @nf-team/tsconfig@workspace:packages/tsconfig":
"@nf-team/tsconfig@workspace:*, @nf-team/tsconfig@workspace:packages/tsconfig":
version: 0.0.0-use.local
resolution: "@nf-team/tsconfig@workspace:packages/tsconfig"
languageName: unknown
Expand Down

0 comments on commit cb9f16e

Please sign in to comment.