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 v4 #65

Merged
merged 1 commit into from
Feb 26, 2024
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 @@ -12,7 +12,7 @@
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@graasp/apps-query-client": "3.4.5",
"@graasp/sdk": "3.10.0",
"@graasp/sdk": "4.0.1",
"@graasp/ui": "4.8.1",
"@mui/icons-material": "5.15.11",
"@mui/lab": "5.0.0-alpha.166",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2484,6 +2484,13 @@ __metadata:
languageName: node
linkType: hard

"@faker-js/faker@npm:8.4.1":
version: 8.4.1
resolution: "@faker-js/faker@npm:8.4.1"
checksum: 10/5983c2ea64f26055ad6648de748878e11ebe2fb751e3c7435ae141cdffabc2dccfe4c4f49da69a3d2add71e21b415c683ac5fba196fab0d5ed6779fbec436c80
languageName: node
linkType: hard

"@floating-ui/core@npm:^1.6.0":
version: 1.6.0
resolution: "@floating-ui/core@npm:1.6.0"
Expand Down Expand Up @@ -2577,6 +2584,20 @@ __metadata:
languageName: node
linkType: hard

"@graasp/sdk@npm:4.0.1":
version: 4.0.1
resolution: "@graasp/sdk@npm:4.0.1"
dependencies:
"@faker-js/faker": "npm:8.4.1"
js-cookie: "npm:3.0.5"
validator: "npm:13.11.0"
peerDependencies:
date-fns: ^3
uuid: ^9
checksum: 10/6bd311228762e5c6e18e1585b5fbe72472add562a7025c9c5d55a980e0c2ff6c85e1e200e308d23a6c0a6e2c76ba84d5a64e848669cecc9cd210b95b579e596a
languageName: node
linkType: hard

"@graasp/ui@npm:4.8.1":
version: 4.8.1
resolution: "@graasp/ui@npm:4.8.1"
Expand Down Expand Up @@ -7879,7 +7900,7 @@ __metadata:
"@emotion/react": "npm:11.11.3"
"@emotion/styled": "npm:11.11.0"
"@graasp/apps-query-client": "npm:3.4.5"
"@graasp/sdk": "npm:3.10.0"
"@graasp/sdk": "npm:4.0.1"
"@graasp/ui": "npm:4.8.1"
"@mui/icons-material": "npm:5.15.11"
"@mui/lab": "npm:5.0.0-alpha.166"
Expand Down
Loading