Skip to content

Commit

Permalink
fix: Prepare for api v4 (#14786)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Mar 6, 2023
1 parent 9257153 commit bb2a116
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.6",
"@types/eslint": "8.4.10",
"@wireapp/avs": "9.0.23",
"@wireapp/core": "39.1.3",
"@wireapp/core": "39.1.4",
"@wireapp/lru-cache": "3.8.1",
"@wireapp/react-ui-kit": "9.3.9",
"@wireapp/store-engine-dexie": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/script/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class Configuration {
readonly ALLOWED_IMAGE_TYPES = ['image/bmp', 'image/gif', 'image/jpeg', 'image/jpg', 'image/png'];

/** Which versions of the backend api do we support */
readonly SUPPORTED_API_VERSIONS = [2, 1];
readonly SUPPORTED_API_VERSIONS = [3, 2, 1];
}

let instance: Configuration;
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4623,9 +4623,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/api-client@npm:^23.1.1":
version: 23.1.1
resolution: "@wireapp/api-client@npm:23.1.1"
"@wireapp/api-client@npm:^23.1.2":
version: 23.1.2
resolution: "@wireapp/api-client@npm:23.1.2"
dependencies:
"@wireapp/commons": ^5.0.4
"@wireapp/priority-queue": ^2.0.3
Expand All @@ -4638,7 +4638,7 @@ __metadata:
spark-md5: 3.0.2
tough-cookie: 4.1.2
ws: 8.11.0
checksum: 67730321863605a1bb6fea1cb6e986bc873604de04494f24438624ffd4323333382fd9a5aa9d997e5fca8c69cf4d6fba0ed48d1c2c052ccc92e41cba569e7c08
checksum: d99ddff2b4771d0a4ff38592d03da7ca95f5755c754fb40b6c286d8883f4514e92ee94d432f0594a703c267ad77baa207779e520948b8a7663c3552062f3ca3a
languageName: node
linkType: hard

Expand Down Expand Up @@ -4691,11 +4691,11 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core@npm:39.1.3":
version: 39.1.3
resolution: "@wireapp/core@npm:39.1.3"
"@wireapp/core@npm:39.1.4":
version: 39.1.4
resolution: "@wireapp/core@npm:39.1.4"
dependencies:
"@wireapp/api-client": ^23.1.1
"@wireapp/api-client": ^23.1.2
"@wireapp/commons": ^5.0.4
"@wireapp/core-crypto": 0.6.2
"@wireapp/cryptobox": 12.8.0
Expand All @@ -4711,7 +4711,7 @@ __metadata:
logdown: 3.3.1
long: ^5.2.0
uuidjs: 4.2.13
checksum: ccaa3c635f7324f9ffc70b435bdcd84a6168f6c16f2d7f2ed3d6f41af6224df5ae2641dd6096091b75da09b925d241b9c4b9f1f3e09489d3c618ee81847c8898
checksum: 4ceb70937eebdd1d39bf4372bf928bbb7942318247627224c5d996951baf297c0f47616e155dfc7f506023e9a36aa6daba7dff0fbc9678c9fe0e6bd1ddbc63fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -17101,7 +17101,7 @@ __metadata:
"@typescript-eslint/parser": ^5.54.0
"@wireapp/avs": 9.0.23
"@wireapp/copy-config": 2.0.10
"@wireapp/core": 39.1.3
"@wireapp/core": 39.1.4
"@wireapp/eslint-config": 2.1.1
"@wireapp/lru-cache": 3.8.1
"@wireapp/prettier-config": 0.5.2
Expand Down

0 comments on commit bb2a116

Please sign in to comment.