Upgrade/next 12 (#264)

* chore: upgrade to next 12

* chore: update package-lock

* docs: update image docs to use mdx v2 compatible code

* docs: increase first load js

* chore: v1.2.0
This commit is contained in:
Timothy
2021-10-27 18:36:00 +08:00
committed by GitHub
parent 3d249985af
commit 94c1a30760
7 changed files with 539 additions and 671 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "tailwind-nextjs-starter-blog",
"version": "1.1.4",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node ./scripts/next-remote-watch.js ./data",
@@ -21,7 +21,7 @@
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^6.0.1",
"next": "11.1.2",
"next": "12.0.1",
"next-themes": "^0.0.14",
"postcss": "^8.3.5",
"preact": "^10.5.13",
@@ -41,12 +41,12 @@
"unist-util-visit": "^4.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "11.1.2",
"@next/bundle-analyzer": "12.0.1",
"@svgr/webpack": "^5.5.0",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^7.29.0",
"eslint-config-next": "11.1.2",
"eslint-config-next": "12.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",