Skip to content

Commit

Permalink
example: update dependencies in ts simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jul 15, 2024
1 parent b1ad62a commit 1361608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/react-typescript/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"i18next": "^23.7.7",
"i18next": "^23.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0"
"react-i18next": "^14.1.2"
},
"devDependencies": {
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"i18next-resources-for-ts": "1.4.0",
"i18next-resources-for-ts": "1.5.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.3"
},
Expand Down

0 comments on commit 1361608

Please sign in to comment.