chore: upgrade to nextjs 11.1 and add sharp as dependency

This commit is contained in:
Timothy Lin 2021-08-14 18:00:27 +08:00
parent dbb4df7d59
commit 438a118edf
2 changed files with 792 additions and 683 deletions

1468
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^5.1.2",
"next": "11.0.1",
"next": "11.1.0",
"next-themes": "^0.0.14",
"postcss": "^8.3.5",
"preact": "^10.5.13",
@ -33,15 +33,16 @@
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"remark-slug": "6.0.0",
"sharp": "^0.28.3",
"tailwindcss": "^2.2.2"
},
"devDependencies": {
"@next/bundle-analyzer": "11.0.1",
"@next/bundle-analyzer": "11.1.0",
"@svgr/webpack": "^5.5.0",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^7.29.0",
"eslint-config-next": "11.0.1",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",