aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-10 10:24:12 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-10 10:24:12 +0200
commit3962cd8f026d225968c186cb94609f8a133ead24 (patch)
tree849b3fe9ce847c0e1a7e716d6c04f1769eee5d56 /packages/theme/package.json
parentchore: preconditions for pnpm migration (#1903) (diff)
downloadferdium-app-3962cd8f026d225968c186cb94609f8a133ead24.tar.gz
ferdium-app-3962cd8f026d225968c186cb94609f8a133ead24.tar.zst
ferdium-app-3962cd8f026d225968c186cb94609f8a133ead24.zip
chore: preconditions for node 16 (#1904)
Diffstat (limited to 'packages/theme/package.json')
-rw-r--r--packages/theme/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 516bab93c..7f3226bd8 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -17,13 +17,13 @@
17 "dev": "tsc -w", 17 "dev": "tsc -w",
18 "build": "tsc", 18 "build": "tsc",
19 "preprepare": "npm run test", 19 "preprepare": "npm run test",
20 "test": "npx mocha" 20 "test": "ts-mocha 'test/**/*.test.ts'"
21 }, 21 },
22 "bugs": { 22 "bugs": {
23 "url": "https://github.com/meetfranz/franz/issues" 23 "url": "https://github.com/meetfranz/franz/issues"
24 }, 24 },
25 "dependencies": { 25 "dependencies": {
26 "color": "3.1.2" 26 "color": "4.0.1"
27 }, 27 },
28 "gitHead": "9f2ab40b7602bc3df26ebb093b484b9917768f69" 28 "gitHead": "9f2ab40b7602bc3df26ebb093b484b9917768f69"
29} 29}