Skip to content

Commit

Permalink
chore: bump @vercel/og and satori (#55654)
Browse files Browse the repository at this point in the history
### 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
balazsorban44 authored Sep 20, 2023
1 parent fcca4ce commit 38877dd
Show file tree
Hide file tree
Showing 6 changed files with 1,061 additions and 1,059 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/src/compiled/@vercel/og/index.edge.d.ts
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);
}
Loading

0 comments on commit 38877dd

Please sign in to comment.