stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

fix(package-lock.json) update npm dependencies #29

Closed d2s closed 6 years ago

d2s commented 6 years ago

Original bug issue https://github.com/ionic-team/stencil/issues/288 in the old version of @stencil/core affected the ability to run npm run test. With this refreshed set of npm dependencies, every package would be using the latest versions (as resolved by running of npm install and npm update commands on a freshly cloned starter repository).

Related to the issue: https://github.com/ionic-team/stencil-app-starter/issues/28

jgw96 commented 6 years ago

Hey! Thanks for opening this PR. I'm sorry that I did not get to this fast enough, but the structure of the app-starter just changed as of about 30 minutes ago and has been updated to the latest. Please feel free to contribute more in the future!

d2s commented 6 years ago

@jgw96 New code structure looks better, good to see the improvements over the old version. :+1: