Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-i18next to v15 #180

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -30,7 +30,7 @@
"lodash.uniqby": "4.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.3",
"react-i18next": "15.4.0",
"react-toastify": "10.0.5",
"typescript": "5.6.2"
},
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.25.0":
version: 7.26.0
resolution: "@babel/runtime@npm:7.26.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10/9f4ea1c1d566c497c052d505587554e782e021e6ccd302c2ad7ae8291c8e16e3f19d4a7726fb64469e057779ea2081c28b7dbefec6d813a22f08a35712c0f699
languageName: node
linkType: hard

"@babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0":
version: 7.25.0
resolution: "@babel/template@npm:7.25.0"
Expand Down Expand Up @@ -8148,7 +8157,7 @@ __metadata:
prettier: "npm:3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-i18next: "npm:14.1.3"
react-i18next: "npm:15.4.0"
react-toastify: "npm:10.0.5"
typescript: "npm:5.6.2"
uuid: "npm:10.0.0"
Expand Down Expand Up @@ -11022,11 +11031,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:14.1.3":
version: 14.1.3
resolution: "react-i18next@npm:14.1.3"
"react-i18next@npm:15.4.0":
version: 15.4.0
resolution: "react-i18next@npm:15.4.0"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@babel/runtime": "npm:^7.25.0"
html-parse-stringify: "npm:^3.0.1"
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -11036,7 +11045,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10/d0fa0f2717103c60758f9ddc1710e529f52e341465ca3f106ffa9168d88ad2db1bdbae58c77cca389933ae14bc39835abb37d1982049551ca15f6d310e2b3f57
checksum: 10/4b3666d819f01cf96a256af4419b26938d314e33c6388eafccc29f67ad02994e5d53e7bf82eac656cade7f7bcd04f4a237f0b293165d7eda91d62e3fde605a38
languageName: node
linkType: hard

Expand Down
Loading