Update npm non-major dependencies (#34320)
* Update npm non-major dependencies * Oxfmt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Telatynski
parent
9de39dc72b
commit
67fc33ad98
@@ -66,9 +66,7 @@ const cssThemes = {
|
||||
};
|
||||
|
||||
// See docs/customisations.md
|
||||
let fileOverrides = {
|
||||
/* {[file: string]: string} */
|
||||
};
|
||||
let fileOverrides = {/* {[file: string]: string} */};
|
||||
try {
|
||||
const customisationsFile = fs.readFileSync("./customisations.json", "utf-8");
|
||||
fileOverrides = JSON.parse(customisationsFile);
|
||||
|
||||
Reference in New Issue
Block a user