Skip to content

Commit

Permalink
fix(sidecar): Use a newer version of source-map to avoid error (#638)
Browse files Browse the repository at this point in the history
Fixes #637
  • Loading branch information
BYK authored Dec 16, 2024
1 parent 092297a commit 4c1b619
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-hotels-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@spotlightjs/sidecar': patch
---

Upgrades source-map dependency to avoid mappings.wasm error
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sentry/node": "^8.42.0",
"kleur": "^4.1.5",
"launch-editor": "^2.9.1",
"source-map": "^0.7.4"
"source-map": ">=0.8.0-beta && <1.0.0"
},
"devDependencies": {
"@spotlightjs/tsconfig": "workspace:*",
Expand Down
62 changes: 48 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c1b619

Please sign in to comment.