Skip to content

Commit

Permalink
chore(deps): update turbo and husky deps and configuration (#5510)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman authored Aug 1, 2024
1 parent e86f3ae commit e3a6a45
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 68 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ if [ "$branch" = "main" ]; then
exit 1
fi

. "$(dirname "$0")/_/husky.sh"

npx lint-staged
9 changes: 6 additions & 3 deletions package.json
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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/main",
"pipeline": {
"tasks": {
"build": {
"outputs": [".next/**", "dist/**"],
"dependsOn": ["^build"]
Expand Down
101 changes: 40 additions & 61 deletions yarn.lock

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

0 comments on commit e3a6a45

Please sign in to comment.