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 graasp packages (patch) #36

Merged
merged 1 commit into from
Jun 12, 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/apps-query-client": "3.4.15",
"@graasp/sdk": "4.12.0",
"@graasp/ui": "4.19.0",
"@graasp/sdk": "4.12.2",
"@graasp/ui": "4.19.3",
"@mui/icons-material": "5.15.18",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.18",
Expand Down
47 changes: 31 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ __metadata:
version: 8
cacheKey: 10

"@ag-grid-community/client-side-row-model@npm:31.3.1":
version: 31.3.1
resolution: "@ag-grid-community/client-side-row-model@npm:31.3.1"
"@ag-grid-community/client-side-row-model@npm:31.3.2":
version: 31.3.2
resolution: "@ag-grid-community/client-side-row-model@npm:31.3.2"
dependencies:
"@ag-grid-community/core": "npm:31.3.1"
"@ag-grid-community/core": "npm:31.3.2"
tslib: "npm:^2.3.0"
checksum: 10/39e313831fa91062bcfa978b55690cc2728d091b44a26a9df3cf1e20aa4f97ba3ee6f49dde938f470db99b5d802e23d63b93510b2abad264f85b14fe3b405cf1
checksum: 10/305c8d46604c35f7e8d6ee8fad1db1d14babb4eff40c2c457abd4134f4a43eb81cbdcc1c3343ddabd3af166efaf19750d654195faa01ab9d6906192a0f7422e0
languageName: node
linkType: hard

"@ag-grid-community/core@npm:31.3.1":
version: 31.3.1
resolution: "@ag-grid-community/core@npm:31.3.1"
"@ag-grid-community/core@npm:31.3.2":
version: 31.3.2
resolution: "@ag-grid-community/core@npm:31.3.2"
dependencies:
tslib: "npm:^2.3.0"
checksum: 10/03caf838d0a23cbbe2701322bd4e98d62931d35c04e2e77a074ab5cabc7e862acb4a09e774ee321f5dd267ca768e378907ef7ddbcdbe90e4b5646054becbd108
checksum: 10/1293814e121c08527ca07f544d9c58e7e35db08f42111363f714f38c56db943273942f00cc42714c462f8091e1c987c8d492232e82c91da731dfb280219d031a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2418,11 +2418,26 @@ __metadata:
languageName: node
linkType: hard

"@graasp/ui@npm:4.19.0":
version: 4.19.0
resolution: "@graasp/ui@npm:4.19.0"
"@graasp/sdk@npm:4.12.2":
version: 4.12.2
resolution: "@graasp/sdk@npm:4.12.2"
dependencies:
"@ag-grid-community/client-side-row-model": "npm:31.3.1"
"@faker-js/faker": "npm:8.4.1"
filesize: "npm:10.1.2"
js-cookie: "npm:3.0.5"
validator: "npm:13.12.0"
peerDependencies:
date-fns: ^3
uuid: ^9 || ^10.0.0
checksum: 10/c345510c953b51706a1be1ea30dd04b9f7aea28471dfb6bcf2c6bbffda6d020dcc12fa3ab6a630beab432601e1319808078874d0af13ac6807904dcc0e30efd1
languageName: node
linkType: hard

"@graasp/ui@npm:4.19.3":
version: 4.19.3
resolution: "@graasp/ui@npm:4.19.3"
dependencies:
"@ag-grid-community/client-side-row-model": "npm:31.3.2"
"@ag-grid-community/react": "npm:^31.3.1"
"@ag-grid-community/styles": "npm:^31.3.1"
"@storybook/react-vite": "npm:8.1.3"
Expand Down Expand Up @@ -2453,7 +2468,7 @@ __metadata:
react-router-dom: ^6.11.0
stylis: ^4.1.3
stylis-plugin-rtl: ^2.1.1
checksum: 10/48dc536e60bc3ae1ce2285b7d6174f82c6726bc40473bbf43ac9d3b76e85ed64d23fa42e5340c947b0036fac6863b8d80e55ffbd24c17e722557474f2eaece49
checksum: 10/b725707ad4795fdc2b9b8a5981b0b40d2f33f60eab9b6c8fb4076d51ca9fb7dc0e157ca440f665c177a834ef4ba97c2838ebbcda3d03d41ab1368c47cfeb9b67
languageName: node
linkType: hard

Expand Down Expand Up @@ -7718,8 +7733,8 @@ __metadata:
"@emotion/react": "npm:11.11.4"
"@emotion/styled": "npm:11.11.5"
"@graasp/apps-query-client": "npm:3.4.15"
"@graasp/sdk": "npm:4.12.0"
"@graasp/ui": "npm:4.19.0"
"@graasp/sdk": "npm:4.12.2"
"@graasp/ui": "npm:4.19.3"
"@mui/icons-material": "npm:5.15.18"
"@mui/lab": "npm:5.0.0-alpha.170"
"@mui/material": "npm:5.15.18"
Expand Down
Loading