Skip to content

Commit

Permalink
chore: @nf-team 버전을 workspace로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed Nov 7, 2024
1 parent 338232b commit 7bc74be
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
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 7bc74be

Please sign in to comment.