Skip to content

Commit

Permalink
update i18next dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 21, 2024
1 parent 1c233f1 commit 09dc9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
deno: [ '1.x' ]
deno: [ '2.x', '1.x' ]
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
steps:
Expand Down
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.6",
"i18next": "23.16.8",
"json-server": "0.17.4",
"json5": "2.2.3",
"jsonc-parser": "3.3.1",
Expand Down

0 comments on commit 09dc9c9

Please sign in to comment.