Skip to content

Commit

Permalink
fix(deps): update @graasp/query-client to 1.1.1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jun 29, 2023
1 parent 215b2fa commit 343e6a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graasp/chatbox": "link:..",
"@graasp/query-client": "github:graasp/graasp-query-client#use-query-client",
"@graasp/query-client": "1.1.1",
"@mui/icons-material": "link:../node_modules/@mui/icons-material",
"@mui/material": "link:../node_modules/@mui/material",
"immutable": "link:../node_modules/immutable",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@cypress/react": "7.0.3",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graasp/query-client": "github:graasp/graasp-query-client#use-query-client",
"@graasp/query-client": "1.1.1",
"@graasp/sdk": "1.1.0",
"@graasp/translations": "1.15.0",
"@graasp/ui": "3.2.0",
Expand Down
25 changes: 8 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@ __metadata:
"@cypress/react": 7.0.3
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
"@graasp/query-client": "github:graasp/graasp-query-client#use-query-client"
"@graasp/query-client": 1.1.1
"@graasp/sdk": 1.1.0
"@graasp/translations": 1.15.0
"@graasp/ui": 3.2.0
Expand Down Expand Up @@ -3815,12 +3815,12 @@ __metadata:
languageName: node
linkType: hard

"@graasp/query-client@github:graasp/graasp-query-client#use-query-client":
version: 1.0.1
resolution: "@graasp/query-client@https://github.com/graasp/graasp-query-client.git#commit=853114943c53da9823b7b233a129d442b35c4382"
"@graasp/query-client@npm:1.1.1":
version: 1.1.1
resolution: "@graasp/query-client@npm:1.1.1"
dependencies:
"@graasp/sdk": 1.0.0
"@graasp/translations": 1.13.0
"@graasp/sdk": 1.1.1
"@graasp/translations": 1.15.0
axios: 0.27.2
crypto-js: 4.1.1
http-status-codes: 2.2.0
Expand All @@ -3830,7 +3830,7 @@ __metadata:
uuid: 9.0.0
peerDependencies:
react: ^17.0.0
checksum: 3edd1d8081fdd6d8d36499747bfcfc42e6641552a672f3df07dab9b20c661b1849aaa8de25eef698a3247c8d23ff9355be698153bc9883d6427cea9b29afe3a3
checksum: 0cee4e1b1353b3702efcd5ef2c80aedb6a6e53ed670114e2611ae4263e57c9d2f916716b0098ce79ef779cc2e9207ad2972915a06f21a208a540978951328e82
languageName: node
linkType: hard

Expand All @@ -3853,15 +3853,6 @@ __metadata:
languageName: node
linkType: hard

"@graasp/translations@npm:1.13.0":
version: 1.13.0
resolution: "@graasp/translations@npm:1.13.0"
dependencies:
i18next: 22.4.15
checksum: 319a62cf134e7427f31ba8fb7e9e91b536b9e97b05f773f0d459c42ab933a54c9175af3aa5017b82fcfdf91b934e5faf0f6a7c6dfb98e0b788698ebf2a9a64e1
languageName: node
linkType: hard

"@graasp/translations@npm:1.15.0":
version: 1.15.0
resolution: "@graasp/translations@npm:1.15.0"
Expand Down Expand Up @@ -10898,7 +10889,7 @@ __metadata:
dependencies:
"@babel/plugin-syntax-object-rest-spread": 7.8.3
"@graasp/chatbox": "link:.."
"@graasp/query-client": "github:graasp/graasp-query-client#use-query-client"
"@graasp/query-client": 1.1.1
"@mui/icons-material": "link:../node_modules/@mui/icons-material"
"@mui/material": "link:../node_modules/@mui/material"
"@types/jest": "link:../node_modules/@types/jest"
Expand Down

0 comments on commit 343e6a7

Please sign in to comment.