Skip to content

Commit cfde6c2

Browse files
committed
chore: update deps
1 parent f2321fc commit cfde6c2

File tree

4 files changed

+37
-32
lines changed

4 files changed

+37
-32
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@shikijs/vitepress-twoslash": "^3.4.2",
17-
"@ts-macro/twoslash": "^0.0.3",
17+
"@ts-macro/twoslash": "^0.0.4",
1818
"vitepress": "2.0.0-alpha.5"
1919
}
2020
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@sxzz/eslint-config": "^7.0.2",
42-
"@ts-macro/tsc": "^0.1.30",
42+
"@ts-macro/tsc": "catalog:",
4343
"@types/node": "^22.15.29",
4444
"bumpp": "^10.1.1",
4545
"conventional-changelog-cli": "^5.0.0",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ packages:
66
defines:
77
- &babel ^7.27.3
88
- &vue-macros ^3.0.0-beta.13
9+
- &ts-macro ^0.1.31
910

1011
catalog:
1112
'@babel/core': *babel
@@ -29,9 +30,10 @@ catalog:
2930
'@vue-macros/test-utils': *vue-macros
3031
'@vue-macros/volar': *vue-macros
3132

33+
'@ts-macro/tsc': *ts-macro
3234
'@types/hash-sum': ^1.0.2
3335
hash-sum: ^2.0.0
34-
ts-macro: ^0.1.30
36+
ts-macro: *ts-macro
3537
unplugin: ^2.3.5
3638
unplugin-utils: ^0.2.4
3739
vite: ^6.3.5

0 commit comments

Comments
 (0)