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

fix(deps): update dependency @graasp/sdk to v5 #631

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -30,7 +30,7 @@
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@graasp/apps-query-client": "3.7.3",
"@graasp/sdk": "4.32.1",
"@graasp/sdk": "5.7.0",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/ui": "5.3.1",
"@mui/icons-material": "5.16.7",
Expand Down
30 changes: 11 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1375,10 +1375,10 @@ __metadata:
languageName: node
linkType: hard

"@faker-js/faker@npm:9.0.3":
version: 9.0.3
resolution: "@faker-js/faker@npm:9.0.3"
checksum: 10/60ea71c31d6bd6317184736de17daee415e229cab5e10a4146a19622f3eb22f49f42345ff339dc9261f0214ca1f9b019c63fd9aac842a2d359f135102788ec90
"@faker-js/faker@npm:9.2.0":
version: 9.2.0
resolution: "@faker-js/faker@npm:9.2.0"
checksum: 10/c233aaa41ebc4f4bed36c1304c399c424b9e5abca9cb8fe54ce73d4162ec7acd66f294b90c85ed7a5df774400e44f0a10364bdd41f49e72cb519a48b5948939f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1448,18 +1448,17 @@ __metadata:
languageName: node
linkType: hard

"@graasp/sdk@npm:4.32.1":
version: 4.32.1
resolution: "@graasp/sdk@npm:4.32.1"
"@graasp/sdk@npm:5.7.0":
version: 5.7.0
resolution: "@graasp/sdk@npm:5.7.0"
dependencies:
"@faker-js/faker": "npm:9.0.3"
"@faker-js/faker": "npm:9.2.0"
filesize: "npm:10.1.6"
js-cookie: "npm:3.0.5"
validator: "npm:13.12.0"
peerDependencies:
date-fns: ^3 || ^4.0.0
uuid: ^9 || ^10
checksum: 10/74125fa4c2aed104142cccc77e8a8a90d2ae303dcaae83e40198f7d30d6615ad3136532789b0d1c2f7034847937f238c046b9aee5fcee5d319bbe7be8cb4f257
uuid: ^9 || ^10 || ^11.0.0
checksum: 10/080ab6fb6d290728cf8862759dc3f45cd38767e36454030ea9d6f65eed2789aefd3a7c7b528b08446da69e0e849326661df5ff34a76d4e04ceb946319b3a10c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8164,7 +8163,7 @@ __metadata:
"@eslint/eslintrc": "npm:3.2.0"
"@eslint/js": "npm:9.16.0"
"@graasp/apps-query-client": "npm:3.7.3"
"@graasp/sdk": "npm:4.32.1"
"@graasp/sdk": "npm:5.7.0"
"@graasp/stylis-plugin-rtl": "npm:2.2.0"
"@graasp/ui": "npm:5.3.1"
"@mui/icons-material": "npm:5.16.7"
Expand Down Expand Up @@ -13488,13 +13487,6 @@ __metadata:
languageName: node
linkType: hard

"validator@npm:13.12.0":
version: 13.12.0
resolution: "validator@npm:13.12.0"
checksum: 10/db6eb0725e2b67d60d30073ae8573982713b5903195d031dc3c7db7e82df8b74e8c13baef8e2106d146d979599fd61a06cde1fec5c148e4abd53d52817ff0fd9
languageName: node
linkType: hard

"verror@npm:1.10.0":
version: 1.10.0
resolution: "verror@npm:1.10.0"
Expand Down
Loading