Skip to content

Commit

Permalink
fix: Await for message processing when loading the app (#14645)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc authored Feb 8, 2023
1 parent 016bb21 commit d5fd4c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@emotion/react": "11.10.5",
"@types/eslint": "^8.4.10",
"@wireapp/avs": "9.0.20",
"@wireapp/core": "38.11.0",
"@wireapp/core": "38.11.1",
"@wireapp/lru-cache": "3.8.1",
"@wireapp/react-ui-kit": "9.3.5",
"@wireapp/store-engine-dexie": "2.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4383,9 +4383,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core@npm:38.11.0":
version: 38.11.0
resolution: "@wireapp/core@npm:38.11.0"
"@wireapp/core@npm:38.11.1":
version: 38.11.1
resolution: "@wireapp/core@npm:38.11.1"
dependencies:
"@wireapp/api-client": ^22.15.4
"@wireapp/commons": ^5.0.4
Expand All @@ -4403,7 +4403,7 @@ __metadata:
logdown: 3.3.1
long: ^5.2.0
uuidjs: 4.2.13
checksum: 41e0f8da4bb54a24b2c91a6a2f16b0d91a174e5febbdc3087045cb0ac9eb79c602e8716ee514e0d3f3aeeff4cb2605f3ce218372a11d53a47cd723e7142ca8af
checksum: 002a2263e82a06af6e665d57bd2cc17791bf6385e89236c1484e1b27e6b2d352a2012dbde0f7d604571d37b6846c0f34325dea52ec65016b2180d9619d10a03f
languageName: node
linkType: hard

Expand Down Expand Up @@ -16712,7 +16712,7 @@ __metadata:
"@typescript-eslint/parser": ^5.50.0
"@wireapp/avs": 9.0.20
"@wireapp/copy-config": 2.0.7
"@wireapp/core": 38.11.0
"@wireapp/core": 38.11.1
"@wireapp/eslint-config": 2.1.1
"@wireapp/lru-cache": 3.8.1
"@wireapp/prettier-config": 0.5.2
Expand Down

0 comments on commit d5fd4c7

Please sign in to comment.