galtenberg / evernote-random

Use evernote API as a logged-in user - react and express project
Other
39 stars 6 forks source link

Update packages, react, node #19

Closed galtenberg closed 6 years ago

galtenberg commented 6 years ago

Now required node 10.x.

All package updates worked except query-string, rxjs.

Pinning versions due to things breaking once after a "safe" automatic update. (introduced in an update to create-react-app https://stackoverflow.com/questions/44114436/the-create-react-app-imports-restriction-outside-of-src-directory)

That update prevents reaching config/config.js at the root of the project, so duplicating for now. Will deal with as future issue.

Removing package-lock.json per conversation in https://github.com/galtenberg/evernote-random/pull/18.