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 May 6, 2024
1 parent 07262d3 commit 6b18b6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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": "23.6.0",
"react-i18next": "13.3.1",
"i18next-chained-backend": "4.5.0",
"i18next-http-backend": "2.3.1",
"i18next": "23.11.3",
"react-i18next": "14.1.1",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.1",
"i18next-localstorage-backend": "4.2.0",
"next": "14.0.1",
"next-i18next": "15.0.0"
"next": "14.2.3",
"next-i18next": "15.3.0"
},
"devDependencies": {
"prop-types": "15.8.1"
Expand Down

0 comments on commit 6b18b6f

Please sign in to comment.