Skip to content

Commit be0af28

Browse files
committed
Revert "previewjs - Use the overrides to pin latest 11.3.0 working version of fs-extra"
This reverts commit e4c6e19.
1 parent e4c6e19 commit be0af28

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/webui/quarto-preview/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@
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-
},
40-
"overrides": {
41-
"vite-plugin-static-copy": {
42-
"fs-extra": "11.3.0"
43-
}
38+
"vite-plugin-static-copy": "^0.13.0",
39+
"fs-extra": "<=11.3.0"
4440
}
4541
}

0 commit comments

Comments
 (0)