Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

fix(deps): update dependency @graasp/ui to v3.0.0 #665

Merged
merged 1 commit into from
Jun 23, 2023
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 @@ -16,7 +16,7 @@
"@graasp/query-client": "1.0.0",
"@graasp/sdk": "1.0.0",
"@graasp/translations": "1.14.0",
"@graasp/ui": "3.0.0-rc.2",
"@graasp/ui": "3.0.0",
"@mui/icons-material": "5.11.16",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "5.13.5",
Expand Down
26 changes: 20 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3740,9 +3740,9 @@ __metadata:
languageName: node
linkType: hard

"@graasp/ui@npm:3.0.0-rc.2":
version: 3.0.0-rc.2
resolution: "@graasp/ui@npm:3.0.0-rc.2"
"@graasp/ui@npm:3.0.0":
version: 3.0.0
resolution: "@graasp/ui@npm:3.0.0"
dependencies:
"@graasp/sdk": 1.0.0-rc1
clsx: 1.2.1
Expand All @@ -3753,7 +3753,7 @@ __metadata:
qs: 6.11.2
quill-emoji: 0.2.0
react-cookie-consent: 7.4.1
react-quill: 2.0.0
react-quill: 2.0.0-beta.4
react-rnd: 10.4.1
react-text-mask: 5.5.0
uuid: 9.0.0
Expand All @@ -3775,7 +3775,7 @@ __metadata:
optional: true
ag-grid-react:
optional: true
checksum: e0af9d2dcf00612b05eaea8acfac2dd4a9b13803684f31e398cfc803fe4eed1d27ab1ba22c1f058246833435633cdc2788bcb0d710a70ac81d3f42661b40eb0a
checksum: 2d259666f692c23852706e413902415386ec86bcecbd9d9c5d87d004c8d7a4a44161f20de5325a85a552738a45c437582af4434e4f1bbda9f6e464e9ae2a8b6e
languageName: node
linkType: hard

Expand Down Expand Up @@ -11318,7 +11318,7 @@ __metadata:
"@graasp/query-client": 1.0.0
"@graasp/sdk": 1.0.0
"@graasp/translations": 1.14.0
"@graasp/ui": 3.0.0-rc.2
"@graasp/ui": 3.0.0
"@graasp/websockets": "github:graasp/graasp-websockets.git"
"@mui/icons-material": 5.11.16
"@mui/lab": 5.0.0-alpha.134
Expand Down Expand Up @@ -17698,6 +17698,20 @@ __metadata:
languageName: node
linkType: hard

"react-quill@npm:2.0.0-beta.4":
version: 2.0.0-beta.4
resolution: "react-quill@npm:2.0.0-beta.4"
dependencies:
"@types/quill": ^1.3.10
lodash: ^4.17.4
quill: ^1.3.7
peerDependencies:
react: ^16 || ^17
react-dom: ^16 || ^17
checksum: bec76caae579d199d47b475af2236321c902dd468bd9b6a688c6bc1b4c8ddcf8407348ae3a490f9e45b6e33dc7d0fffe026ccd595297440c2623964d5f466c29
languageName: node
linkType: hard

"react-redux@npm:^7.2.0":
version: 7.2.9
resolution: "react-redux@npm:7.2.9"
Expand Down