Move to lower layer
This commit is contained in:
parent
02b1f4d376
commit
69652dec76
2 changed files with 5 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue