Skip to content

Commit

Permalink
chore(deps): update dependency i18next to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 06a11ec commit cc0597d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"post-commit": "git status"
},
"peerDependencies": {
"i18next": "^23.8.1"
"i18next": "^23.8.1 || ^24.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
Expand All @@ -67,7 +67,7 @@
"eslint-plugin-import": "2.31.0",
"globals": "15.11.0",
"husky": "9.1.6",
"i18next": "23.15.2",
"i18next": "24.1.0",
"prettier": "3.3.3",
"tsc-alias": "1.8.10",
"typescript": "5.6.3",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -885,13 +885,13 @@ __metadata:
eslint-plugin-import: "npm:2.31.0"
globals: "npm:15.11.0"
husky: "npm:9.1.6"
i18next: "npm:23.15.2"
i18next: "npm:24.1.0"
prettier: "npm:3.3.3"
tsc-alias: "npm:1.8.10"
typescript: "npm:5.6.3"
unbuild: "npm:2.0.0"
peerDependencies:
i18next: ^23.8.1
i18next: ^23.8.1 || ^24.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3366,12 +3366,17 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.15.2":
version: 23.15.2
resolution: "i18next@npm:23.15.2"
"i18next@npm:24.1.0":
version: 24.1.0
resolution: "i18next@npm:24.1.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 10c0/6e079bf486ac24440c2e01f1852b518c3c7f2cf9754ab98c25c78e4bc50f5af936b7cbb3c566f60fbbc093ec14d7432d5320016376038bc23fc1167a03cdb6bc
peerDependencies:
typescript: ^5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/90cc4c31871755493cc78695f30c658b7a7d0d986d0b1c006346e5855822203f3a9f84485ce734778268f9c84ff767c7d75aed6d1674a7abdb848ea6b82df28e
languageName: node
linkType: hard

Expand Down

0 comments on commit cc0597d

Please sign in to comment.