Skip to content

Commit

Permalink
feat: new post
Browse files Browse the repository at this point in the history
  • Loading branch information
enpitsuLin committed Sep 8, 2023
1 parent be8fea1 commit 4f63dda
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 229 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"version": "0.0.1",
"license": "MIT",
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -16,25 +16,25 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/vercel": "^4.0.0",
"@astrojs/vercel": "^4.0.4",
"date-fns": "^2.30.0",
"disqusjs": "^3.0.2",
"medium-zoom": "^1.0.8",
"solid-js": "^1.7.11"
},
"devDependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/mdx": "^1.0.2",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/solid-js": "^3.0.0",
"@iconify-json/fa-brands": "^1.1.5",
"@iconify-json/ri": "^1.1.12",
"@types/hast": "^3.0.0",
"@types/mdast": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@unocss/reset": "^0.55.3",
"astro": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@unocss/reset": "^0.55.7",
"astro": "^3.0.10",
"astro-eslint-parser": "^0.15.0",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0",
Expand All @@ -43,7 +43,7 @@
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"refractor": "^4.8.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-prism-diff": "^1.1.2",
"rehype-prism-plus": "^1.6.3",
"rehype-rewrite": "^3.0.6",
Expand All @@ -53,8 +53,8 @@
"remark-emoji": "^4.0.0",
"remark-flexible-code-titles": "^1.1.3",
"typescript": "^5.2.2",
"unified": "^11.0.2",
"unocss": "^0.55.3",
"unified": "^11.0.3",
"unocss": "^0.55.7",
"vfile": "^6.0.1"
},
"pnpm": {
Expand Down
Loading

1 comment on commit 4f63dda

@vercel
Copy link

@vercel vercel bot commented on 4f63dda Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.