Skip to content

Commit

Permalink
update deps in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jun 20, 2023
1 parent 82fe572 commit 8fc3eec
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions example/react-typescript/simple-multi-namespaces/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.0.1",
"i18next": "^23.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"i18next-resources-for-ts": "1.2.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
Expand Down
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,14 +3,14 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"i18next": "^23.0.1",
"i18next": "^23.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"i18next-resources-for-ts": "1.2.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
Expand Down
50 changes: 25 additions & 25 deletions example/react/package-lock.json

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

4 changes: 2 additions & 2 deletions example/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"i18next": "22.5.1",
"i18next": "23.2.1",
"i18next-browser-languagedetector": "7.0.2",
"i18next-http-backend": "2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.3.1",
"react-i18next": "13.0.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down

0 comments on commit 8fc3eec

Please sign in to comment.