Skip to content

Commit f464aeb

Browse files
committed
pin sharp
1 parent 22074aa commit f464aeb

File tree

3 files changed

+421
-7
lines changed

3 files changed

+421
-7
lines changed

apps/next-docs/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"eslint-config-next": "15.5.2",
4747
"prettier": "^3.5.1",
4848
"styled-components": "^5.3.11",
49-
"typescript": "5.8.2"
49+
"typescript": "5.8.2",
50+
"@swc/core": "^1.13.5"
5051
},
5152
"peerDependencies": {
5253
"react": ">=17 <= 18",
@@ -55,5 +56,8 @@
5556
"engines": {
5657
"node": ">=16.0.0",
5758
"npm": ">=8.0.0"
59+
},
60+
"overrides": {
61+
"sharp": "0.30.4"
5862
}
5963
}

0 commit comments

Comments
 (0)