Skip to content

Commit 7f3e351

Browse files
committed
Upgrade all deps and sub-deps.
1 parent 5afecb4 commit 7f3e351

File tree

2 files changed

+385
-79
lines changed

2 files changed

+385
-79
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"@astro-community/astro-embed-youtube": "^0.5.6",
2929
"@astrojs/check": "^0.9.4",
3030
"@astrojs/mdx": "^3.1.9",
31-
"@astrojs/react": "^3.6.2",
31+
"@astrojs/react": "^3.6.3",
3232
"@astrojs/rss": "^4.0.9",
3333
"@astrojs/sitemap": "^3.2.1",
3434
"@astrojs/starlight": "^0.29.2",
3535
"@astrojs/starlight-docsearch": "^0.3.0",
3636
"@astrojs/starlight-tailwind": "^2.0.3",
3737
"@astrojs/tailwind": "^5.1.2",
3838
"@cloudflare/puppeteer": "^0.0.14",
39-
"@cloudflare/vitest-pool-workers": "^0.5.31",
39+
"@cloudflare/vitest-pool-workers": "^0.5.32",
4040
"@cloudflare/workers-types": "^4.20241127.0",
4141
"@codingheads/sticky-header": "^1.0.2",
4242
"@expressive-code/core": "^0.38.3",
@@ -50,10 +50,10 @@
5050
"@types/node": "^22.10.1",
5151
"@types/react": "^18.3.12",
5252
"@types/react-dom": "^18.3.1",
53-
"algoliasearch": "^5.13.0",
54-
"astro": "^4.16.12",
53+
"algoliasearch": "^5.15.0",
54+
"astro": "^4.16.16",
5555
"astro-breadcrumbs": "^3.2.0",
56-
"astro-icon": "^1.1.2",
56+
"astro-icon": "^1.1.4",
5757
"astro-live-code": "^0.0.4",
5858
"date-fns": "^4.1.0",
5959
"detype": "1.0.12",
@@ -65,12 +65,12 @@
6565
"hastscript": "^9.0.0",
6666
"he": "^1.2.0",
6767
"instantsearch.css": "^8.5.1",
68-
"instantsearch.js": "^4.75.4",
68+
"instantsearch.js": "^4.75.5",
6969
"jsonc-parser": "^3.3.1",
7070
"lz-string": "^1.5.0",
7171
"marked": "^15.0.2",
7272
"mdast-util-mdx-expression": "^2.0.1",
73-
"mermaid": "^11.4.0",
73+
"mermaid": "^11.4.1",
7474
"node-html-parser": "^6.1.13",
7575
"patch-package": "^8.0.0",
7676
"playwright": "^1.49.0",
@@ -88,17 +88,17 @@
8888
"sharp": "^0.33.5",
8989
"solarflare-theme": "^0.0.2",
9090
"starlight-image-zoom": "^0.9.0",
91-
"starlight-links-validator": "^0.13.2",
91+
"starlight-links-validator": "^0.13.3",
9292
"starlight-package-managers": "^0.8.0",
9393
"svgo": "^3.3.2",
94-
"tailwindcss": "^3.4.14",
94+
"tailwindcss": "^3.4.15",
9595
"tippy.js": "^6.3.7",
9696
"tsx": "^4.19.2",
97-
"typescript": "^5.6.3",
97+
"typescript": "^5.7.2",
9898
"unist-util-visit": "^5.0.0",
9999
"vitest": "2.1.6",
100-
"wrangler": "^3.87.0",
101-
"yaml": "^2.6.0"
100+
"wrangler": "^3.91.0",
101+
"yaml": "^2.6.1"
102102
},
103103
"engines": {
104104
"node": ">=22"

0 commit comments

Comments
 (0)