From 7bc74bec9a7d99da8491a4649dfbebafc6338a17 Mon Sep 17 00:00:00 2001 From: saseungmin Date: Thu, 7 Nov 2024 21:47:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20@nf-team=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=9D=84=20workspace=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/package.json | 4 ++-- packages/fetch/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/storage/package.json | 4 ++-- yarn.lock | 20 ++++++++++---------- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index d7785cf0..e320c8e8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/fetch/package.json b/packages/fetch/package.json index b40327cd..c703918b 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -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", diff --git a/packages/react/package.json b/packages/react/package.json index 6ced1657..cb6718ea 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", diff --git a/packages/storage/package.json b/packages/storage/package.json index 28889b77..7bccf7fe 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9c80ef85..0a4cad0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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: @@ -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" @@ -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" @@ -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" @@ -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 From 7fb42c4f2fb90e5f31f6126b0972a66234964276 Mon Sep 17 00:00:00 2001 From: saseungmin Date: Thu, 7 Nov 2024 21:51:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20changeset=20md=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/chilly-spies-rescue.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/chilly-spies-rescue.md diff --git a/.changeset/chilly-spies-rescue.md b/.changeset/chilly-spies-rescue.md new file mode 100644 index 00000000..1482009d --- /dev/null +++ b/.changeset/chilly-spies-rescue.md @@ -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로 따라가도록 변경