Skip to content

Commit f0c4186

Browse files
authored
Merge branch 'canary' into add-sharp-warning-next-build
2 parents f8cbee5 + b4be678 commit f0c4186

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253

254254
- run: ./scripts/publish-release.sh
255255

256-
prStats:
256+
releaseStats:
257257
name: Release Stats
258258
runs-on: ubuntu-latest
259259
needs: [publishRelease]

packages/next/client/image.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ type OnLoadingComplete = (result: {
5757

5858
type ImgElementStyle = NonNullable<JSX.IntrinsicElements['img']['style']>
5959

60-
interface StaticImageData {
61-
src: string
62-
height: number
63-
width: number
64-
blurDataURL?: string
65-
}
66-
6760
interface StaticRequire {
6861
default: StaticImageData
6962
}

0 commit comments

Comments
 (0)