Skip to content

Commit

Permalink
feat: update CC to 1.0.2 [WPB-10665] (#17921)
Browse files Browse the repository at this point in the history
* chore: update CC to 1.0.2

* chore: align deployment targets with dev
  • Loading branch information
tlebon authored Aug 20, 2024
1 parent 1874ae5 commit a14084c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,19 @@ jobs:
map: |
{
"dev": {
"targets": "[\"wire-webapp-dev-al2\", \"wire-webapp-edge-al2\" ]"
"targets": "[\"wire-webapp-dev\", \"wire-webapp-edge\"]"
},
"master": {
"targets": "[\"wire-webapp-master-al2\"]"
"targets": "[\"wire-webapp-main\"]"
},
"production": {
"targets": "[\"wire-webapp-prod-al2\"]"
"targets": "[\"wire-webapp-prod\"]"
},
"release/q1-2024": {
"targets": "[\"wire-webapp-mls-al2\"]"
"targets": "[\"wire-webapp-mls\"]"
},
"staging": {
"targets": "[\"wire-webapp-staging-al2\"]"
"targets": "[\"wire-webapp-staging\"]"
}
}
export_to: env
Expand Down
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.16",
"@wireapp/commons": "5.2.7",
"@wireapp/core": "46.0.17-hotfix-1.2",
"@wireapp/core": "46.1.0-hotfix-1.0",
"@wireapp/react-ui-kit": "9.16.4",
"@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.60":
version: 1.0.0-rc.60
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.60"
checksum: 39133e8becf1961ef9589883e23c0ec3f8730e793204794b238d97b6c0d02e052559d923c7d235ed0eb8be88a80f6fd3a641f795b451d4110173f135761c539e
"@wireapp/core-crypto@npm:1.0.2":
version: 1.0.2
resolution: "@wireapp/core-crypto@npm:1.0.2"
checksum: bd50c272a2a6a24c1900f5fc3e4ad857d36c8172f40a7488fa7950d9c4e27f2bb9512d0e9351673214e0d67aa8553967037326b4d217cd846427d3cd497d0530
languageName: node
linkType: hard

"@wireapp/core@npm:46.0.17-hotfix-1.2":
version: 46.0.17-hotfix-1.2
resolution: "@wireapp/core@npm:46.0.17-hotfix-1.2"
"@wireapp/core@npm:46.1.0-hotfix-1.0":
version: 46.1.0-hotfix-1.0
resolution: "@wireapp/core@npm:46.1.0-hotfix-1.0"
dependencies:
"@wireapp/api-client": ^27.1.0-hotfix-1.0
"@wireapp/commons": ^5.2.8
"@wireapp/core-crypto": 1.0.0-rc.60
"@wireapp/core-crypto": 1.0.2
"@wireapp/cryptobox": 12.8.0
"@wireapp/priority-queue": ^2.1.6
"@wireapp/promise-queue": ^2.3.3
Expand All @@ -4797,7 +4797,7 @@ __metadata:
long: ^5.2.0
uuid: 9.0.1
zod: 3.23.8
checksum: 03a428e43bcc5e4accea630d643ee871023eed738a39c73c49c59cbd7c712bf14fd7747667a9392084032e7d599b356914f26fbfdb5e0eb2e7a58358318e4113
checksum: 276a6edc57c72f9b912cc292745400d97d0c881bd5b9af833f8d298ba8a48c9ad0e8ab5647e40c749a6ef93994682bab60b2b6f74285d24625f025c6423ddd5c
languageName: node
linkType: hard

Expand Down Expand Up @@ -17508,7 +17508,7 @@ __metadata:
"@wireapp/avs": 9.6.16
"@wireapp/commons": 5.2.7
"@wireapp/copy-config": 2.1.14
"@wireapp/core": 46.0.17-hotfix-1.2
"@wireapp/core": 46.1.0-hotfix-1.0
"@wireapp/eslint-config": 3.0.5
"@wireapp/prettier-config": 0.6.3
"@wireapp/react-ui-kit": 9.16.4
Expand Down

0 comments on commit a14084c

Please sign in to comment.