Skip to content

Commit

Permalink
update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Aug 24, 2023
1 parent 95f9c6a commit c9c7a4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.2.6",
"i18next": "^23.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1"
"react-i18next": "^13.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"i18next-resources-for-ts": "1.2.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"i18next-resources-for-ts": "1.3.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit c9c7a4a

Please sign in to comment.