Skip to content

Commit e4c6e19

Browse files
committed
previewjs - Use the overrides to pin latest 11.3.0 working version of fs-extra
1 parent eddf9e3 commit e4c6e19

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/webui/quarto-preview/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"typescript": "^4.5.2",
3636
"vite": "^3.0.0",
3737
"vite-plugin-css-injected-by-js": "^3.1.0",
38-
"vite-plugin-static-copy": "^0.13.0",
39-
"fs-extra": "<=11.3.0"
38+
"vite-plugin-static-copy": "^0.13.0"
39+
},
40+
"overrides": {
41+
"vite-plugin-static-copy": {
42+
"fs-extra": "11.3.0"
43+
}
4044
}
4145
}

0 commit comments

Comments
 (0)