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 - autoclosed #211

Closed
wants to merge 1 commit into from
Closed
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 @@ -25,7 +25,7 @@
"@fortawesome/react-fontawesome": "0.2.0",
"@graasp/apps-query-client": "3.4.11",
"@graasp/pyodide": "github:graasp/graasp-pyodide",
"@graasp/sdk": "4.7.2",
"@graasp/sdk": "4.7.6",
"@graasp/ui": "4.15.3",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3273,6 +3273,21 @@ __metadata:
languageName: node
linkType: hard

"@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/ac12c6438b0c71502b4b837f98b0dbc164c604a98c23064a5bc0ef233486be8012176fd4cbee3879db2cd468cefd5489678703709ae1b4e766f431ef3ac9f7b2
languageName: node
linkType: hard

"@graasp/ui@npm:4.15.3":
version: 4.15.3
resolution: "@graasp/ui@npm:4.15.3"
Expand Down Expand Up @@ -9480,6 +9495,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 @@ -10110,7 +10132,7 @@ __metadata:
"@fortawesome/react-fontawesome": "npm:0.2.0"
"@graasp/apps-query-client": "npm:3.4.11"
"@graasp/pyodide": "github:graasp/graasp-pyodide"
"@graasp/sdk": "npm:4.7.2"
"@graasp/sdk": "npm:4.7.6"
"@graasp/ui": "npm:4.15.3"
"@mui/icons-material": "npm:5.15.15"
"@mui/lab": "npm:5.0.0-alpha.170"
Expand Down
Loading