Skip to content

Commit 556a857

Browse files
committed
fix npm bug where optional nested deps not fetched
1 parent bb24318 commit 556a857

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

package-lock.json

Lines changed: 59 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,12 @@
5858
"react": "^19.2.0",
5959
"react-dom": "^19.2.0",
6060
"zod": "^3.25"
61+
},
62+
"optionalDependencies": {
63+
"@rollup/rollup-darwin-arm64": "^4.53.3",
64+
"@rollup/rollup-darwin-x64": "^4.53.3",
65+
"@rollup/rollup-linux-x64-gnu": "^4.53.3",
66+
"@rollup/rollup-linux-arm64-gnu": "^4.53.3",
67+
"@rollup/rollup-win32-x64-msvc": "^4.53.3"
6168
}
6269
}

0 commit comments

Comments
 (0)