aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
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 /packages/main/package.json
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 'packages/main/package.json')
-rw-r--r--packages/main/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index eb2ecf6..f4cf18b 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -10,7 +10,7 @@
10 "dependencies": { 10 "dependencies": {
11 "@sophie/service-shared": "workspace:*", 11 "@sophie/service-shared": "workspace:*",
12 "@sophie/shared": "workspace:*", 12 "@sophie/shared": "workspace:*",
13 "chalk": "^4.1.2", 13 "chalk": "^5.0.0",
14 "electron": "16.0.5", 14 "electron": "16.0.5",
15 "json5": "^2.2.0", 15 "json5": "^2.2.0",
16 "lodash-es": "^4.17.21", 16 "lodash-es": "^4.17.21",