Skip to content

Commit 8f6426c

Browse files
authored
chore: Upgrade Next.js Pages example to v14 (#2474)
1 parent e4e2569 commit 8f6426c

File tree

3 files changed

+78
-76
lines changed

3 files changed

+78
-76
lines changed

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.11.1",
1616
"@mdx-js/loader": "^2.3.0",
1717
"@mdx-js/react": "^2.3.0",
18-
"@next/mdx": "^13.4.5",
18+
"@next/mdx": "^14.0.4",
1919
"@theme-ui/css": "workspace:^",
20-
"next": "^13.5.0",
20+
"next": "^14.0.4",
2121
"react": "^18.1.0",
2222
"react-dom": "^18",
2323
"theme-ui": "workspace:^"

packages/e2e/integration/docs-navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('docs navigation', () => {
3939
(link) => link.textContent === 'Packages'
4040
)!
4141

42-
packagesLink.click()
42+
packagesLink.click({ force: true })
4343
})
4444

4545
for (const packageName of [

0 commit comments

Comments
 (0)