-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update turbo and husky deps and configuration (#5510)
- Loading branch information
1 parent
e86f3ae
commit e3a6a45
Showing
4 changed files
with
47 additions
and
68 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,6 +6,4 @@ if [ "$branch" = "main" ]; then | |
exit 1 | ||
fi | ||
|
||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"name": "@aws-amplify/ui-monorepo", | ||
"scripts": { | ||
"build": "turbo run build --filter=./packages/* --filter=!./packages/angular --filter=./packages/angular/projects/ui-angular", | ||
"clean": "turbo run clean && rimraf node_modules", | ||
|
@@ -30,7 +32,7 @@ | |
"vue-example": "yarn workspace @aws-amplify/ui-vue-example", | ||
"e2e": "yarn workspace @aws-amplify/ui-e2e", | ||
"environments": "yarn workspace @aws-amplify/ui-environments", | ||
"prepare": "husky install", | ||
"prepare": "husky", | ||
"version:next": "yarn changeset version --snapshot next-$(git rev-parse --short=7 HEAD) && yarn generateVersions && yarn angular build", | ||
"publish:next": "yarn changeset publish --tag next", | ||
"version:liveness": "yarn changeset version --snapshot liveness-$(git rev-parse --short=7 HEAD) && yarn generateVersions && yarn angular build", | ||
|
@@ -77,6 +79,7 @@ | |
"@types/react-dom": "^18.2.7", | ||
"browserslist": "^4.16.15", | ||
"docs/next-plugin-preval/webpack": "^5.76.0", | ||
"fast-xml-parser": "^4.4.1", | ||
"follow-redirects": "^1.15.6", | ||
"json5": "^2.2.1", | ||
"loader-utils": "2.0.4", | ||
|
@@ -115,7 +118,7 @@ | |
"esbuild-register": "^3.5.0", | ||
"eslint": "^8.44.0", | ||
"fs-extra": "^11.1.1", | ||
"husky": ">=6", | ||
"husky": "^9.1.4", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"lint-staged": ">=10", | ||
|
@@ -127,7 +130,7 @@ | |
"rollup-plugin-styles": "^4.0.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-morph": "^17.0.0", | ||
"turbo": "^1.2.8", | ||
"turbo": "^2.0.11", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.8", | ||
"vue-tsc": "^2.0.7" | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.