fix: navigate next13.x upgrade
This commit is contained in:
parent
f2029bf4a1
commit
5a7a14da50
23 changed files with 7959 additions and 101 deletions
12
package.json
12
package.json
|
@ -22,12 +22,12 @@
|
|||
"gray-matter": "^4.0.2",
|
||||
"image-size": "1.0.0",
|
||||
"mdx-bundler": "^8.0.0",
|
||||
"next": "12.1.0",
|
||||
"next": "^13.4.6",
|
||||
"next-themes": "^0.0.14",
|
||||
"postcss": "^8.4.5",
|
||||
"preact": "^10.6.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"reading-time": "1.3.0",
|
||||
"rehype-autolink-headings": "^6.1.0",
|
||||
"rehype-citation": "^0.2.0",
|
||||
|
@ -41,7 +41,8 @@
|
|||
"sharp": "^0.30.5",
|
||||
"smoothscroll-polyfill": "^0.4.4",
|
||||
"tailwindcss": "^3.0.18",
|
||||
"unist-util-visit": "^4.0.0"
|
||||
"unist-util-visit": "^4.0.0",
|
||||
"yet-another-react-lightbox": "^3.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "12.0.9",
|
||||
|
@ -53,7 +54,7 @@
|
|||
"cross-env": "^7.0.3",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-config-next": "13.1.1",
|
||||
"eslint-config-next": "^13.4.6",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"file-loader": "^6.0.0",
|
||||
|
@ -64,7 +65,6 @@
|
|||
"next-remote-watch": "^1.0.0",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.4",
|
||||
"react-image-lightbox": "^5.1.4",
|
||||
"socket.io": "^4.4.0",
|
||||
"socket.io-client": "^4.4.0",
|
||||
"typescript": "^4.8.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue