Skip to content

Commit

Permalink
chore(dependency): 버전 업데이트 및 필요없는 파일 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 13, 2024
1 parent 57d2c32 commit b60c991
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 125 deletions.
98 changes: 19 additions & 79 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "[email protected]",
"private": true,
"scripts": {
"build": "turbo run build",
"build": "turbo run build --parallel",
"dev": "turbo run dev",
"lint": "eslint 'packages/**/*.{ts,tsx,js,jsx}' --ext .ts,.tsx,.js,.jsx && prettier --check .",
"lint:fix": "eslint . --fix && prettier --write .",
Expand All @@ -18,6 +18,7 @@
"apps/*"
],
"devDependencies": {
"@esbuild/linux-arm64": "0.24.0",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
Expand All @@ -28,5 +29,11 @@
"prettier": "^3.4.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"esbuild": {
"supportedArchitectures": [
"x64",
"arm64"
]
}
}
3 changes: 2 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^22.10.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^8.0.0",
"lucide-react": "^0.468.0",
"lucide-react": "~0.468.0",
"react": "^18.2.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@zagdang/icons": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.462.0",
"lucide-react": "~0.468.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.5.5",
Expand All @@ -38,8 +38,6 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-onboarding": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
Expand Down
Loading

0 comments on commit b60c991

Please sign in to comment.