From 8aea87dec523c8292d77e489b343171f59d3a225 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Wed, 23 Feb 2022 18:14:59 -0800 Subject: [PATCH] :arrow_up: dependencies --- .github/workflows/linux-napi.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- package.json | 14 +++++++------- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/linux-napi.yml b/.github/workflows/linux-napi.yml index 27715c0..8c6a505 100644 --- a/.github/workflows/linux-napi.yml +++ b/.github/workflows/linux-napi.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12, 14] + node-version: [12, 14, 16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 49ba653..7186056 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15, 16] + node-version: [15, 16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0c375de..8a47492 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -6,7 +6,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [15, 16] + node-version: [15, 16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c160d11..d811ade 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -6,7 +6,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [16] + node-version: [16, 17] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index dc08a96..8c3fb6b 100644 --- a/package.json +++ b/package.json @@ -47,15 +47,15 @@ "devDependencies": { "@drom/eslint-config": "^0.10.0", "browserify": "^17.0.0", - "chai": "^4.3.4", - "eslint": "^8.0.0", - "fs-extra": "^10.0.0", - "http-server": "^13.0.2", + "chai": "^4.3.6", + "eslint": "^8.9.0", + "fs-extra": "^10.0.1", + "http-server": "^14.1.0", "llparse-dot": "^1.0.1", - "mocha": "^9.1.2", - "node-gyp": "^8.2.0", + "mocha": "^9.2.1", + "node-gyp": "^8.4.1", "nyc": "^15.1.0", - "terser": "^5.9.0", + "terser": "^5.11.0", "watchify": "^4.0.0" }, "eslintConfig": {