Browse Source

Move to lower layer

Manav Rathi 1 year ago
parent
commit
69652dec76
2 changed files with 5 additions and 3 deletions
  1. 0 2
      apps/photos/package.json
  2. 5 1
      packages/utils/package.json

+ 0 - 2
apps/photos/package.json

@@ -41,7 +41,6 @@
         "jszip": "3.10.1",
         "leaflet": "^1.9.4",
         "leaflet-defaulticon-compatibility": "^0.1.1",
-        "libsodium-wrappers": "0.7.9",
         "localforage": "^1.9.0",
         "memoize-one": "^6.0.0",
         "ml-matrix": "^6.10.4",
@@ -71,7 +70,6 @@
         "@next/bundle-analyzer": "^14.1",
         "@types/bs58": "^4.0.1",
         "@types/leaflet": "^1.9.3",
-        "@types/libsodium-wrappers": "0.7.9",
         "@types/node": "^14.6.4",
         "@types/photoswipe": "^4.1.1",
         "@types/react": "^18",

+ 5 - 1
packages/utils/package.json

@@ -3,6 +3,10 @@
     "version": "0.0.0",
     "private": true,
     "devDependencies": {
-        "@/build-config": "*"
+        "@/build-config": "*",
+        "@types/libsodium-wrappers": "0.7.9"
+    },
+    "dependencies": {
+        "libsodium-wrappers": "0.7.9"
     }
 }