Skip to content

Commit 429e9d8

Browse files
committed
update some deps in the examples
1 parent 3c0ada7 commit 429e9d8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

example/fallback/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"type": "commonjs",
33
"dependencies": {
4-
"i18next": "20.3.0",
5-
"i18next-chained-backend": "3.0.2",
6-
"i18next-http-backend": "1.2.4",
7-
"i18next-resources-to-backend": "1.0.0"
4+
"i18next": "24.0.0",
5+
"i18next-chained-backend": "4.6.2",
6+
"i18next-http-backend": "3.0.1",
7+
"i18next-resources-to-backend": "1.2.1"
88
},
99
"devDependencies": {
10-
"express": "4.20.0"
10+
"express": "4.21.1"
1111
}
1212
}

example/node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"type": "commonjs",
33
"dependencies": {
4-
"i18next": "23.14.0",
5-
"i18next-http-backend": "2.6.0"
4+
"i18next": "24.0.0",
5+
"i18next-http-backend": "3.0.1"
66
},
77
"devDependencies": {
8-
"express": "4.20.0"
8+
"express": "4.21.1"
99
}
1010
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-require-path-exists": "1.1.9",
4646
"eslint-plugin-standard": "5.0.0",
4747
"expect.js": "0.3.1",
48-
"i18next": "23.16.8",
48+
"i18next": "24.0.0",
4949
"json-server": "0.17.4",
5050
"json5": "2.2.3",
5151
"jsonc-parser": "3.3.1",

0 commit comments

Comments
 (0)