Skip to content

Commit

Permalink
⚗️ Demonstrate app-dir example not working on 13.5
Browse files Browse the repository at this point in the history
Getting a 404 instead of anything. Not sure what happens here.
  • Loading branch information
boredland committed Oct 15, 2023
1 parent 38524fa commit f4a3dbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/with-app-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"@mdx-js/loader": "2.3.0",
"@mdx-js/react": "2.3.0",
"@next/mdx": "13.4.7",
"next": "13.4.7",
"@next/mdx": "13.5.4",
"next": "13.5.4",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.6",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"next-translate-plugin": "2.4.4",
"typescript": "5.1.3"
"@next/bundle-analyzer": "13.5.4",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"next-translate-plugin": "2.6.1",
"typescript": "5.2.2"
},
"resolutions": {
"webpack": "5.11.1"
Expand Down

0 comments on commit f4a3dbf

Please sign in to comment.