Skip to content

Commit

Permalink
update i18next dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 28, 2023
1 parent 6dbdd8b commit aab64cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions example/react-typescript/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"i18next": "^23.7.6",
"i18next": "^23.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.4.1"
"react-i18next": "^13.5.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"i18next-resources-for-ts": "1.4.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.3"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^8.0.3",
"i18next": "^23.7.6",
"i18next": "^23.7.7",
"jest": "^24.8.0",
"jest-cli": "^24.8.4",
"lint-staged": "^8.1.3",
Expand Down

0 comments on commit aab64cc

Please sign in to comment.