Skip to content

Commit

Permalink
refactor: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Sep 27, 2024
1 parent 9ba2550 commit f1c7c8e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@graasp/chatbox": "3.3.0",
"@graasp/query-client": "3.23.0",
"@graasp/sdk": "4.29.1",
"@graasp/query-client": "3.25.0",
"@graasp/sdk": "4.31.0",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/translations": "1.37.1",
"@graasp/ui": "5.1.0",
"@graasp/ui": "5.2.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
Expand Down
4 changes: 2 additions & 2 deletions src/modules/userSwitch/MemberAvatar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CompleteAccount, ThumbnailSize } from '@graasp/sdk';
import { CurrentAccount, ThumbnailSize } from '@graasp/sdk';
import { COMMON } from '@graasp/translations';
import { Avatar } from '@graasp/ui';

Expand All @@ -8,7 +8,7 @@ import { hooks } from '@/config/queryClient';
import { buildMemberAvatarId } from '@/config/selectors';

type Props = {
member?: CompleteAccount | null;
member?: CurrentAccount | null;
};

const MemberAvatar = ({ member }: Props): JSX.Element => {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1564,9 +1564,9 @@ __metadata:
languageName: node
linkType: hard

"@graasp/query-client@npm:3.23.0":
version: 3.23.0
resolution: "@graasp/query-client@npm:3.23.0"
"@graasp/query-client@npm:3.25.0":
version: 3.25.0
resolution: "@graasp/query-client@npm:3.25.0"
dependencies:
"@tanstack/react-query": "npm:4.36.1"
"@tanstack/react-query-devtools": "npm:4.36.1"
Expand All @@ -1576,13 +1576,13 @@ __metadata:
"@graasp/sdk": ^4.0.0
"@graasp/translations": "*"
react: ^18.0.0
checksum: 10/212ed080be4c5b520fdf08595780751a60e1347ba9e08b74e1a190efe0202f310ca6616c7da728bbb1dc338d971b31ffb00ab808a05c06de68dc089e9d0e38af
checksum: 10/eaf22beda6f5a53b6c30b20debbffcf692ef39e9c80b878e24f529d89863ba6eb2babe4f80d4d57901d443abaa082465cd4def6e9136d6f443207048b6e69463
languageName: node
linkType: hard

"@graasp/sdk@npm:4.29.1":
version: 4.29.1
resolution: "@graasp/sdk@npm:4.29.1"
"@graasp/sdk@npm:4.31.0":
version: 4.31.0
resolution: "@graasp/sdk@npm:4.31.0"
dependencies:
"@faker-js/faker": "npm:9.0.1"
filesize: "npm:10.1.6"
Expand All @@ -1591,7 +1591,7 @@ __metadata:
peerDependencies:
date-fns: ^3 || ^4.0.0
uuid: ^9 || ^10
checksum: 10/f35a4c2dfbc7b9ac7d2112536dcded3da6d7fb32a3f4593921329340f96f21ccd558f68a77d723828f23055a6fb4d77493effbc746986ce7fcce913f3775a725
checksum: 10/9b2bf85a51cc12b6f2bdefeb7bbc0c615db9ea3188ace6d460b14e61503763aeab13fd2aa1c4135cee602c2c58465895569b2845b91d942982f96f5594dfd1d4
languageName: node
linkType: hard

Expand All @@ -1615,9 +1615,9 @@ __metadata:
languageName: node
linkType: hard

"@graasp/ui@npm:5.1.0":
version: 5.1.0
resolution: "@graasp/ui@npm:5.1.0"
"@graasp/ui@npm:5.2.0":
version: 5.2.0
resolution: "@graasp/ui@npm:5.2.0"
dependencies:
http-status-codes: "npm:2.3.0"
interweave: "npm:13.1.0"
Expand Down Expand Up @@ -1646,7 +1646,7 @@ __metadata:
react-i18next: ^13.0.0 || ^14.0.0 || ^15.0.0
react-router-dom: ^6.11.0
stylis: ^4.1.3
checksum: 10/fcab9f3d021848e81f8779be9508a6e6efcae249a364611e4adf888410658d83dd1ecfe8b0fbcda26c3bd3f840b44e6efe73cd2e3f9af53917c4510499a3b37a
checksum: 10/b98fc515f4f2bc7d2d1b800404cbfb480485e178db8e79c5681d10c5d152669bbffcbd0cdcf044d04b7b39856c64a10d0478f40d072213a23eb8d1fef0120853
languageName: node
linkType: hard

Expand Down Expand Up @@ -5941,11 +5941,11 @@ __metadata:
"@eslint/eslintrc": "npm:3.1.0"
"@eslint/js": "npm:9.10.0"
"@graasp/chatbox": "npm:3.3.0"
"@graasp/query-client": "npm:3.23.0"
"@graasp/sdk": "npm:4.29.1"
"@graasp/query-client": "npm:3.25.0"
"@graasp/sdk": "npm:4.31.0"
"@graasp/stylis-plugin-rtl": "npm:2.2.0"
"@graasp/translations": "npm:1.37.1"
"@graasp/ui": "npm:5.1.0"
"@graasp/ui": "npm:5.2.0"
"@mui/icons-material": "npm:5.16.7"
"@mui/lab": "npm:5.0.0-alpha.173"
"@mui/material": "npm:5.16.7"
Expand Down

0 comments on commit f1c7c8e

Please sign in to comment.