Skip to content

Commit 5140338

Browse files
fix(deps): update dependency i18next to v24 (#683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a12fe71 commit 5140338

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@uiw/react-codemirror": "^4.21.22",
4646
"date-fns": "^4.0.0",
4747
"file-saver": "^2.0.5",
48-
"i18next": "23.16.8",
48+
"i18next": "24.2.2",
4949
"liquidjs": "^10.10.1",
5050
"lodash.clone": "^4.5.0",
5151
"lodash.isequal": "^4.5.0",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -8504,7 +8504,7 @@ __metadata:
85048504
eslint-plugin-react-hooks: "npm:5.1.0"
85058505
file-saver: "npm:^2.0.5"
85068506
husky: "npm:9.1.7"
8507-
i18next: "npm:23.16.8"
8507+
i18next: "npm:24.2.2"
85088508
jsdom: "npm:^25.0.0"
85098509
liquidjs: "npm:^10.10.1"
85108510
lodash.clone: "npm:^4.5.0"
@@ -8787,12 +8787,17 @@ __metadata:
87878787
languageName: node
87888788
linkType: hard
87898789

8790-
"i18next@npm:23.16.8":
8791-
version: 23.16.8
8792-
resolution: "i18next@npm:23.16.8"
8790+
"i18next@npm:24.2.2":
8791+
version: 24.2.2
8792+
resolution: "i18next@npm:24.2.2"
87938793
dependencies:
87948794
"@babel/runtime": "npm:^7.23.2"
8795-
checksum: 10/d5c38011de4d3b4aa466fac6773520eb28007b9d6138e03432bfbfc0d041c04df45e15c67d96f22cd660088cc9b24d3eda32cddc9fb4c6508c5afada6c2e6290
8795+
peerDependencies:
8796+
typescript: ^5
8797+
peerDependenciesMeta:
8798+
typescript:
8799+
optional: true
8800+
checksum: 10/f66ed9e56d9412e59502f5df39163631daf9f1264774732fb21edbd66a528ca7a6b67dc2e2aec95683c6c7956e42c651587a54bd8ee082bd12008880ce6cd326
87968801
languageName: node
87978802
linkType: hard
87988803

0 commit comments

Comments
 (0)