aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-04 01:19:39 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:42:25 +0100
commit1b17d2f9fefb53329838a16ff72436bd9bdcf220 (patch)
tree85e7464ed09779daaa456c7ffcc395a7f42db38d /yarn.lock
parentfeat: Rewrite the config if new details are added (diff)
downloadsophie-1b17d2f9fefb53329838a16ff72436bd9bdcf220.tar.gz
sophie-1b17d2f9fefb53329838a16ff72436bd9bdcf220.tar.zst
sophie-1b17d2f9fefb53329838a16ff72436bd9bdcf220.zip
feat: Source mapping for stacktraces in dev mode
We have to cheat again and use require() to lazy load a dev dependency. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock13
1 files changed, 12 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index f7dd338..6a1288e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1243,6 +1243,7 @@ __metadata:
1243 "@types/ms": ^0.7.31 1243 "@types/ms": ^0.7.31
1244 "@types/node": ^17.0.12 1244 "@types/node": ^17.0.12
1245 "@types/slug": ^5 1245 "@types/slug": ^5
1246 "@types/source-map-support": ^0
1246 chalk: ^5.0.0 1247 chalk: ^5.0.0
1247 deep-equal: ^2.0.5 1248 deep-equal: ^2.0.5
1248 electron: 17.0.0 1249 electron: 17.0.0
@@ -1262,6 +1263,7 @@ __metadata:
1262 nanoid: ^3.1.30 1263 nanoid: ^3.1.30
1263 os-name: ^5.0.1 1264 os-name: ^5.0.1
1264 slug: ^5.2.0 1265 slug: ^5.2.0
1266 source-map-support: ^0.5.21
1265 languageName: unknown 1267 languageName: unknown
1266 linkType: soft 1268 linkType: soft
1267 1269
@@ -1672,6 +1674,15 @@ __metadata:
1672 languageName: node 1674 languageName: node
1673 linkType: hard 1675 linkType: hard
1674 1676
1677"@types/source-map-support@npm:^0":
1678 version: 0.5.4
1679 resolution: "@types/source-map-support@npm:0.5.4"
1680 dependencies:
1681 source-map: ^0.6.0
1682 checksum: 160ff77e8a101b18d9915cb5320fd73d484679aef8518ce007b9b5988e333631778730196c4bb15517ff881bee805663fd8640c0ce2ebfab65f061103c452369
1683 languageName: node
1684 linkType: hard
1685
1675"@types/stack-utils@npm:^2.0.0": 1686"@types/stack-utils@npm:^2.0.0":
1676 version: 2.0.1 1687 version: 2.0.1
1677 resolution: "@types/stack-utils@npm:2.0.1" 1688 resolution: "@types/stack-utils@npm:2.0.1"
@@ -8390,7 +8401,7 @@ __metadata:
8390 languageName: node 8401 languageName: node
8391 linkType: hard 8402 linkType: hard
8392 8403
8393"source-map-support@npm:^0.5.19, source-map-support@npm:^0.5.6": 8404"source-map-support@npm:^0.5.19, source-map-support@npm:^0.5.21, source-map-support@npm:^0.5.6":
8394 version: 0.5.21 8405 version: 0.5.21
8395 resolution: "source-map-support@npm:0.5.21" 8406 resolution: "source-map-support@npm:0.5.21"
8396 dependencies: 8407 dependencies: