From f4a3dbf3662a89a41a4e0b281895e4c037f5cc11 Mon Sep 17 00:00:00 2001 From: Jonas Strassel Date: Sun, 15 Oct 2023 12:53:44 +0200 Subject: [PATCH] :alembic: Demonstrate app-dir example not working on 13.5 Getting a 404 instead of anything. Not sure what happens here. --- examples/with-app-directory/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/with-app-directory/package.json b/examples/with-app-directory/package.json index bbf52f4..0487bd6 100644 --- a/examples/with-app-directory/package.json +++ b/examples/with-app-directory/package.json @@ -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"