moved leafle and leaflet-defaulticon-compatibility to photos app's package
This commit is contained in:
parent
322d1c0ee7
commit
f8d4be37d0
3 changed files with 5 additions and 6 deletions
|
@ -53,6 +53,8 @@
|
|||
"idb": "^7.0.0",
|
||||
"is-electron": "^2.2.0",
|
||||
"jszip": "3.8.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-defaulticon-compatibility": "^0.1.1",
|
||||
"libsodium-wrappers": "^0.7.8",
|
||||
"localforage": "^1.9.0",
|
||||
"memoize-one": "^6.0.0",
|
||||
|
|
|
@ -17,10 +17,7 @@
|
|||
"start": "turbo run start",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-defaulticon-compatibility": "^0.1.1"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.28.0",
|
||||
"husky": "^7.0.1",
|
||||
|
|
|
@ -2945,12 +2945,12 @@ language-tags@=1.0.5:
|
|||
|
||||
leaflet-defaulticon-compatibility@^0.1.1:
|
||||
version "0.1.1"
|
||||
resolved "https://registry.npmjs.org/leaflet-defaulticon-compatibility/-/leaflet-defaulticon-compatibility-0.1.1.tgz"
|
||||
resolved "https://registry.yarnpkg.com/leaflet-defaulticon-compatibility/-/leaflet-defaulticon-compatibility-0.1.1.tgz#ab72257b3da66fb48dab69a10c3824012a15a20a"
|
||||
integrity sha512-vDBFdlUAwjSEGep9ih8kfJilf6yN8V9zTbF5NC/1ZwLeGko3RUQepspPnGCRMFV51dY3Lb3hziboicrFz+rxQA==
|
||||
|
||||
leaflet@^1.9.4:
|
||||
version "1.9.4"
|
||||
resolved "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz"
|
||||
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.9.4.tgz#23fae724e282fa25745aff82ca4d394748db7d8d"
|
||||
integrity sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==
|
||||
|
||||
levn@^0.4.1:
|
||||
|
|
Loading…
Reference in a new issue