Skip to content

Commit

Permalink
update deps of ts example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 13, 2023
1 parent 0fdd3a8 commit e874255
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example/react-typescript/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"i18next": "^23.5.0",
"i18next": "^23.7.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2"
"react-i18next": "^13.4.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"i18next-resources-for-ts": "1.3.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"i18next-resources-for-ts": "1.4.0",
"react-scripts": "5.0.1",
"typescript": "^5.2.2"
"typescript": "^4.9.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit e874255

Please sign in to comment.