aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 02:26:51 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 02:26:51 +0100
commit91b0ebbed2c20b8659dbae6f3ff4924940983a09 (patch)
treea6136d87619c7fb84f3850c97433d1602c625981 /yarn.lock
parenttest: Add tests for main package (diff)
downloadsophie-91b0ebbed2c20b8659dbae6f3ff4924940983a09.tar.gz
sophie-91b0ebbed2c20b8659dbae6f3ff4924940983a09.tar.zst
sophie-91b0ebbed2c20b8659dbae6f3ff4924940983a09.zip
build: Upgrade to chalk 5.0.0 anyways
Requires some workarounds for ts-jest to find the vendored dependencies.
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock11
1 files changed, 9 insertions, 2 deletions
diff --git a/yarn.lock b/yarn.lock
index 12a41fc..9d19aac 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1203,7 +1203,7 @@ __metadata:
1203 "@types/lodash-es": ^4.17.5 1203 "@types/lodash-es": ^4.17.5
1204 "@types/ms": ^0.7.31 1204 "@types/ms": ^0.7.31
1205 "@types/node": ^17.0.5 1205 "@types/node": ^17.0.5
1206 chalk: ^4.1.2 1206 chalk: ^5.0.0
1207 electron: 16.0.5 1207 electron: 16.0.5
1208 electron-devtools-installer: ^3.2.0 1208 electron-devtools-installer: ^3.2.0
1209 esbuild: ^0.14.9 1209 esbuild: ^0.14.9
@@ -2345,7 +2345,7 @@ __metadata:
2345 languageName: node 2345 languageName: node
2346 linkType: hard 2346 linkType: hard
2347 2347
2348"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": 2348"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1":
2349 version: 4.1.2 2349 version: 4.1.2
2350 resolution: "chalk@npm:4.1.2" 2350 resolution: "chalk@npm:4.1.2"
2351 dependencies: 2351 dependencies:
@@ -2355,6 +2355,13 @@ __metadata:
2355 languageName: node 2355 languageName: node
2356 linkType: hard 2356 linkType: hard
2357 2357
2358"chalk@npm:^5.0.0":
2359 version: 5.0.0
2360 resolution: "chalk@npm:5.0.0"
2361 checksum: 6eba7c518b9aa5fe882ae6d14a1ffa58c418d72a3faa7f72af56641f1bbef51b645fca1d6e05d42357b7d3c846cd504c0b7b64d12309cdd07867e3b4411e0d01
2362 languageName: node
2363 linkType: hard
2364
2358"char-regex@npm:^1.0.2": 2365"char-regex@npm:^1.0.2":
2359 version: 1.0.2 2366 version: 1.0.2
2360 resolution: "char-regex@npm:1.0.2" 2367 resolution: "char-regex@npm:1.0.2"