Skip to content

Commit

Permalink
chore: Upgrade Next.js Pages example to v14 (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored Jan 16, 2024
1 parent e4e2569 commit 8f6426c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 76 deletions.
4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.11.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.5",
"@next/mdx": "^14.0.4",
"@theme-ui/css": "workspace:^",
"next": "^13.5.0",
"next": "^14.0.4",
"react": "^18.1.0",
"react-dom": "^18",
"theme-ui": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/integration/docs-navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('docs navigation', () => {
(link) => link.textContent === 'Packages'
)!

packagesLink.click()
packagesLink.click({ force: true })
})

for (const packageName of [
Expand Down
Loading

0 comments on commit 8f6426c

Please sign in to comment.