selfup / hyperapp-one

Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.
https://selfup.github.io/hyperapp-one
MIT License
126 stars 20 forks source link

Updating deps causes install errors #45

Closed SteveALee closed 6 years ago

SteveALee commented 6 years ago

I tried updating the deps, many of which are now pretty old, but got a lot of errors. In the end I stopped exploring the reasons

selfup commented 6 years ago

I just updated them recently, which ones did you update?

Builds on TravisCI for Node 6, 8, and 10 🤔

Currently locked to webpack 3.11 since some of the deps I use (including defer in script tags for html) don't work with WP4 yet. See https://github.com/selfup/hyperapp-one/commit/ee6ebab729d3b3c30db7f54f9c10853e4dc0cfa4

SteveALee commented 6 years ago

Ah, I might have been webpack. then

Most others have updates (according to version lens code extension)

selfup commented 6 years ago

No worries! In a month or so I'll see if I can move to WP4. Wait for other deps to catch up 👍