Merge pull request #96 from batuhan-basoglu/dependabot/npm_and_yarn/react-i18next-13.0.0

Bump react-i18next from 12.3.1 to 13.0.0
This commit is contained in:
Batuhan Berk Başoğlu 2023-06-18 23:36:35 -04:00 committed by GitHub
commit d981f291db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View file

@ -39,7 +39,7 @@
"react-form-with-constraints-bootstrap4": "^0.16.1",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"react-i18next": "^13.0.0",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
@ -17309,15 +17309,15 @@
}
},
"node_modules/react-i18next": {
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz",
"integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz",
"integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
"i18next": ">= 19.0.0",
"i18next": ">= 23.0.1",
"react": ">= 16.8.0"
},
"peerDependenciesMeta": {
@ -33154,11 +33154,11 @@
"requires": {}
},
"react-i18next": {
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz",
"integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz",
"integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==",
"requires": {
"@babel/runtime": "^7.20.6",
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"
}
},

View file

@ -33,7 +33,7 @@
"react-form-with-constraints-bootstrap4": "^0.16.1",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"react-i18next": "^13.0.0",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",