aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui
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/ui
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/ui')
-rw-r--r--packages/ui/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 5cbe0a58d..2b24803f5 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -23,15 +23,15 @@
23 "author": "Stefan Malzner <stefan@adlk.io>", 23 "author": "Stefan Malzner <stefan@adlk.io>",
24 "license": "Apache-2.0", 24 "license": "Apache-2.0",
25 "dependencies": { 25 "dependencies": {
26 "@mdi/react": "^1.1.0", 26 "@mdi/react": "1.5.0",
27 "@meetfranz/theme": "file:../theme", 27 "@meetfranz/theme": "file:../theme",
28 "react-loader": "2.4.7" 28 "react-loader": "2.4.7"
29 }, 29 },
30 "peerDependencies": { 30 "peerDependencies": {
31 "classnames": "^2.2.6", 31 "classnames": "2.3.1",
32 "react": "^16.7.0", 32 "react": "16.14.0",
33 "react-dom": "16.7.0", 33 "react-dom": "16.14.0",
34 "react-jss": "^8.6.1" 34 "react-jss": "8.6.1"
35 }, 35 },
36 "gitHead": "254da30f801169fac376bda1439b46cabbb491ad" 36 "gitHead": "254da30f801169fac376bda1439b46cabbb491ad"
37} 37}