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.12.1 - autoclosed #48

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 @@ -12,7 +12,7 @@
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/apps-query-client": "^3.4.8",
"@graasp/sdk": "4.1.0",
"@graasp/sdk": "4.12.1",
"@graasp/ui": "4.9.3",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
Expand Down
27 changes: 21 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2691,17 +2691,18 @@ __metadata:
languageName: node
linkType: hard

"@graasp/sdk@npm:4.1.0":
version: 4.1.0
resolution: "@graasp/sdk@npm:4.1.0"
"@graasp/sdk@npm:4.12.1":
version: 4.12.1
resolution: "@graasp/sdk@npm:4.12.1"
dependencies:
"@faker-js/faker": "npm:8.4.1"
filesize: "npm:10.1.2"
js-cookie: "npm:3.0.5"
validator: "npm:13.11.0"
validator: "npm:13.12.0"
peerDependencies:
date-fns: ^3
uuid: ^9
checksum: 10/80c8b07bd04f90b0ad399a673626a9299faefac381f78fff158110968191453e3cce7b8a77be0ffa19d98f6711b9be43269b993099367c98dc3ae196b28a5d1c
checksum: 10/83d6cefb4598b699b746b90ba8d7de61a10a685f47d6847fa1ee2a2a8b444a83510e1e8ee4b5dfba525af3a9eeee0e08088e45280b334988ade1da5defdb0adc
languageName: node
linkType: hard

Expand Down Expand Up @@ -7903,6 +7904,13 @@ __metadata:
languageName: node
linkType: hard

"filesize@npm:10.1.2":
version: 10.1.2
resolution: "filesize@npm:10.1.2"
checksum: 10/47830a299cc8cfe7b90089a6c37790d2334f3057b98efd891e1e2e1683c8076962d9bd1d600eb77bb9bc33f5e7c4682e07ccb62281b8833b923d39c5c322e983
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 @@ -8461,7 +8469,7 @@ __metadata:
"@emotion/react": "npm:11.11.4"
"@emotion/styled": "npm:11.11.5"
"@graasp/apps-query-client": "npm:^3.4.8"
"@graasp/sdk": "npm:4.1.0"
"@graasp/sdk": "npm:4.12.1"
"@graasp/ui": "npm:4.9.3"
"@mui/icons-material": "npm:5.15.15"
"@mui/lab": "npm:5.0.0-alpha.170"
Expand Down Expand Up @@ -13301,6 +13309,13 @@ __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

"vary@npm:~1.1.2":
version: 1.1.2
resolution: "vary@npm:1.1.2"
Expand Down
Loading