From 09dc9c9cf47d05974fae1a54f27eb4164eaa2a2f Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 21 Nov 2024 09:13:26 +0100 Subject: [PATCH] update i18next dep --- .github/workflows/deno.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 3644d3f..656019f 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -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: diff --git a/package.json b/package.json index 48920b7..376c3c5 100644 --- a/package.json +++ b/package.json @@ -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",