aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
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}