Skip to content

Commit

Permalink
frontend: update monaco editor version to 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malinskibeniamin committed Oct 11, 2024
1 parent 352b6b6 commit 7dcdb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/fetch-monaco.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { promisify } from 'util';
import * as path from 'path';

const directory = process.env.MONACO_EDITOR_PATH ?? './public/static/js/vendor/monaco';
const version = process.env.MONACO_EDITOR_VERSION ?? '0.50.0';
const version = process.env.MONACO_EDITOR_VERSION ?? '0.52.0';
const packageUrl = `https://registry.npmjs.org/monaco-editor/-/monaco-editor-${version}.tgz`;

const unzip = zlib.createUnzip();
Expand Down

0 comments on commit 7dcdb52

Please sign in to comment.