This updates a number of dependencies, including CodeMirror, which fixes the following error which occurs when selecting text in an editor: Discontiguous selection is not supported..
A similar update to exerslide-plugin-javascriptexercise-layout can be made to enforce a newer version of CodeMirror as a peer dependency, though new installations should get this anyway since npm/yarn will grab the latest minor verson of CodeMirror 5 anyway.
This updates a number of dependencies, including CodeMirror, which fixes the following error which occurs when selecting text in an editor:
Discontiguous selection is not supported.
.A similar update to
exerslide-plugin-javascriptexercise-layout
can be made to enforce a newer version of CodeMirror as a peer dependency, though new installations should get this anyway since npm/yarn will grab the latest minor verson of CodeMirror 5 anyway.This locks the change in with yarn's
yarn.lock
.