fkling / jsbasics

An interactive introduction to basic and important concepts of JavaScript
14 stars 11 forks source link

Update dependencies and add yarn.lock #18

Closed wbinnssmith closed 7 years ago

wbinnssmith commented 7 years ago

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.

fkling commented 7 years ago

Thank you 😃