Skip to content

Commit f167425

Browse files
committed
Update devDependencies in package.json and lockfile
Upgraded several devDependencies including `@biomejs/biome`, `syncpack`, and `tsdown` to the latest versions. This ensures compatibility with the latest features and improvements while maintaining stability. Updated the `pnpm-lock.yaml` to reflect these changes.
1 parent b8bf24e commit f167425

File tree

2 files changed

+309
-141
lines changed

2 files changed

+309
-141
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"test": "vitest"
3737
},
3838
"devDependencies": {
39-
"@biomejs/biome": "2.3.4",
39+
"@biomejs/biome": "2.3.5",
4040
"@changesets/cli": "2.29.7",
4141
"@codspeed/vitest-plugin": "5.0.1",
4242
"@vitest/coverage-v8": "3.2.4",
43-
"syncpack": "14.0.0-alpha.25",
44-
"tsdown": "0.16.0",
43+
"syncpack": "14.0.0-alpha.26",
44+
"tsdown": "0.16.3",
4545
"typescript": "5.9.3",
4646
"vitest": "3.2.4"
4747
},

0 commit comments

Comments
 (0)