Skip to content

Commit

Permalink
fix: Improve basic e2ei devices handling (#17040)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Mar 11, 2024
1 parent 068b5d1 commit e975357
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@lexical/react": "0.12.5",
"@wireapp/avs": "9.6.12",
"@wireapp/commons": "5.2.6",
"@wireapp/core": "45.2.7",
"@wireapp/core": "45.2.8",
"@wireapp/react-ui-kit": "9.16.0",
"@wireapp/store-engine-dexie": "2.1.8",
"@wireapp/webapp-events": "0.20.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4768,20 +4768,20 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core-crypto@npm:1.0.0-rc.48":
version: 1.0.0-rc.48
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.48"
checksum: 5d20d3978820ec54440573f548857fcef385e9af3fb197e407ba150abac57eb47e5251358eeebfdc3a6747164c4d4032617b83443e4c24aa77cfb65e823daf49
"@wireapp/core-crypto@npm:1.0.0-rc.49":
version: 1.0.0-rc.49
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.49"
checksum: 746600ccfa2e7283dadf10c4438c06f0b6a945c287ad877a95d39347ef88314e05c44d4e38e29b2095ab664a65ec7f2e77fb694d72d8dca26e17321fa6464981
languageName: node
linkType: hard

"@wireapp/core@npm:45.2.7":
version: 45.2.7
resolution: "@wireapp/core@npm:45.2.7"
"@wireapp/core@npm:45.2.8":
version: 45.2.8
resolution: "@wireapp/core@npm:45.2.8"
dependencies:
"@wireapp/api-client": ^26.11.2
"@wireapp/commons": ^5.2.7
"@wireapp/core-crypto": 1.0.0-rc.48
"@wireapp/core-crypto": 1.0.0-rc.49
"@wireapp/cryptobox": 12.8.0
"@wireapp/priority-queue": ^2.1.5
"@wireapp/promise-queue": ^2.3.2
Expand All @@ -4797,7 +4797,7 @@ __metadata:
long: ^5.2.0
uuidjs: 4.2.13
zod: 3.22.4
checksum: ce5f1601f4a27a9d40f8cb36095207a88109554574c99800775d2f765e72532b3238b1123ad952b3ad16b0eddc03466b1bee8a9ca7cf11f450c378f8375c20d0
checksum: c3c156f4e772efa4384ab0f50e1c6b75994cb80bd42551a3c892c9cafa262cc2b75cb7e9251190f413e00e73f5048bce4e8300235e75a508275f9e0408144f92
languageName: node
linkType: hard

Expand Down Expand Up @@ -17459,7 +17459,7 @@ __metadata:
"@wireapp/avs": 9.6.12
"@wireapp/commons": 5.2.6
"@wireapp/copy-config": 2.1.14
"@wireapp/core": 45.2.7
"@wireapp/core": 45.2.8
"@wireapp/eslint-config": 3.0.5
"@wireapp/prettier-config": 0.6.3
"@wireapp/react-ui-kit": 9.16.0
Expand Down

0 comments on commit e975357

Please sign in to comment.