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

Bump react-i18next from 13.5.0 to 15.0.0 in /mini-app #170

Merged
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
16 changes: 8 additions & 8 deletions mini-app/.pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion mini-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-i18next": "^13.3.1"
"react-i18next": "^15.0.0"
},
"devDependencies": {
"@types/node": "18.18.2",
Expand Down
14 changes: 7 additions & 7 deletions mini-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __metadata:
version: 8
cacheKey: 10

"@babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.23.2":
"@babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.24.8":
version: 7.24.8
resolution: "@babel/runtime@npm:7.24.8"
dependencies:
Expand Down Expand Up @@ -2883,7 +2883,7 @@ __metadata:
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-fast-marquee: "npm:^1.6.2"
react-i18next: "npm:^13.3.1"
react-i18next: "npm:^15.0.0"
style-loader: "npm:^3.3.3"
ts-loader: "npm:^9.5.1"
ts-node: "npm:^10.9.1"
Expand Down Expand Up @@ -3611,11 +3611,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^13.3.1":
version: 13.5.0
resolution: "react-i18next@npm:13.5.0"
"react-i18next@npm:^15.0.0":
version: 15.0.0
resolution: "react-i18next@npm:15.0.0"
dependencies:
"@babel/runtime": "npm:^7.22.5"
"@babel/runtime": "npm:^7.24.8"
html-parse-stringify: "npm:^3.0.1"
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -3625,7 +3625,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10/903b486d112cd0aa40bdc3afaefd0c32b91c0a1e3e3561367c8d91ddc0fbad9945f1d630c3ddcd4764795fc00e0887252e2d337256a825caf3a86de038f6b2db
checksum: 10/5f3e60250179a6e28c61396099b4a9b66f65a484415b1f1c86e538a9242a84a0bf706e5218b9909351c95c28dda423dd741c014a0b503641e1ce03994b81df19
languageName: node
linkType: hard

Expand Down
Loading