Skip to content

Commit

Permalink
update next example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Sep 29, 2023
1 parent ea42ef3 commit c965f76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "next start -p ${PORT:=3000}"
},
"dependencies": {
"i18next": "22.4.10",
"react-i18next": "12.2.0",
"i18next-chained-backend": "4.2.0",
"i18next-http-backend": "2.1.1",
"i18next-localstorage-backend": "4.1.0",
"next": "13.2.3",
"next-i18next": "13.2.1"
"i18next": "23.5.1",
"react-i18next": "13.2.2",
"i18next-chained-backend": "4.5.0",
"i18next-http-backend": "2.2.2",
"i18next-localstorage-backend": "4.2.0",
"next": "13.5.3",
"next-i18next": "14.0.3"
},
"devDependencies": {
"prop-types": "15.8.1"
Expand Down

0 comments on commit c965f76

Please sign in to comment.