foursquare / fsq-studio-sdk-examples

Foursquare Studio is a platform to visualize, unify, enrich, and analyze spatial data on a planetary scale.
https://studio.foursquare.com
MIT License
20 stars 12 forks source link

Update Svelte web app example dependencies to latest #43

Closed RandomFractals closed 2 years ago

RandomFractals commented 2 years ago

Updated svelte web app example library versions:

svelte-web-app-example-dependencies

RandomFractals commented 2 years ago

@RandomFractals Everything is fine here.

What I noticed is when I run this example (after I did an update to MacOS Monterey) port 5000 is inaccessible, because Monterey uses this port for AirPlay they've integrated recently. I just changed it to 5001.

Port config remained as you had it in your original svelte web app example.

This PR only updated that web app dependencies to latest.

You should probably do the same for other web app examples.