Skip to content

Commit 5afecb4

Browse files
committed
Upgrade and deps required to build with pnpm.
1 parent b4d77e9 commit 5afecb4

File tree

2 files changed

+11260
-6
lines changed

2 files changed

+11260
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,27 @@
2727
"devDependencies": {
2828
"@astro-community/astro-embed-youtube": "^0.5.6",
2929
"@astrojs/check": "^0.9.4",
30+
"@astrojs/mdx": "^3.1.9",
3031
"@astrojs/react": "^3.6.2",
3132
"@astrojs/rss": "^4.0.9",
3233
"@astrojs/sitemap": "^3.2.1",
3334
"@astrojs/starlight": "^0.29.2",
34-
"@astrojs/starlight-docsearch": "^0.2.0",
35+
"@astrojs/starlight-docsearch": "^0.3.0",
3536
"@astrojs/starlight-tailwind": "^2.0.3",
3637
"@astrojs/tailwind": "^5.1.2",
3738
"@cloudflare/puppeteer": "^0.0.14",
3839
"@cloudflare/vitest-pool-workers": "^0.5.31",
39-
"@cloudflare/workers-types": "^4.20241112.0",
40+
"@cloudflare/workers-types": "^4.20241127.0",
4041
"@codingheads/sticky-header": "^1.0.2",
41-
"@iconify-json/material-symbols": "^1.2.8",
42+
"@expressive-code/core": "^0.38.3",
4243
"@iarna/toml": "^2.2.5",
44+
"@iconify-json/material-symbols": "^1.2.8",
45+
"@iconify/utils": "^2.1.33",
46+
"@stoplight/json": "^3.21.7",
4347
"@stoplight/json-schema-tree": "^4.0.0",
44-
"@types/dompurify": "^3.2.0",
4548
"@types/hast": "^3.0.4",
4649
"@types/he": "^1.2.3",
47-
"@types/node": "^22.9.1",
50+
"@types/node": "^22.10.1",
4851
"@types/react": "^18.3.12",
4952
"@types/react-dom": "^18.3.1",
5053
"algoliasearch": "^5.13.0",
@@ -58,6 +61,7 @@
5861
"dot-prop": "^9.0.0",
5962
"fast-glob": "^3.3.2",
6063
"github-slugger": "^2.0.0",
64+
"hast-util-to-string": "^3.0.1",
6165
"hastscript": "^9.0.0",
6266
"he": "^1.2.0",
6367
"instantsearch.css": "^8.5.1",
@@ -92,7 +96,7 @@
9296
"tsx": "^4.19.2",
9397
"typescript": "^5.6.3",
9498
"unist-util-visit": "^5.0.0",
95-
"vitest": "2.1.5",
99+
"vitest": "2.1.6",
96100
"wrangler": "^3.87.0",
97101
"yaml": "^2.6.0"
98102
},

0 commit comments

Comments
 (0)