CodeWithAloha / Hawaii-Zoning-Atlas

Interactive map showing how outdated zoning laws make it hard to build diverse, affordable housing in Hawaii.
https://hawaiizoningatlas.com
MIT License
22 stars 11 forks source link

fix: pin driver.js to 0.9.8 #95

Closed tyliec closed 1 year ago

tyliec commented 1 year ago

Pinning driver.js to v0.9.8, fixing the initial driver.js walkthrough

Basically our underlying dependency (https://github.com/kamranahmedse/driver.js) published a new major release (>1.X.X) that changes the way we need to use their library and the code we had in the website did not have a version pin, so we auto-upgraded without even knowing it. This PR includes a version pin to the previous version of driver.js so it shouldn't break anymore

Screenshot 2023-08-15 at 3 54 23 AM