Skip to content

Commit

Permalink
chore: upgrade nextjs dev dep for e2e testing (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Nov 24, 2024
1 parent 1585a3e commit 9e6c0b6
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 63 deletions.
2 changes: 2 additions & 0 deletions e2e/site/app/suspense-after-preload/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { Suspense } from 'react'
import dynamic from 'next/dynamic'

Expand Down
2 changes: 2 additions & 0 deletions e2e/site/app/suspense-retry-18-3/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { Suspense } from 'react'
import dynamic from 'next/dynamic'

Expand Down
2 changes: 1 addition & 1 deletion e2e/site/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.2.2",
"next": "14.1.4",
"next": "15.0.3",
"prettier": "2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 9e6c0b6

Please sign in to comment.