Skip to content

Commit 0217426

Browse files
committed
feat: update dependencies
- Update @sylphx/bump to 0.13.2
1 parent 7f42031 commit 0217426

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@
4747
"devDependencies": {
4848
"@biomejs/biome": "^2.3.8",
4949
"@sylphx/biome-config": "^0.4.0",
50-
"@sylphx/bump": "^0.13.1",
50+
"@sylphx/bump": "^0.13.2",
5151
"@sylphx/doctor": "^1.24.0",
5252
"@sylphx/tsconfig": "^0.3.0",
53-
"@types/node": "^22.0.0",
53+
"@types/node": "^22.19.1",
5454
"bunup": "^0.16.10",
55-
"lefthook": "^1.11.0",
55+
"lefthook": "^1.13.6",
5656
"mdast-util-to-string": "^4.0.0",
5757
"rehype-stringify": "^10.0.1",
5858
"remark": "^15.0.1",
5959
"remark-parse": "^11.0.0",
6060
"remark-rehype": "^11.1.2",
6161
"remark-stringify": "^11.0.0",
62-
"turbo": "^2.0.0",
63-
"typescript": "^5.6.0",
62+
"turbo": "^2.6.1",
63+
"typescript": "^5.9.3",
6464
"unified": "^11.0.5",
6565
"vitepress": "^1.6.4"
6666
},

packages/synth/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* Main entry point for the Synth library.
55
* Exports core types, utilities, optimizations, and plugin system.
6+
*
7+
* @packageDocumentation
68
*/
79

810
// Optimizations

0 commit comments

Comments
 (0)