Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Dec 23, 2023
1 parent 3a1d98a commit 655e2bd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"page:preview": "wrangler pages dev ./dist/"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/solid-js": "^3.0.2",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/skill-icons": "^1.1.6",
"@unocss/reset": "^0.58.0",
"astro": "^4.0.6",
"astro": "^4.0.7",
"astro-icon": "^0.8.2",
"canvas": "^2.11.2",
"cross-env": "^7.0.3",
Expand All @@ -35,7 +35,7 @@
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.1",
"sodesu-comment": "0.0.2",
"sodesu-comment": "0.0.3",
"solid-js": "^1.8.7",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.1",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"wrangler": "^3.21.0"
"wrangler": "^3.22.1"
},
"pnpm": {
"overrides": {
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { title, description, image = '/头像方.png' } = Astro.props;
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />

<link
<!-- <link
href="https://font.sec.miui.com/font/css?family=MiSans:400,700:Chinese_Simplify,Chinese_Traditional,Latin,Numeric&display=swap"
rel="stylesheet"
/>
/> -->

0 comments on commit 655e2bd

Please sign in to comment.