Skip to content

Commit

Permalink
Bump react-i18next from 15.0.0 to 15.0.1 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad authored Aug 10, 2024
1 parent e2796bd commit 0e95139
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "22.1.0",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"babel-jest": "29.7.0",
Expand All @@ -56,7 +56,7 @@
"raf": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.0",
"react-i18next": "15.0.1",
"react-iframe": "1.8.5",
"react-modal": "3.16.1",
"react-test-renderer": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/wait-deploy-completed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ main() {
done
}

main $@
main "$@"
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2521,7 +2521,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.1.0":
"@types/node@npm:*":
version: 22.1.0
resolution: "@types/node@npm:22.1.0"
dependencies:
Expand All @@ -2530,6 +2530,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.2.0":
version: 22.2.0
resolution: "@types/node@npm:22.2.0"
dependencies:
undici-types: "npm:~6.13.0"
checksum: 10c0/c17900b34faecfec204f72970bd658d0c217aaf739c1bf7690c969465b6b26b77a8be1cd9ba735aadbd1dd20b5c3e4f406ec33528bf7c6eec90744886c5d5608
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.12
resolution: "@types/prop-types@npm:15.7.12"
Expand Down Expand Up @@ -3420,7 +3429,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/react": "npm:16.0.0"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:22.1.0"
"@types/node": "npm:22.2.0"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
babel-jest: "npm:29.7.0"
Expand All @@ -3441,7 +3450,7 @@ __metadata:
react: "npm:18.3.1"
react-bootstrap: "npm:2.10.4"
react-dom: "npm:18.3.1"
react-i18next: "npm:15.0.0"
react-i18next: "npm:15.0.1"
react-iframe: "npm:1.8.5"
react-modal: "npm:3.16.1"
react-test-renderer: "npm:18.3.1"
Expand Down Expand Up @@ -7202,9 +7211,9 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:15.0.0":
version: 15.0.0
resolution: "react-i18next@npm:15.0.0"
"react-i18next@npm:15.0.1":
version: 15.0.1
resolution: "react-i18next@npm:15.0.1"
dependencies:
"@babel/runtime": "npm:^7.24.8"
html-parse-stringify: "npm:^3.0.1"
Expand All @@ -7216,7 +7225,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10c0/d62a817818f8b16c87b68b3c2563a628d983e6ecbe37d9baa29f276dd8fdfee180abc101efa551a13f1c4839dd2c5bc9b2b24996d231686d9e5e79d9327900a7
checksum: 10c0/74ed8903cb0dbc4d05f8eef176eba2d60ffad65c48bf6695e8294d70dd035563ebdb52b012319ef2835010fe4ccfc95a3e431d5b22d2b0a264141299aa6beb30
languageName: node
linkType: hard

Expand Down

0 comments on commit 0e95139

Please sign in to comment.