Skip to content

Commit

Permalink
feat(site/blog): update dependencies and add baidu seo verify
Browse files Browse the repository at this point in the history
  • Loading branch information
qhanw committed Dec 2, 2023
1 parent 3cbb8ec commit def6c70
Show file tree
Hide file tree
Showing 3 changed files with 1,104 additions and 638 deletions.
34 changes: 17 additions & 17 deletions site/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"next": "14.0.0",
"next": "14.0.3",
"next-mdx-remote": "^4.4.1",
"nextjs-toploader": "^1.5.3",
"photoswipe": "^5.4.2",
"nextjs-toploader": "^1.6.4",
"photoswipe": "^5.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "^17.4.0",
"react-use": "^17.4.2",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-shikiji": "^0.6.12",
"rehype-autolink-headings": "^7.1.0",
"rehype-shikiji": "^0.7.5",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
Expand All @@ -31,19 +31,19 @@
"remark-toc": "^9.0.0"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.13",
"@iconify-json/ri": "^1.1.12",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@unocss/postcss": "^0.57.1",
"@iconify-json/heroicons": "^1.1.15",
"@iconify-json/ri": "^1.1.15",
"@types/node": "20.10.2",
"@types/react": "18.2.40",
"@types/react-dom": "18.2.17",
"@unocss/postcss": "^0.57.7",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"postcss": "8.4.31",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"postcss": "8.4.32",
"sass": "^1.69.5",
"typescript": "5.2.2",
"unocss": "^0.57.1"
"typescript": "5.3.2",
"unocss": "^0.57.7"
}
}
Loading

1 comment on commit def6c70

@vercel
Copy link

@vercel vercel bot commented on def6c70 Dec 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

qhan – ./

qhan-git-main-qhanw.vercel.app
qhan-qhanw.vercel.app
www.qhan.wang
qhan.wang

Please sign in to comment.