Skip to content

Commit

Permalink
update some deps in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 22, 2024
1 parent 3c0ada7 commit 429e9d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions example/fallback/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "commonjs",
"dependencies": {
"i18next": "20.3.0",
"i18next-chained-backend": "3.0.2",
"i18next-http-backend": "1.2.4",
"i18next-resources-to-backend": "1.0.0"
"i18next": "24.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "3.0.1",
"i18next-resources-to-backend": "1.2.1"
},
"devDependencies": {
"express": "4.20.0"
"express": "4.21.1"
}
}
6 changes: 3 additions & 3 deletions example/node/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "commonjs",
"dependencies": {
"i18next": "23.14.0",
"i18next-http-backend": "2.6.0"
"i18next": "24.0.0",
"i18next-http-backend": "3.0.1"
},
"devDependencies": {
"express": "4.20.0"
"express": "4.21.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-require-path-exists": "1.1.9",
"eslint-plugin-standard": "5.0.0",
"expect.js": "0.3.1",
"i18next": "23.16.8",
"i18next": "24.0.0",
"json-server": "0.17.4",
"json5": "2.2.3",
"jsonc-parser": "3.3.1",
Expand Down

0 comments on commit 429e9d8

Please sign in to comment.