tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Update dependencies #116

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR fixes our dependencies, moving test packages to devDependencies and removing unused dependencies (and in the case of dotenv, also removes the unused code that referenced the dependency)

Steps to Test

  1. rm -fr node_modules
  2. yarn install
  3. yarn test

Related Issues

Resolves #112