Skip to content

Commit

Permalink
chore: 패키지 name 변경 repo -> sambad (#13)
Browse files Browse the repository at this point in the history
Auto-merging PR
  • Loading branch information
Andrevile authored Jun 21, 2024
1 parent 6167d25 commit f2d019b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/web/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@repo/typescript-config/nextjs.json",
"extends": "@sambad/typescript-config/nextjs.json",
"compilerOptions": {
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "15th-team3-FE",
"name": "15th-team3-fe",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@repo/eslint-config",
"name": "@sambad/eslint-config",
"version": "0.0.0",
"private": true,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@repo/typescript-config",
"name": "@sambad/typescript-config",
"version": "0.0.0",
"private": true,
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@repo/ui",
"name": "@sambad/ui",
"version": "0.0.0",
"private": true,
"exports": {
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2d019b

Please sign in to comment.