Move is-electron to utils
This commit is contained in:
parent
a3f76e529a
commit
9ac2a84465
3 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@
|
|||
"hdbscan": "0.0.1-alpha.5",
|
||||
"heic-convert": "^2.0.0",
|
||||
"idb": "^7.1.1",
|
||||
"is-electron": "^2.2.2",
|
||||
"jszip": "3.10.1",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-defaulticon-compatibility": "^0.1.1",
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"@ente/accounts": "*",
|
||||
"@ente/shared": "*",
|
||||
"axios": "^1.6.0",
|
||||
"is-electron": "^2.2.2",
|
||||
"next": "^14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"@types/libsodium-wrappers": "0.7.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-electron": "^2.2.2",
|
||||
"libsodium-wrappers": "0.7.9"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue