Skip to content

Commit 7a825cf

Browse files
committed
Bump all dependencies
1 parent 459031f commit 7a825cf

6 files changed

Lines changed: 1258 additions & 1534 deletions

File tree

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": true,
3-
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
44
"files": {
55
"includes": [
66
"**",

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.9",
16-
"@astrojs/cloudflare": "^14.0.0",
17-
"@astrojs/starlight": "^0.41.0",
18-
"@mermaid-js/layout-elk": "^0.2.1",
19-
"astro": "^7.0.2",
16+
"@astrojs/cloudflare": "^14.0.1",
17+
"@astrojs/starlight": "^0.41.1",
18+
"@mermaid-js/layout-elk": "^0.2.2",
19+
"astro": "^7.0.3",
2020
"astro-mermaid": "^2.1.0",
2121
"astro-og-canvas": "^0.11.1",
2222
"canvaskit-wasm": "^0.41.1",
23-
"mermaid": "^11.15.0",
24-
"sharp": "^0.34.5",
23+
"mermaid": "^11.16.0",
24+
"sharp": "^0.35.2",
2525
"starlight-theme-flexoki": "^0.2.2",
2626
"typescript": "^6.0.3",
27-
"wrangler": "^4.98.0"
27+
"wrangler": "^4.105.0"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.5.0",
33+
"@biomejs/biome": "^2.5.1",
3434
"nano-staged": "^1.0.2",
3535
"simple-git-hooks": "^2.13.1"
3636
}

pdf-manager/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@cantoo/pdf-lib": "^2.7.1",
13-
"@hono/node-server": "^2.0.4",
14-
"hono": "^4.12.23",
13+
"@hono/node-server": "^2.0.6",
14+
"hono": "^4.12.27",
1515
"pdfjs-dist": "^6.0.227",
1616
"react": "^19.2.7",
17-
"react-aria-components": "^1.18.0",
17+
"react-aria-components": "^1.19.0",
1818
"react-dom": "^19.2.7"
1919
},
2020
"devDependencies": {
21-
"@clack/prompts": "^1.5.0",
22-
"@types/react": "^19.2.16",
21+
"@clack/prompts": "^1.6.0",
22+
"@types/react": "^19.2.17",
2323
"@types/react-dom": "^19.2.3",
24-
"@vitejs/plugin-react": "^5.2.0",
24+
"@vitejs/plugin-react": "^6.0.3",
2525
"tsx": "^4.22.4",
2626
"typescript": "^6.0.3",
27-
"vite": "^8.0.16"
27+
"vite": "^8.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)