Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update core package #15973

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"@wireapp/avs": "9.4.14",
"@wireapp/commons": "5.2.1",
"@wireapp/core": "42.10.1",
"@wireapp/core": "42.12.1",
"@wireapp/lru-cache": "3.8.1",
"@wireapp/react-ui-kit": "9.9.9",
"@wireapp/store-engine-dexie": "2.1.6",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5123,9 +5123,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/api-client@npm:^26.2.5":
version: 26.2.5
resolution: "@wireapp/api-client@npm:26.2.5"
"@wireapp/api-client@npm:^26.3.1":
version: 26.3.1
resolution: "@wireapp/api-client@npm:26.3.1"
dependencies:
"@wireapp/commons": ^5.2.1
"@wireapp/priority-queue": ^2.1.4
Expand All @@ -5139,7 +5139,8 @@ __metadata:
spark-md5: 3.0.2
tough-cookie: 4.1.3
ws: 8.14.2
checksum: 96af387e09532eb4098cf819c3ff26a70b4036bedee17f60ecb70ac1efcdc0799d9338a9a58cae5828496f41be83ec5936cd53fcd68af3b2be31b66a0646deae
zod: 3.22.4
checksum: 33783d4b7e48cb66121be0ef8c5ace81fdc4f698af1c47ed5b91c27896a30724fecefc34ce66b27620ecb2e54a556782904b9d42a1f64c9592cf594f8c3f100e
languageName: node
linkType: hard

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

"@wireapp/core@npm:42.10.1":
version: 42.10.1
resolution: "@wireapp/core@npm:42.10.1"
"@wireapp/core@npm:42.12.1":
version: 42.12.1
resolution: "@wireapp/core@npm:42.12.1"
dependencies:
"@wireapp/api-client": ^26.2.5
"@wireapp/api-client": ^26.3.1
"@wireapp/commons": ^5.2.1
"@wireapp/core-crypto": 1.0.0-rc.13
"@wireapp/cryptobox": 12.8.0
Expand All @@ -5213,7 +5214,8 @@ __metadata:
logdown: 3.3.1
long: ^5.2.0
uuidjs: 4.2.13
checksum: cf6378e497f2ff81673fe550a2ff7cb4f704af2d4cf681d91737d7324588ee92b298ffdc786df0a3fe90d97a9ce226839b92df65cad7cc3347678fe06cf928fb
zod: 3.22.4
checksum: 2c5933f28c72752cb0eaa1554d14c23a4f0204d5bd207bdf770c4dcdc245800316835e236480d0704ae334a5c9f01706446b95e9c70a6d9cfe5e739220bea0ee
languageName: node
linkType: hard

Expand Down Expand Up @@ -18261,7 +18263,7 @@ __metadata:
"@wireapp/avs": 9.4.14
"@wireapp/commons": 5.2.1
"@wireapp/copy-config": 2.1.9
"@wireapp/core": 42.10.1
"@wireapp/core": 42.12.1
"@wireapp/eslint-config": 3.0.4
"@wireapp/lru-cache": 3.8.1
"@wireapp/prettier-config": 0.6.3
Expand Down Expand Up @@ -18878,6 +18880,13 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:3.22.4":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 80bfd7f8039b24fddeb0718a2ec7c02aa9856e4838d6aa4864335a047b6b37a3273b191ef335bf0b2002e5c514ef261ffcda5a589fb084a48c336ffc4cdbab7f
languageName: node
linkType: hard

"zustand@npm:4.4.3":
version: 4.4.3
resolution: "zustand@npm:4.4.3"
Expand Down
Loading