Skip to content

Commit dcf5315

Browse files
committed
Update dependencies
1 parent 46cb338 commit dcf5315

5 files changed

Lines changed: 449 additions & 419 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"installed-check": "^10.0.1",
3333
"mdxlint": "^1.0.0",
3434
"mdxlint-preset-webpro": "^1.1.1",
35-
"oxfmt": "^0.45.0",
36-
"oxlint": "^1.60.0",
35+
"oxfmt": "^0.46.0",
36+
"oxlint": "^1.61.0",
3737
"release-it": "^20.0.0",
3838
"remark-cli": "12.0.1",
3939
"remark-preset-webpro": "^2.1.1"
@@ -51,7 +51,7 @@
5151
"engines": {
5252
"node": ">=22.0.0"
5353
},
54-
"packageManager": "pnpm@10.33.0",
54+
"packageManager": "pnpm@10.33.2",
5555
"mdxlint": {
5656
"plugins": [
5757
"mdxlint-preset-webpro"

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"dependencies": {
2121
"@astro-community/astro-embed-youtube": "0.5.10",
22-
"@astrojs/starlight": "0.38.3",
22+
"@astrojs/starlight": "0.38.4",
2323
"sharp": "0.34.5"
2424
},
2525
"devDependencies": {
2626
"@astrojs/check": "0.9.8",
2727
"@octokit/graphql": "^9.0.3",
2828
"@types/mdast": "4.0.4",
2929
"@types/unist": "3.0.3",
30-
"astro": "6.1.7",
30+
"astro": "6.1.9",
3131
"hastscript": "9.0.1",
3232
"picocolors": "^1.1.1",
3333
"remark-directive": "4.0.0",

packages/knip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
"get-tsconfig": "4.14.0",
9797
"jiti": "^2.6.0",
9898
"minimist": "^1.2.8",
99-
"oxc-parser": "^0.126.0",
99+
"oxc-parser": "^0.127.0",
100100
"oxc-resolver": "^11.19.1",
101101
"picomatch": "^4.0.4",
102102
"smol-toml": "^1.6.1",
103103
"strip-json-comments": "5.0.3",
104104
"tinyglobby": "^0.2.16",
105-
"unbash": "^2.2.0",
105+
"unbash": "^3.0.0",
106106
"yaml": "^2.8.2",
107107
"zod": "^4.1.11"
108108
},

packages/vscode-knip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/vscode": "^1.95.0",
6161
"@vscode/test-electron": "^2.5.2",
6262
"knip": "workspace:*",
63-
"rolldown": "^1.0.0-rc.15"
63+
"rolldown": "^1.0.0-rc.17"
6464
},
6565
"contributes": {
6666
"languageModelTools": [

0 commit comments

Comments
 (0)