This commit is contained in:
2023-08-24 15:37:19 +01:00
parent 4adef50df5
commit 4e21c4834b
3 changed files with 8 additions and 14 deletions

View File

@ -15,11 +15,9 @@
"dist"
],
"dependencies": {
"react": "^18.2.0"
},
"peerDependencies": {
"@snort/shared": "^1.0.4",
"@snort/system": "^1.0.17"
"@snort/system": "^1.0.17",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",

View File

@ -30,12 +30,10 @@
"@noble/curves": "^1.0.0",
"@noble/hashes": "^1.3.1",
"@scure/base": "^1.1.1",
"@snort/shared": "^1.0.4",
"@stablelib/xchacha20": "^1.0.1",
"debug": "^4.3.4",
"dexie": "^3.2.4",
"uuid": "^9.0.0"
},
"peerDependencies": {
"@snort/shared": "^1.0.4"
}
}