-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependency): 버전 업데이트 및 필요없는 파일 제거
- Loading branch information
Showing
10 changed files
with
46 additions
and
125 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+9.13 MB
.yarn/cache/@esbuild-linux-arm64-npm-0.24.0-72377a710b-08a8c88643.zip
Binary file not shown.
Binary file removed
BIN
-129 KB
.yarn/cache/@storybook-addon-interactions-npm-8.4.6-9f8fc097cc-42e4bc2df3.zip
Binary file not shown.
Binary file removed
BIN
-214 KB
.yarn/cache/@storybook-addon-onboarding-npm-8.4.6-a56b60ef0f-dcdb34a13d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 .", | ||
|
@@ -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", | ||
|
@@ -28,5 +29,11 @@ | |
"prettier": "^3.4.1", | ||
"turbo": "^2.3.3", | ||
"typescript": "^5.7.2" | ||
}, | ||
"esbuild": { | ||
"supportedArchitectures": [ | ||
"x64", | ||
"arm64" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.