Skip to content

Commit 09dc9c9

Browse files
committed
update i18next dep
1 parent 1c233f1 commit 09dc9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deno.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
deno: [ '1.x' ]
14+
deno: [ '2.x', '1.x' ]
1515
# os: [ubuntu-latest, windows-latest, macOS-latest]
1616
os: [ubuntu-latest]
1717
steps:

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.6",
48+
"i18next": "23.16.8",
4949
"json-server": "0.17.4",
5050
"json5": "2.2.3",
5151
"jsonc-parser": "3.3.1",

0 commit comments

Comments
 (0)