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

build(deps): bump react-i18next from 14.1.1 to 15.0.2 #68

Merged
merged 1 commit into from
Oct 10, 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 packages/dev-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-circular-progressbar": "2.0.3",
"react-copy-to-clipboard": "5.0.3",
"react-dom": "17.0.2",
"react-i18next": "^14.1.1",
"react-i18next": "^15.0.2",
"react-modal": "^3.15.1",
"react-router-dom": "5.2.0",
"recharts": "2.1.10",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9":
"@babel/runtime@npm:^7.23.2":
version: 7.24.4
resolution: "@babel/runtime@npm:7.24.4"
dependencies:
Expand All @@ -290,6 +290,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.25.0":
version: 7.25.6
resolution: "@babel/runtime@npm:7.25.6"
dependencies:
regenerator-runtime: ^0.14.0
checksum: ee1a69d3ac7802803f5ee6a96e652b78b8addc28c6a38c725a4ad7d61a059d9e6cb9f6550ed2f63cce67a1bd82e0b1ef66a1079d895be6bfb536a5cfbd9ccc32
languageName: node
linkType: hard

"@babel/template@npm:^7.20.7":
version: 7.20.7
resolution: "@babel/template@npm:7.20.7"
Expand Down Expand Up @@ -2121,7 +2130,7 @@ __metadata:
react-circular-progressbar: 2.0.3
react-copy-to-clipboard: 5.0.3
react-dom: 17.0.2
react-i18next: ^14.1.1
react-i18next: ^15.0.2
react-modal: ^3.15.1
react-router-dom: 5.2.0
recharts: 2.1.10
Expand Down Expand Up @@ -21607,11 +21616,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^14.1.1":
version: 14.1.1
resolution: "react-i18next@npm:14.1.1"
"react-i18next@npm:^15.0.2":
version: 15.0.2
resolution: "react-i18next@npm:15.0.2"
dependencies:
"@babel/runtime": ^7.23.9
"@babel/runtime": ^7.25.0
html-parse-stringify: ^3.0.1
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -21621,7 +21630,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: e1a00f82f355c439bc9e98cb8bc6fccbab769fa8f0e5da1545cfb262dc228183615aa89bad91b90db6d8de1949bb54f0c1655aec04c8947daf8383af07b1eff3
checksum: 2694433e44548ef116c1ed6d0a4a08194230ae36e2f02c9775565ad181f274291769c2ec308c168125111c67e84523a465f9cff66d775641cbf6a0f826f7ef44
languageName: node
linkType: hard

Expand Down
Loading