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.7.6 #184

Merged
merged 1 commit into from
Apr 24, 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 @@ -13,7 +13,7 @@
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/apps-query-client": "3.4.10",
"@graasp/sdk": "4.7.2",
"@graasp/sdk": "4.7.6",
"@graasp/ui": "4.14.2",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2574,17 +2574,18 @@ __metadata:
languageName: node
linkType: hard

"@graasp/sdk@npm:4.7.2":
version: 4.7.2
resolution: "@graasp/sdk@npm:4.7.2"
"@graasp/sdk@npm:4.7.6":
version: 4.7.6
resolution: "@graasp/sdk@npm:4.7.6"
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/f37de1eb4fb02fa748a00e630f8f133d937fd9eb0aa0016a6e071fa37a44d1599be61ff8754a03f77bb5996f9aebf8e6c969fdb52f4463111c71f6ce6d1fcb38
checksum: 10/ac12c6438b0c71502b4b837f98b0dbc164c604a98c23064a5bc0ef233486be8012176fd4cbee3879db2cd468cefd5489678703709ae1b4e766f431ef3ac9f7b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7375,6 +7376,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 @@ -7901,7 +7909,7 @@ __metadata:
"@emotion/react": "npm:11.11.4"
"@emotion/styled": "npm:11.11.5"
"@graasp/apps-query-client": "npm:3.4.10"
"@graasp/sdk": "npm:4.7.2"
"@graasp/sdk": "npm:4.7.6"
"@graasp/ui": "npm:4.14.2"
"@mui/icons-material": "npm:5.15.15"
"@mui/lab": "npm:5.0.0-alpha.170"
Expand Down
Loading