Skip to content

Commit

Permalink
chore(site/blog): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qhanw committed Jan 30, 2024
1 parent c312283 commit d77e3b3
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 556 deletions.
1 change: 1 addition & 0 deletions site/blog/app/(eg)/wedding/amap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { useEffect, useState } from "react";
// import AMapLoader from "@amap/amap-jsapi-loader";

// reference: https://blog.csdn.net/TanHao8/article/details/132019181
function isEnv() {
const ua = window.navigator.userAgent;

Expand Down
26 changes: 13 additions & 13 deletions site/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"next": "14.0.4",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"nextjs-toploader": "^1.6.4",
"photoswipe": "^5.4.3",
"plyr": "^3.7.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "^17.4.2",
"react-use": "^17.5.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-shikiji": "^0.9.17",
"rehype-shikiji": "^0.10.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^3.0.1",
"remark-rehype": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-toc": "^9.0.0"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.19",
"@iconify-json/ri": "^1.1.18",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@iconify-json/ri": "^1.1.19",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@unocss/postcss": "^0.58.3",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"@unocss/postcss": "^0.58.4",
"@vercel/analytics": "^1.1.2",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"postcss": "8.4.33",
"sass": "^1.69.7",
"sass": "^1.70.0",
"typescript": "5.3.3",
"unocss": "^0.58.3"
"unocss": "^0.58.4"
}
}
Loading

0 comments on commit d77e3b3

Please sign in to comment.