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 Apr 15, 2024
1 parent 5c76bce commit e6056d0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions examples/auto-static-optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.7.13",
"i18next": "23.11.2",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.5.0",
"i18next-localstorage-backend": "^4.2.0",
"next": "^14.0.4",
"next-i18next": "^15.1.2",
"next": "^14.2.1",
"next-i18next": "^15.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0"
"react-i18next": "^14.1.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.0.4",
"i18next-resources-for-ts": "1.4.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint-config-next": "^14.2.1",
"i18next-resources-for-ts": "1.5.0",
"picocolors": "^1.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
20 changes: 10 additions & 10 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.7.13",
"next": "^14.0.4",
"next-i18next": "^15.1.2",
"i18next": "23.11.2",
"next": "^14.2.1",
"next-i18next": "^15.3.0",
"react": "^18.2.0",
"react-i18next": "^14.0.0",
"react-i18next": "^14.1.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.0.4",
"i18next-resources-for-ts": "1.4.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint-config-next": "^14.2.1",
"i18next-resources-for-ts": "1.5.0",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.7.13",
"next": "14.0.4",
"next-i18next": "^15.1.2",
"i18next": "23.11.2",
"next": "14.2.1",
"next-i18next": "^15.3.0",
"next-language-detector": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0"
"react-i18next": "^14.1.0"
},
"devDependencies": {
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.2.1",
"http-server": "14.1.1",
"locize-cli": "7.15.1",
"locize-cli": "8.0.1",
"rimraf": "^5.0.5"
}
}

0 comments on commit e6056d0

Please sign in to comment.