Skip to content

Commit

Permalink
sync with main
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed Nov 24, 2024
2 parents 47ac9f0 + 9e6c0b6 commit 2136e52
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 79 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.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
]
},
"devDependencies": {
"@edge-runtime/jest-environment": "^3.0.4",
"@arethetypeswrong/cli": "^0.15.3",
"@playwright/test": "^1.34.3",
"@swc/core": "^1.3.62",
Expand All @@ -145,7 +146,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 All @@ -167,8 +168,7 @@
"trailingComma": "none"
},
"dependencies": {
"@edge-runtime/jest-environment": "^3.0.4",
"dequal": "^2.0.3",
"use-sync-external-store": "^1.2.0"
}
}
}
Loading

0 comments on commit 2136e52

Please sign in to comment.