From 2d097369e15bdf73e28d17ad942a415842553241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 21:06:46 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yml | 4 ++-- package.json | 18 +++++++++--------- packages/redot-cli/package.json | 2 +- packages/redot/package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b099f3..50825df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: version: ${{ matrix.nodejs-version }} - name: Build and test diff --git a/package.json b/package.json index 38baede..02e8d24 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "devDependencies": { - "eslint": "^6.0.0", - "eslint-plugin-node": "^10.0.0", - "husky": "^3.0.0", - "lerna": "^3.0.0", - "lint-staged": "^9.0.0", + "eslint": "^8.0.0", + "eslint-plugin-node": "^11.0.0", + "husky": "^8.0.0", + "lerna": "^7.0.0", + "lint-staged": "^14.0.0", "npm-run-all": "^4.1.3", - "prettier-eslint-cli": "^5.0.0", - "remark-cli": "^7.0.0", - "remark-preset-lint-consistent": "^2.0.1", - "remark-preset-lint-recommended": "^3.0.1" + "prettier-eslint-cli": "^7.0.0", + "remark-cli": "^11.0.0", + "remark-preset-lint-consistent": "^5.0.0", + "remark-preset-lint-recommended": "^6.0.0" }, "scripts": { "precommit": "lint-staged", diff --git a/packages/redot-cli/package.json b/packages/redot-cli/package.json index db7bd98..85cbfcf 100644 --- a/packages/redot-cli/package.json +++ b/packages/redot-cli/package.json @@ -34,6 +34,6 @@ "homepage": "https://github.com/redotjs/redot#readme", "dependencies": { "redot": "^0.6.0", - "unified-args": "^7.0.0" + "unified-args": "^10.0.0" } } diff --git a/packages/redot/package.json b/packages/redot/package.json index 65dd1ce..e853494 100644 --- a/packages/redot/package.json +++ b/packages/redot/package.json @@ -37,6 +37,6 @@ "dependencies": { "redot-parse": "^0.5.0", "redot-stringify": "^0.5.0", - "unified": "^8.0.0" + "unified": "^10.0.0" } }