Skip to content

Commit

Permalink
fix(deps): update dependency @graasp/sdk to v4.9.0 (#593)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @graasp/sdk to v4.9.0

* fix: issues with new sdk version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: spaenleh <spaenleh@gmail.com>
  • Loading branch information
renovate[bot] and spaenleh authored May 7, 2024
1 parent d7ee571 commit 9c6979e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 2 additions & 0 deletions cypress/fixtures/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const COMPLETE_MEMBERS: {
extra: {
lang: 'fr',
},
enableSaveActions: true,
},
BOB: {
id: 'ecafbd2a-5642-31fb-ae93-0242ac130004',
Expand All @@ -70,6 +71,7 @@ export const COMPLETE_MEMBERS: {
updatedAt: '2021-04-13 14:56:34.749946',
type: MemberType.Individual,
extra: { lang: 'en' },
enableSaveActions: true,
thumbnail:
'https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Pedro_Luro_edit.jpg/210px-Pedro_Luro_edit.jpg',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@graasp/query-client": "3.4.2",
"@graasp/sdk": "4.4.0",
"@graasp/sdk": "4.9.0",
"@graasp/translations": "1.28.0",
"@graasp/ui": "4.17.1",
"@mui/icons-material": "5.15.14",
Expand Down
1 change: 1 addition & 0 deletions src/utils/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const PLACEHOLDER_COLLECTION: DiscriminatedItem = {
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
name: 'Loading...',
displayName: 'Loading...',
description: 'loading...',
lang: '',
creator: null,
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1418,17 +1418,18 @@ __metadata:
languageName: node
linkType: hard

"@graasp/sdk@npm:4.4.0":
version: 4.4.0
resolution: "@graasp/sdk@npm:4.4.0"
"@graasp/sdk@npm:4.9.0":
version: 4.9.0
resolution: "@graasp/sdk@npm:4.9.0"
dependencies:
"@faker-js/faker": "npm:8.4.1"
filesize: "npm:10.1.1"
js-cookie: "npm:3.0.5"
validator: "npm:13.11.0"
peerDependencies:
date-fns: ^3
uuid: ^9
checksum: 10/12c52bca82bc3302ef76747434f80cb4a65b60d64e1fdffffdd729feead573878e6a7434837bebc6b2d930ebe761bb74f6d46e5291b134558df610d57c4c59de
checksum: 10/921439fcfcc67e18c5e93ee1c405b82e1da9600cf33769a029efa4bacbaab78d30c357a0c19f98687e53101e4de19c924be78fad55eb4c9451ef734596d26b3c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7113,6 +7114,13 @@ __metadata:
languageName: node
linkType: hard

"filesize@npm:10.1.1":
version: 10.1.1
resolution: "filesize@npm:10.1.1"
checksum: 10/3d4d05930ec3de16d9cb8c8f4061df1218d3eac4d69521deb3f768cbe7451ff82fe4af3bbf562e1f3a491b96c42e445d65af3cefec90a5deff0ec302dda42ede
languageName: node
linkType: hard

"fill-range@npm:^7.0.1":
version: 7.0.1
resolution: "fill-range@npm:7.0.1"
Expand Down Expand Up @@ -7787,7 +7795,7 @@ __metadata:
"@emotion/server": "npm:11.11.0"
"@emotion/styled": "npm:11.11.0"
"@graasp/query-client": "npm:3.4.2"
"@graasp/sdk": "npm:4.4.0"
"@graasp/sdk": "npm:4.9.0"
"@graasp/translations": "npm:1.28.0"
"@graasp/ui": "npm:4.17.1"
"@mui/icons-material": "npm:5.15.14"
Expand Down

0 comments on commit 9c6979e

Please sign in to comment.