-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What? Bump these packages to their latest. (Bumped `satori` too to avoid multiple versions in the repo) ### Why? Follow-up of #55187 ### How? Updated the original package applying the changes from #55187 Closes NEXT-1639 Fixes #55604 [Slack thread](https://vercel.slack.com/archives/C03S8ED1DKM/p1695169119558899)
- Loading branch information
1 parent
fcca4ce
commit 38877dd
Showing
6 changed files
with
1,061 additions
and
1,059 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ | |
"@typescript-eslint/eslint-plugin": "6.1.0", | ||
"@typescript-eslint/parser": "6.1.0", | ||
"@vercel/fetch": "6.1.1", | ||
"@vercel/og": "0.5.12", | ||
"@vercel/og": "0.5.15", | ||
"@zeit/next-typescript": "1.1.2-canary.0", | ||
"abort-controller": "3.0.0", | ||
"alex": "9.1.0", | ||
|
@@ -210,7 +210,7 @@ | |
"request-promise-core": "1.1.2", | ||
"resolve-from": "5.0.0", | ||
"sass": "1.54.0", | ||
"satori": "0.10.3", | ||
"satori": "0.10.6", | ||
"scheduler-builtin": "npm:[email protected]", | ||
"scheduler-experimental-builtin": "npm:[email protected]", | ||
"seedrandom": "3.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import type { ReactElement } from 'react'; | ||
import type { ImageResponseOptions } from './types'; | ||
export declare class ImageResponse { | ||
export declare class ImageResponse extends Response { | ||
constructor(element: ReactElement, options?: ImageResponseOptions); | ||
} |
Oops, something went wrong.