Skip to content

Commit

Permalink
chore: update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ladit committed Nov 14, 2024
1 parent 46fb960 commit 9b8e8ca
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 34 deletions.
Binary file modified bun.lockb
Binary file not shown.
63 changes: 30 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,57 +17,54 @@
},
"type": "module",
"engines": {
"bun": ">=1.0.30"
"bun": ">=1.1.34"
},
"scripts": {
"dev": "astro dev",
"check": "astro check",
"build": "astro check && bunx @biomejs/biome check --apply . && astro build",
"build": "astro check && bunx @biomejs/biome check --write . && astro build",
"preview": "astro preview",
"preview:wrangler": "wrangler pages dev ./dist",
"astro": "astro",
"lint": "bunx @biomejs/biome check --apply ."
"lint": "bunx @biomejs/biome check --write ."
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/ri": "^1.1.20",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/ri": "^1.2.3",
"@jsdevtools/rehype-toc": "^3.0.2",
"@nanostores/persistent": "^0.10.1",
"@playform/compress": "^0.0.3",
"@shikijs/transformers": "^1.1.7",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.0",
"astro-icon": "^1.1.0",
"astro-pagefind": "^1.4.0",
"katex": "^0.16.9",
"lxgw-wenkai-screen-web": "^1.321.0",
"@nanostores/persistent": "^0.10.2",
"@playform/compress": "^0.1.6",
"@shikijs/transformers": "^1.22.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.12",
"astro-icon": "^1.1.2",
"astro-pagefind": "^1.6.0",
"katex": "^0.16.11",
"lxgw-wenkai-screen-web": "^1.501.0",
"mdast-util-to-string": "^4.0.0",
"node-gyp": "^10.0.1",
"react": "^18.2.0",
"node-gyp": "^10.2.0",
"react": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"remark-emoji": "^4.0.1",
"rehype-katex": "^7.0.1",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"satori": "^0.10.13",
"sharp": "^0.33.3",
"satori": "^0.11.3",
"sharp": "^0.33.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@astrojs/check": "^0.5.5",
"@biomejs/biome": "1.7.3",
"@types/bun": "^1.0.7",
"@types/react": "^18.2.66",
"globals": "^14.0.0",
"typescript": "^5.3.3"
},
"overrides": {
"sharp": "^0.33.3"
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.1.13",
"@types/react": "^18.3.12",
"globals": "^15.12.0",
"typescript": "^5.6.3"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}
2 changes: 1 addition & 1 deletion src/content/posts/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Evironments:

```shell
BUN_VERSION=latest
NODE_VERSION=20.13.1
NODE_VERSION=v22.11.0
```

To add a custom domain, check [the doc](https://developers.cloudflare.com/pages/configuration/custom-domains/).
Expand Down

0 comments on commit 9b8e8ca

Please sign in to comment.