Skip to content

Commit 627cd10

Browse files
committed
Add iframe-resizer and sharp to onlyBuiltDependencies
1 parent 234587f commit 627cd10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"repository": "graphql/graphql.github.io website",
55
"private": true,
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
77
"scripts": {
88
"analyze": "ANALYZE=true next build",
99
"build": "next build && next-image-export-optimizer",
@@ -130,7 +130,9 @@
130130
"mermaid-isomorphic": "patches/mermaid-isomorphic.patch"
131131
},
132132
"onlyBuiltDependencies": [
133-
"esbuild"
133+
"esbuild",
134+
"iframe-resizer",
135+
"sharp"
134136
]
135137
}
136138
}

0 commit comments

Comments
 (0)