From f2d019bf6d42bbd7f522104d7600cb5e1ff4b963 Mon Sep 17 00:00:00 2001 From: Jong Date: Fri, 21 Jun 2024 23:51:19 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=8C=A8=ED=82=A4=EC=A7=80=20name=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20repo=20->=20sambad=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-merging PR --- apps/web/.eslintrc.js | 2 +- apps/web/package.json | 6 +++--- apps/web/tsconfig.json | 2 +- package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/typescript-config/package.json | 2 +- packages/ui/package.json | 6 +++--- pnpm-lock.yaml | 10 +++++----- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/web/.eslintrc.js b/apps/web/.eslintrc.js index 7d644a4c..835dcb7a 100644 --- a/apps/web/.eslintrc.js +++ b/apps/web/.eslintrc.js @@ -1,7 +1,7 @@ /** @type {import("eslint").Linter.Config} */ module.exports = { root: true, - extends: ["@repo/eslint-config/next.js"], + extends: ["@sambad/eslint-config/next.js"], parser: "@typescript-eslint/parser", parserOptions: { project: true, diff --git a/apps/web/package.json b/apps/web/package.json index 97682447..722fce84 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -9,14 +9,14 @@ "lint": "next lint" }, "dependencies": { - "@repo/ui": "workspace:*", + "@sambad/ui": "workspace:*", "react": "18.2.0", "react-dom": "18.2.0", "next": "14.2.4" }, "devDependencies": { - "@repo/eslint-config": "workspace:*", - "@repo/typescript-config": "workspace:*", + "@sambad/eslint-config": "workspace:*", + "@sambad/typescript-config": "workspace:*", "typescript": "^5", "@types/node": "^20", "@types/react": "^18.2.0", diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 24e75481..9b925341 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@repo/typescript-config/nextjs.json", + "extends": "@sambad/typescript-config/nextjs.json", "compilerOptions": { "plugins": [ { diff --git a/package.json b/package.json index 8a851988..d18d22a0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "15th-team3-FE", + "name": "15th-team3-fe", "private": true, "scripts": { "build": "turbo build", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2fa3c6d2..01af2e64 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,5 +1,5 @@ { - "name": "@repo/eslint-config", + "name": "@sambad/eslint-config", "version": "0.0.0", "private": true, "files": [ diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 27c0e604..ee780511 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,5 +1,5 @@ { - "name": "@repo/typescript-config", + "name": "@sambad/typescript-config", "version": "0.0.0", "private": true, "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index e9e9d552..b5b3aee1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,5 +1,5 @@ { - "name": "@repo/ui", + "name": "@sambad/ui", "version": "0.0.0", "private": true, "exports": { @@ -12,8 +12,8 @@ "generate:component": "turbo gen react-component" }, "devDependencies": { - "@repo/eslint-config": "workspace:*", - "@repo/typescript-config": "workspace:*", + "@sambad/eslint-config": "workspace:*", + "@sambad/typescript-config": "workspace:*", "@turbo/gen": "^1.12.4", "@types/node": "^20.11.24", "@types/eslint": "^8.56.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40b62f87..c4f0a8d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ importers: apps/web: dependencies: - '@repo/ui': + '@sambad/ui': specifier: workspace:* version: link:../../packages/ui next: @@ -33,10 +33,10 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) devDependencies: - '@repo/eslint-config': + '@sambad/eslint-config': specifier: workspace:* version: link:../../packages/eslint-config - '@repo/typescript-config': + '@sambad/typescript-config': specifier: workspace:* version: link:../../packages/typescript-config '@types/node': @@ -86,10 +86,10 @@ importers: packages/ui: devDependencies: - '@repo/eslint-config': + '@sambad/eslint-config': specifier: workspace:* version: link:../eslint-config - '@repo/typescript-config': + '@sambad/typescript-config': specifier: workspace:* version: link:../typescript-config '@turbo/gen':