aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/package.json')
-rw-r--r--packages/ui/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 214437093..fefe06f4c 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "@meetfranz/ui", 2 "name": "@meetfranz/ui",
3 "version": "1.0.0", 3 "version": "1.1.0",
4 "description": "React UI components for Ferdi", 4 "description": "React UI components for Franz",
5 "main": "lib/index.js", 5 "main": "lib/index.js",
6 "scripts": { 6 "scripts": {
7 "dev": "tsc -w", 7 "dev": "tsc -w",
@@ -23,7 +23,6 @@
23 "author": "Stefan Malzner <stefan@adlk.io>", 23 "author": "Stefan Malzner <stefan@adlk.io>",
24 "license": "Apache-2.0", 24 "license": "Apache-2.0",
25 "dependencies": { 25 "dependencies": {
26 "@mdi/js": "^3.3.92",
27 "@mdi/react": "^1.1.0", 26 "@mdi/react": "^1.1.0",
28 "@meetfranz/theme": "^1.0.14", 27 "@meetfranz/theme": "^1.0.14",
29 "react-loader": "^2.4.5" 28 "react-loader": "^2.4.5"
@@ -34,5 +33,5 @@
34 "react-dom": "16.7.0", 33 "react-dom": "16.7.0",
35 "react-jss": "^8.6.1" 34 "react-jss": "^8.6.1"
36 }, 35 },
37 "gitHead": "e1e46986d902adc4c19ee009016290f9733a7d61" 36 "gitHead": "254da30f801169fac376bda1439b46cabbb491ad"
38} 37}