Skip to content

Commit b751e6d

Browse files
committed
npm: update i18next
1 parent 86f3e48 commit b751e6d

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.2.3
4+
5+
* New optional extended application layout for wider screens
6+
* book list: show freeform publication date text if possible instead of just the
7+
year. Sorting is using the oldest year in the freeform text.
8+
39
## 2.2.2
410

511
* Minor theme fixes for the dark mode

package-lock.json

+13-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tugraz/font-source-sans-pro": "^0.2.4",
6363
"@tugraz/web-components": "^0.3.6",
6464
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
65-
"i18next": "^23.0.0",
65+
"i18next": "^24.0.0",
6666
"jquery": "^3.5.1",
6767
"lit": "^2.7.0 || ^3.0.0",
6868
"select2": "^4.0.13",

packages/data-table-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"datatables.net-dt": "^1.12.1 <1.13",
5050
"datatables.net-responsive": "^2.3.0 <2.4",
5151
"datatables.net-responsive-dt": "^2.3.0 <2.4",
52-
"i18next": "^23.0.0",
52+
"i18next": "^24.0.0",
5353
"jquery": "^3.4.1",
5454
"jszip": "^3.2.2",
5555
"lit": "^3.1.0"

0 commit comments

Comments
 (0)