Skip to content

Commit

Permalink
update deps for next exampe
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 1, 2023
1 parent bf930da commit 75b8d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions example/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"start": "next start -p ${PORT:=3000}"
},
"dependencies": {
"i18next": "23.5.1",
"react-i18next": "13.2.2",
"i18next": "23.6.0",
"react-i18next": "13.3.1",
"i18next-chained-backend": "4.5.0",
"i18next-http-backend": "2.2.2",
"i18next-http-backend": "2.3.1",
"i18next-localstorage-backend": "4.2.0",
"next": "13.5.3",
"next": "14.0.1",
"next-i18next": "14.0.3"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion example/next/pages/lazy-reload-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Footer } from '../components/Footer'
import { useEffect } from 'react'

const LazyReloadPage = () => {

const { t, i18n } = useTranslation(['lazy-reload-page', 'footer'], { bindI18n: 'languageChanged loaded' })
// bindI18n: loaded is needed because of the reloadResources call
// if all pages use the reloadResources mechanism, the bindI18n option can also be defined in next-i18next.config.js
Expand Down

0 comments on commit 75b8d22

Please sign in to comment.