aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-06 20:29:56 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-06 20:29:56 +0100
commit05da4f9c38cc0ce9e0333779e8404a177ca7a5d2 (patch)
tree8c806d8efac549ae2aec62a6ff3b057c7e7a56f5 /packages/ui
parentcleanup (diff)
downloadferdium-app-05da4f9c38cc0ce9e0333779e8404a177ca7a5d2.tar.gz
ferdium-app-05da4f9c38cc0ce9e0333779e8404a177ca7a5d2.tar.zst
ferdium-app-05da4f9c38cc0ce9e0333779e8404a177ca7a5d2.zip
Update package versions
[ci skip]
Diffstat (limited to 'packages/ui')
-rw-r--r--packages/ui/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 387f8de50..abdd69b97 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "@meetfranz/ui", 2 "name": "@meetfranz/ui",
3 "version": "0.0.1", 3 "version": "0.0.2",
4 "description": "React UI components for Franz", 4 "description": "React UI components for Franz",
5 "main": "lib/index.js", 5 "main": "lib/index.js",
6 "scripts": { 6 "scripts": {
@@ -25,7 +25,7 @@
25 "dependencies": { 25 "dependencies": {
26 "@mdi/js": "^3.3.92", 26 "@mdi/js": "^3.3.92",
27 "@mdi/react": "^1.1.0", 27 "@mdi/react": "^1.1.0",
28 "@meetfranz/theme": "file:../theme", 28 "@meetfranz/theme": "^1.0.7",
29 "react-loader": "^2.4.5" 29 "react-loader": "^2.4.5"
30 }, 30 },
31 "peerDependencies": { 31 "peerDependencies": {
@@ -34,5 +34,5 @@
34 "react-dom": "16.7.0", 34 "react-dom": "16.7.0",
35 "react-jss": "^8.6.1" 35 "react-jss": "^8.6.1"
36 }, 36 },
37 "gitHead": "e31248830eb63c8bff3d9add3baa4ca8916b74e1" 37 "gitHead": "14b151cad6a5a849bb476aaa3fc53bf1eead7f4b"
38} 38}