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.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/forms/package.json b/packages/forms/package.json
index a5b8752aa..29ccc3f25 100644
--- a/packages/forms/package.json
+++ b/packages/forms/package.json
@@ -23,17 +23,17 @@
23 "author": "Amine Mouafik <amine@mouafik.fr>", 23 "author": "Amine Mouafik <amine@mouafik.fr>",
24 "license": "Apache-2.0", 24 "license": "Apache-2.0",
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.5.0",
28 "@meetfranz/theme": "file:../theme", 28 "@meetfranz/theme": "file:../theme",
29 "react-html-attributes": "^1.4.3", 29 "csstype": "3.0.8",
30 "react-loader": "2.4.7" 30 "react-loader": "2.4.7"
31 }, 31 },
32 "peerDependencies": { 32 "peerDependencies": {
33 "classnames": "^2.2.6", 33 "classnames": "2.3.1",
34 "react": "^16.7.0", 34 "react": "16.14.0",
35 "react-dom": "16.7.0", 35 "react-dom": "16.14.0",
36 "react-jss": "^8.6.1" 36 "react-jss": "8.6.1"
37 }, 37 },
38 "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3" 38 "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3"
39} 39}