guillemcordoba / lit-svelte-stores

Lit integration to use svelte stores as cross element state management
MIT License
12 stars 2 forks source link

build: bump dependencies #3

Open mattyg opened 1 year ago

mattyg commented 1 year ago

I'm getting a build error in downstream dependencies:

] ✘ [ERROR] Unexpected end of file in source map
[1] [0] [1] 
[1] [0] [1]     ../node_modules/@lit-labs/task/development/index.js.map:1:0:
[1] [0] [1]       1 │ 
[1] [0] [1]         ╵ ^
[1] [0] [1] 

It looks like the built js map of @lit-labs/task is empty.

This just updates @lit-labs/task to the latest version which appears to properly build the js map. I also ran npm update --save to bump all dependencies to their latest allowed version.

mattyg commented 1 year ago

huh well i trashed my node_modules and re-installed and the js map built properly. :shrug: well might as well update anyway.