upgrade nextjs, preact, mdx-bundler, esbuild

This commit is contained in:
Timothy Lin
2021-12-04 16:56:54 +08:00
parent 4b30668f74
commit 1789efadc9
6 changed files with 2490 additions and 2049 deletions
+11 -12
View File
@@ -16,40 +16,39 @@
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"esbuild": "^0.12.15",
"esbuild": "^0.13.13",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^6.0.1",
"next": "12.0.3",
"mdx-bundler": "^8.0.0",
"next": "12.0.5",
"next-themes": "^0.0.14",
"postcss": "^8.3.5",
"preact": "10.5.15",
"preact": "^10.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "1.3.0",
"rehype-autolink-headings": "^6.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-citation": "^0.1.1",
"rehype-katex": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.1.3",
"rehype-slug": "^5.0.0",
"remark-footnotes": "^4.0.0",
"remark-gfm": "^2.0.0",
"remark-math": "^5.0.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sharp": "^0.28.3",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "^2.2.2",
"unist-util-visit": "^4.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.3",
"@next/bundle-analyzer": "12.0.5",
"@svgr/webpack": "^5.5.0",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^7.29.0",
"eslint-config-next": "12.0.3",
"eslint-config-next": "12.0.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"file-loader": "^6.0.0",
"globby": "11.0.3",