Bumped nearly all outdated dependencies (left the few tied to e.g. react/RN version); this required only a couple of code changes, like Storybook's asyncStorage configuration.
Also, since I noticed a squiggle in my editor that yarn lint didn't complain about, I added test & storybook directories to eslint's list, and fixed the complaints that produced.
Also also, someone left a .only on one of the generators-integration tests, so we weren't running any of the other tests in that file. When I removed it, I found they were broken by the recent IGNITE_COMMAND change, and fixed 'em.
Bumped nearly all outdated dependencies (left the few tied to e.g. react/RN version); this required only a couple of code changes, like Storybook's asyncStorage configuration.
Also, since I noticed a squiggle in my editor that
yarn lint
didn't complain about, I addedtest
&storybook
directories to eslint's list, and fixed the complaints that produced.Also also, someone left a
.only
on one of the generators-integration tests, so we weren't running any of the other tests in that file. When I removed it, I found they were broken by the recentIGNITE_COMMAND
change, and fixed 'em.