Skip to content

Commit 32f17e2

Browse files
authored
fix(deps): upgrade graasp deps (#265)
1 parent 3ab986a commit 32f17e2

File tree

3 files changed

+136
-196
lines changed

3 files changed

+136
-196
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@codemirror/lang-javascript": "^6.2.1",
3030
"@emotion/react": "11.11.4",
3131
"@emotion/styled": "11.11.5",
32-
"@graasp/apps-query-client": "^3.4.8",
33-
"@graasp/sdk": "4.5.0",
32+
"@graasp/apps-query-client": "^3.4.11",
33+
"@graasp/sdk": "4.7.2",
3434
"@graasp/ui": "4.15.0",
3535
"@mui/icons-material": "5.15.15",
3636
"@mui/lab": "5.0.0-alpha.170",

src/mocks/db.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const mockMembers: CompleteMember[] = [
2222
type: 'individual',
2323
createdAt: new Date('1996-09-08T19:00:00').toISOString(),
2424
updatedAt: new Date().toISOString(),
25+
enableSaveActions: true,
2526
},
2627
{
2728
id: 'mock-member-id-2',
@@ -31,12 +32,14 @@ export const mockMembers: CompleteMember[] = [
3132
type: 'individual',
3233
createdAt: new Date('1995-02-02T15:00:00').toISOString(),
3334
updatedAt: new Date().toISOString(),
35+
enableSaveActions: true,
3436
},
3537
];
3638

3739
export const mockItem: DiscriminatedItem = {
3840
id: '1234-1234-1234-5678',
3941
name: 'app-collaborative-ideation',
42+
displayName: 'App Collaborative Ideation',
4043
description: null,
4144
path: '',
4245
type: ItemType.APP,

0 commit comments

Comments
 (0)