chore: modernize deps

This commit is contained in:
Katie Thornhill 2019-11-19 23:56:52 -05:00
parent b1ccf1e425
commit 36af7ac8f2
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
17 changed files with 20495 additions and 15406 deletions

View file

@ -3,12 +3,12 @@
docker-compose up -d
pushd Server
yarn
npm ci
yarn dev
popd
pushd UI
yarn
npm ci
yarn start
popd