Closed johncowen closed 1 week ago
Name | Link |
---|---|
Latest commit | 7aeabf66e64a611d6040f1535365e4000779c8b4 |
Latest deploy log | https://app.netlify.com/sites/kuma-gui/deploys/6735f66429ed330008cc64cf |
Deploy Preview | https://deploy-preview-3184--kuma-gui.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I think we need to specify more dependencies in the config/package.json and if we don't use them in kuma-gui code remove them respectively from kuma-gui/package.json 🤔
@badeball/cypress-cucumber-preprocessor eslint plugins stylelint plugins
I think I saw that @badeball/cypress-cucumber-preprocessor
is ued elsewhere, but let me double check. But we should definitely move the eslint and stylelint ones over, let me look at that 👍
I made a few tiny tweaks to the dependencies in that last commit (also fixed the tsconfig with the minimum I could that gave me no squiggly lines). lmk what you think!
Creates and moves a bunch of tooling config files into a new
@kumahq/config
module.Couple of other things:
docgen.config
file that we no longer use/need so I deleted that here also.@kumahq/config/package.json
dependencies. i.e. depend on the things it uses unless the host app also uses it (in which case use apeerDependency
). I'm not totally sure if it matters in the grand scheme of things, but even if a tiny detail does matter it will be good to be intentional/correct about what we want to convey here. As a consequence of this a load ofdev: true
s where removed form ourpackage-lock.json
. I don't think this matters too much but thought I'd mention in case.