TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
961 stars 302 forks source link

Update console/oauth dependencies #790

Closed bafonins closed 4 years ago

bafonins commented 5 years ago

Summary

We should update react and react related dependencies.

Why do we need this?

Keep up with the latest versions of dependencies. What is more, the 16.6 version adds several useful features, namely React.memo() and contextType.

What is already there? What do you see now?

Old versions

What is missing? What do you want to see?

Updated dependencies deps:

dev-deps:

browser

How do you propose to implement this?

Update deps in package.json and make sure nothing breaks

Can you do this yourself and submit a Pull Request?

yes. would be nice to update major libraries before the console mvp

cc @kschiffer feel free to add/update stuff

kschiffer commented 5 years ago

I'm actually partially working on this atm via #772, at least as far as some devDeps (including storybook) go. Should see a PR soon.

kschiffer commented 5 years ago

Description updated

bafonins commented 5 years ago

Description updated