Update dependencies

This commit is contained in:
Michael Zhang 2024-06-26 19:42:02 -05:00
parent 7375f9c81b
commit 38e2a8cec5
6 changed files with 1485 additions and 2097 deletions

1
.gitignore vendored
View file

@ -27,3 +27,4 @@ _build
/result
.pnpm-store

View file

@ -5,8 +5,9 @@ steps:
- ASTRO_TELEMETRY_DISABLED=1
commands:
- mkdir /tmp
- bun install --frozen-lockfile
- bun run build
- npm i -g pnpm@9.4.0
- npx pnpm install --frozen-lockfile
- npx pnpm run build
when:
- event: push

View file

@ -4,7 +4,6 @@ import sitemap from "@astrojs/sitemap";
import { rehypeAccessibleEmojis } from "rehype-accessible-emojis";
import remarkReadingTime from "./plugin/remark-reading-time";
import remarkEmoji from "remark-emoji";
import remarkMermaid from "astro-diagram/remark-mermaid";
import remarkDescription from "astro-remark-description";
import remarkAdmonitions from "./plugin/remark-admonitions";
import remarkMath from "remark-math";
@ -31,7 +30,6 @@ export default defineConfig({
remarkAdmonitions,
remarkReadingTime,
remarkTypst,
remarkMermaid,
remarkEmoji,
[
remarkDescription,

View file

@ -19,6 +19,7 @@
dive
nix-tree
vips
shellcheck
];
};
});

View file

@ -2,6 +2,7 @@
"name": "blog",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@ -11,44 +12,43 @@
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/markdoc": "^0.11.0",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/mdx": "^1.0.0",
"@astrojs/markdoc": "^0.11.1",
"@astrojs/markdown-remark": "^5.1.1",
"@astrojs/mdx": "^1.1.5",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/sitemap": "^3.1.6",
"@justfork/rehype-autolink-headings": "^5.1.1",
"astro": "^3.0.3",
"astro-diagram": "^0.7.0",
"astro": "^3.6.5",
"astro-imagetools": "^0.9.0",
"astro-remark-description": "^1.0.1",
"classnames": "^2.3.2",
"astro-remark-description": "^1.1.2",
"classnames": "^2.5.1",
"fork-awesome": "^1.2.0",
"katex": "^0.16.8",
"katex": "^0.16.10",
"lodash-es": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"nanoid": "^4.0.2",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-katex": "^6.0.3",
"remark-emoji": "^4.0.0",
"remark-github-beta-blockquote-admonitions": "^2.1.0",
"remark-emoji": "^4.0.1",
"remark-github-beta-blockquote-admonitions": "^2.2.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/lodash-es": "^4.17.9",
"@biomejs/biome": "^1.8.2",
"@types/lodash-es": "^4.17.12",
"date-fns": "^2.30.0",
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^9.0.0",
"hast-util-to-html": "^9.0.1",
"mdast": "^3.0.0",
"mdast-util-from-markdown": "^2.0.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"mdast-util-from-markdown": "^2.0.1",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.12.3",
"rehype-slug": "^6.0.0",
"sass": "^1.66.1",
"shiki": "^0.14.5",
"unified": "^11.0.2",
"sass": "^1.77.6",
"shiki": "^0.14.7",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
}
}

File diff suppressed because it is too large Load diff