Skip to content

Commit

Permalink
examples: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Sep 7, 2023
1 parent a9a2c18 commit 1ff5cab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions example/react-typescript/simple-multi-namespaces/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.2.6",
"i18next": "^23.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1"
"react-i18next": "^13.2.2"
},
"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.2",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
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,17 +3,17 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"i18next": "^23.4.5",
"i18next": "^23.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.0"
"react-i18next": "^13.2.2"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"i18next-resources-for-ts": "1.3.0",
"i18next-resources-for-ts": "1.3.2",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 1ff5cab

Please sign in to comment.