aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-01 15:18:27 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-01 15:18:27 +0200
commitfd50ffec0c3fd3c073e8f134ce41027cad4b3e89 (patch)
tree81e2ac1d588a3e7c303ab3eeb33e88fc002e3ab5 /packages
parentSet target to es5 (diff)
downloadferdium-app-fd50ffec0c3fd3c073e8f134ce41027cad4b3e89.tar.gz
ferdium-app-fd50ffec0c3fd3c073e8f134ce41027cad4b3e89.tar.zst
ferdium-app-fd50ffec0c3fd3c073e8f134ce41027cad4b3e89.zip
Bump versions
Diffstat (limited to 'packages')
-rw-r--r--packages/forms/package.json6
-rw-r--r--packages/theme/package.json4
-rw-r--r--packages/typings/package.json4
-rw-r--r--packages/ui/package.json6
4 files changed, 10 insertions, 10 deletions
diff --git a/packages/forms/package.json b/packages/forms/package.json
index fe161a282..8c21303f4 100644
--- a/packages/forms/package.json
+++ b/packages/forms/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "@meetfranz/forms", 2 "name": "@meetfranz/forms",
3 "version": "1.0.13", 3 "version": "1.0.14",
4 "description": "React form components for Franz", 4 "description": "React form 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": "^1.0.11", 28 "@meetfranz/theme": "^1.0.12",
29 "react-html-attributes": "^1.4.3", 29 "react-html-attributes": "^1.4.3",
30 "react-loader": "^2.4.5" 30 "react-loader": "^2.4.5"
31 }, 31 },
@@ -35,5 +35,5 @@
35 "react-dom": "16.7.0", 35 "react-dom": "16.7.0",
36 "react-jss": "^8.6.1" 36 "react-jss": "^8.6.1"
37 }, 37 },
38 "gitHead": "27778954921365e4957eae964e28f68690f3825f" 38 "gitHead": "795eb685f4f57c66a2989993f0478e94baf3ca77"
39} 39}
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 3034d6347..e3d1e7af1 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "@meetfranz/theme", 2 "name": "@meetfranz/theme",
3 "version": "1.0.11", 3 "version": "1.0.12",
4 "description": "Theme configuration for Franz", 4 "description": "Theme configuration for Franz",
5 "author": "Stefan Malzner <stefan@adlk.io>", 5 "author": "Stefan Malzner <stefan@adlk.io>",
6 "homepage": "https://github.com/meetfranz/franz", 6 "homepage": "https://github.com/meetfranz/franz",
@@ -25,5 +25,5 @@
25 "dependencies": { 25 "dependencies": {
26 "color": "^3.1.0" 26 "color": "^3.1.0"
27 }, 27 },
28 "gitHead": "27778954921365e4957eae964e28f68690f3825f" 28 "gitHead": "795eb685f4f57c66a2989993f0478e94baf3ca77"
29} 29}
diff --git a/packages/typings/package.json b/packages/typings/package.json
index 5207cf3c6..d0f7ffc43 100644
--- a/packages/typings/package.json
+++ b/packages/typings/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "@meetfranz/typings", 2 "name": "@meetfranz/typings",
3 "version": "0.0.9", 3 "version": "0.0.10",
4 "description": "TypeScript typings for internal and external projects", 4 "description": "TypeScript typings for internal and external projects",
5 "author": "Stefan Malzner <stefan@adlk.io>", 5 "author": "Stefan Malzner <stefan@adlk.io>",
6 "homepage": "https://github.com/meetfranz/franz", 6 "homepage": "https://github.com/meetfranz/franz",
@@ -18,5 +18,5 @@
18 "bugs": { 18 "bugs": {
19 "url": "https://github.com/meetfranz/franz/issues" 19 "url": "https://github.com/meetfranz/franz/issues"
20 }, 20 },
21 "gitHead": "27778954921365e4957eae964e28f68690f3825f" 21 "gitHead": "795eb685f4f57c66a2989993f0478e94baf3ca77"
22} 22}
diff --git a/packages/ui/package.json b/packages/ui/package.json
index fb36555c4..d6c72f31f 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.6", 3 "version": "0.0.7",
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": "^1.0.11", 28 "@meetfranz/theme": "^1.0.12",
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": "27778954921365e4957eae964e28f68690f3825f" 37 "gitHead": "795eb685f4f57c66a2989993f0478e94baf3ca77"
38} 38}