Skip to content

Commit

Permalink
fix(deps): update dependency @graasp/translations to v1.21.1 (#428)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @graasp/translations to v1.21.1

* chore: upgrade i18next with translations

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: spaenleh <[email protected]>
  • Loading branch information
renovate[bot] and spaenleh authored Dec 4, 2023
1 parent 21ae141 commit 198afd2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"@graasp/chatbox": "3.0.0",
"@graasp/query-client": "2.1.0",
"@graasp/sdk": "3.3.0",
"@graasp/translations": "1.21.0",
"@graasp/translations": "1.21.1",
"@graasp/ui": "4.1.0",
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.19",
"@sentry/react": "7.84.0",
"i18next": "23.7.6",
"i18next": "23.7.7",
"lodash.truncate": "4.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,15 @@ __metadata:
languageName: node
linkType: hard

"@graasp/translations@npm:1.21.1":
version: 1.21.1
resolution: "@graasp/translations@npm:1.21.1"
dependencies:
i18next: "npm:23.7.7"
checksum: d95ac9cf2f2a587d6779d5b28f9c95f2f5410d3d28235b78cdf4e8ad36acd6b6ca4ac90831a6b28fecd91c6fad080f1230ab72c88295cf7742725bfa8a10c416
languageName: node
linkType: hard

"@graasp/ui@npm:4.1.0":
version: 4.1.0
resolution: "@graasp/ui@npm:4.1.0"
Expand Down Expand Up @@ -5343,7 +5352,7 @@ __metadata:
"@graasp/chatbox": "npm:3.0.0"
"@graasp/query-client": "npm:2.1.0"
"@graasp/sdk": "npm:3.3.0"
"@graasp/translations": "npm:1.21.0"
"@graasp/translations": "npm:1.21.1"
"@graasp/ui": "npm:4.1.0"
"@mui/icons-material": "npm:5.14.19"
"@mui/lab": "npm:5.0.0-alpha.151"
Expand Down Expand Up @@ -5374,7 +5383,7 @@ __metadata:
eslint-plugin-react-hooks: "npm:4.6.0"
http-status-codes: "npm:2.3.0"
husky: "npm:8.0.3"
i18next: "npm:23.7.6"
i18next: "npm:23.7.7"
lodash.truncate: "npm:4.4.2"
prettier: "npm:3.1.0"
react: "npm:18.2.0"
Expand Down Expand Up @@ -5672,6 +5681,15 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.7.7":
version: 23.7.7
resolution: "i18next@npm:23.7.7"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: c8d112f5bbe62b3402b0fc47094f85e6ae6f939ff0b3299c5f2b3d30e05125184ae3faa10abfc14e21ea7f8dc78526455c251dc7e5eb40cf1a204257f22e6071
languageName: node
linkType: hard

"iconv-lite@npm:^0.6.2":
version: 0.6.3
resolution: "iconv-lite@npm:0.6.3"
Expand Down

0 comments on commit 198afd2

Please sign in to comment.