Skip to content

Commit c67e03d

Browse files
author
EGOIST
committed
fix: update source-map to 0.8.0-beta.0, closes #623
the `source-map` package is broken in Node.js 18, it was fixed but the beta version was never released see mozilla/source-map#454
1 parent 72cbf17 commit c67e03d

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"postcss-load-config": "^3.0.1",
3737
"resolve-from": "^5.0.0",
3838
"rollup": "^2.60.0",
39-
"source-map": "^0.7.3",
39+
"source-map": "0.8.0-beta.0",
4040
"sucrase": "^3.20.3",
4141
"tree-kill": "^1.2.2"
4242
},

pnpm-lock.yaml

+40-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)