Skip to content

Commit

Permalink
Merge pull request #20 from PSDTools/dependabot/npm_and_yarn/typesync…
Browse files Browse the repository at this point in the history
…-0.13.0

chore(deps-dev): bump typesync from 0.12.2 to 0.13.0
  • Loading branch information
lishaduck authored Aug 21, 2024
2 parents 4dfe3ba + 61afdc9 commit 8225c53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"format": "prettier . --write",
"format:check": "prettier . --check",
"manypkg": "manypkg check",
"typesync": "pnpm -r exec typesync",
"typesync:check": "pnpm -r exec typesync --dry=fail",
"typesync": "typesync",
"typesync:check": "typesync --dry=fail",
"check-deduped-deps": "pnpm dedupe --check",
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check check-deduped-deps"
},
Expand All @@ -21,7 +21,7 @@
"husky": "^9.1.4",
"prettier": "3.3.3",
"turbo": "^2.0.12",
"typesync": "^0.12.2"
"typesync": "^0.13.0"
},
"engines": {
"node": "22.4.1"
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 8225c53

Please sign in to comment.