aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-29 04:41:58 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-28 23:24:12 +0000
commitd0868fd32306ced6c06351c139bb44f7d91c636c (patch)
tree8c3b4dd1438335d863797c1c4e9a7d3d2b4f2df2 /packages/forms/package.json
parentImported using package name instead of using relative file path. (diff)
downloadferdium-app-d0868fd32306ced6c06351c139bb44f7d91c636c.tar.gz
ferdium-app-d0868fd32306ced6c06351c139bb44f7d91c636c.tar.zst
ferdium-app-d0868fd32306ced6c06351c139bb44f7d91c636c.zip
Locked npm modules; Made the nested package module versions be consistent with the parent project,
Diffstat (limited to 'packages/forms/package.json')
-rw-r--r--packages/forms/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/forms/package.json b/packages/forms/package.json
index 29e19b8c7..1befe817b 100644
--- a/packages/forms/package.json
+++ b/packages/forms/package.json
@@ -23,18 +23,18 @@
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 "csstype": "^3.0.8", 29 "csstype": "3.0.8",
30 "react-html-attributes": "^1.4.3", 30 "react-html-attributes": "1.4.3",
31 "react-loader": "2.4.7" 31 "react-loader": "2.4.7"
32 }, 32 },
33 "peerDependencies": { 33 "peerDependencies": {
34 "classnames": "^2.2.6", 34 "classnames": "2.3.1",
35 "react": "^16.7.0", 35 "react": "16.14.0",
36 "react-dom": "16.7.0", 36 "react-dom": "16.14.0",
37 "react-jss": "^8.6.1" 37 "react-jss": "8.6.1"
38 }, 38 },
39 "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3" 39 "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3"
40} 40}