Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

fix(deps): update dependency i18next to v23.9.0 #501

Merged
merged 1 commit into from
Feb 21, 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sentry/react": "7.101.1",
"classnames": "2.5.1",
"date-fns": "3.3.1",
"i18next": "23.8.2",
"i18next": "23.9.0",
"katex": "0.16.9",
"lodash.truncate": "4.4.2",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6603,7 +6603,7 @@ __metadata:
eslint-plugin-react-hooks: "npm:4.6.0"
http-status-codes: "npm:2.3.0"
husky: "npm:9.0.11"
i18next: "npm:23.8.2"
i18next: "npm:23.9.0"
katex: "npm:0.16.9"
lodash.truncate: "npm:4.4.2"
prettier: "npm:3.2.5"
Expand Down Expand Up @@ -6923,12 +6923,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.8.2":
version: 23.8.2
resolution: "i18next@npm:23.8.2"
"i18next@npm:23.9.0":
version: 23.9.0
resolution: "i18next@npm:23.9.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 10/594c4d5bafd9ac0073a5f2c0ccb40b157571857d43f7f22949a5ab6ea07e6e6f7e39058ddee6e7396369b54d5d741e76cba59c0d5c23ce0ab99e06b249c66f5e
checksum: 10/7b91f22560a07b2e3f874de30ce3f875cd19beb4657b0f4ac2f805554f9c44bea3552b6cf933f64c83baa1e9a0d8f85110711b4e96354b3b4d79c039b6b7373f
languageName: node
linkType: hard

Expand Down
Loading