Skip to content

Commit

Permalink
Feature/#61 공통 및 개별 의존성 관리 (#62)
Browse files Browse the repository at this point in the history
* feat: @types/jest 설치

* feat: eslint, typescript 관련 설정 root에 devDependency로 설치

* chore(apps/app): @types/jest, @types/react 루트에서 사용하도록 수정

* chore(apps/web): eslint, typescript 설정 루트에서 사용하도록 수정

* chore(packages/ui): 공통 의존성 루트에서 사용하도록 수정

* feat: pnpm lock 파일 변경사항 반영
  • Loading branch information
ghdtjgus76 authored Dec 22, 2024
1 parent 980e193 commit 9d3c0b9
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 104 deletions.
5 changes: 1 addition & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
"@storybook/addon-ondevice-actions": "^8.3.5",
"@storybook/addon-ondevice-controls": "^8.3.5",
"@storybook/react-native": "^8.3.5",
"@types/jest": "^29.2.1",
"@types/react": "^18.2.6",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand All @@ -57,8 +55,7 @@
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"reactotron-react-native": "^5.1.10",
"storybook": "^8.3.5",
"typescript": "5.0.4"
"storybook": "^8.3.5"
},
"jest": {
"preset": "react-native"
Expand Down
2 changes: 0 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/jest": "^29.2.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"prettier": "^3.2.5",
Expand Down
8 changes: 1 addition & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
"check-types": "tsc --noEmit"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.1",
"typescript": "5.5.4"
"@turbo/gen": "^1.12.4"
},
"dependencies": {
"react": "^19.0.0",
Expand Down
Loading

0 comments on commit 9d3c0b9

Please sign in to comment.