Skip to content

Commit 8225c53

Browse files
authored
Merge pull request #20 from PSDTools/dependabot/npm_and_yarn/typesync-0.13.0
chore(deps-dev): bump typesync from 0.12.2 to 0.13.0
2 parents 4dfe3ba + 61afdc9 commit 8225c53

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"format": "prettier . --write",
1010
"format:check": "prettier . --check",
1111
"manypkg": "manypkg check",
12-
"typesync": "pnpm -r exec typesync",
13-
"typesync:check": "pnpm -r exec typesync --dry=fail",
12+
"typesync": "typesync",
13+
"typesync:check": "typesync --dry=fail",
1414
"check-deduped-deps": "pnpm dedupe --check",
1515
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check check-deduped-deps"
1616
},
@@ -21,7 +21,7 @@
2121
"husky": "^9.1.4",
2222
"prettier": "3.3.3",
2323
"turbo": "^2.0.12",
24-
"typesync": "^0.12.2"
24+
"typesync": "^0.13.0"
2525
},
2626
"engines": {
2727
"node": "22.4.1"

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)