aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/package.json')
-rw-r--r--packages/forms/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/forms/package.json b/packages/forms/package.json
index 68584e626..68bd4d50e 100644
--- a/packages/forms/package.json
+++ b/packages/forms/package.json
@@ -26,12 +26,16 @@
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": "file:../theme",
29 "react-html-attributes": "^1.4.3",
30 "react-loader": "^2.4.5"
31 },
32 "peerDependencies": {
29 "classnames": "^2.2.6", 33 "classnames": "^2.2.6",
30 "lodash": "^4.17.11", 34 "lodash": "^4.17.11",
35 "react": "^16.7.0",
31 "mobx": "^5.8.0", 36 "mobx": "^5.8.0",
32 "mobx-react": "^5.4.3", 37 "mobx-react": "^5.4.3",
33 "react": "^16.7.0", 38 "react-dom": "16.7.0",
34 "react-html-attributes": "^1.4.3",
35 "react-jss": "^8.6.1" 39 "react-jss": "^8.6.1"
36 }, 40 },
37 "gitHead": "e9a48f96f8659dcd6ac07a8445f60f27d6ae698a" 41 "gitHead": "e9a48f96f8659dcd6ac07a8445f60f27d6ae698a"