Skip to content

Commit

Permalink
chore: bump to currenct nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Oct 22, 2023
1 parent f4a3dbf commit 14b67b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/with-app-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"dependencies": {
"@mdx-js/loader": "2.3.0",
"@mdx-js/react": "2.3.0",
"@next/mdx": "13.5.4",
"next": "13.5.4",
"@next/mdx": "13.5.6",
"next": "13.5.6",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
},
"devDependencies": {
"@next/bundle-analyzer": "13.5.4",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@next/bundle-analyzer": "13.5.6",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"next-translate-plugin": "2.6.1",
"typescript": "5.2.2"
},
Expand Down

0 comments on commit 14b67b0

Please sign in to comment.