Closed Plsr closed 6 years ago
Upgrades the project to react 16.2.0. On the way, some (minor) things needed to be adapted for the update to work.
tinycolor2
node_modules
devDependencies
package.json
Upgrades the project to react 16.2.0. On the way, some (minor) things needed to be adapted for the update to work.
tinycolor2
was added as a dependency. Before, it was imported from thenode_modules
of another dependency, which was, quite frankly, shit.devDependencies
were added in thepackage.json
file. Seems to be a leftover from the efforts to get a decent heroku build to work.