andrewjensen / light-blocks

Control Philips Hue lights with Blocks!
4 stars 1 forks source link

Upgrade to NodeJS 18 #3

Closed andrewjensen closed 1 year ago

andrewjensen commented 1 year ago

This upgrades dependencies so we can run NodeJS version 18.

Note that I still had to install the UI's dependencies with npm install --legacy-peer-deps because of a version lock on react caused by react-blockly. It looks like I will need to upgrade react-blockly up to 7.x to get around this.