diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b099f3..a34fef3 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@v4 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: version: ${{ matrix.nodejs-version }} - name: Build and test diff --git a/package.json b/package.json index 38baede..0dc6cd7 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": "^15.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": "^8.0.0", + "remark-cli": "^12.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..d06b8ae 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": "^11.0.0" } } diff --git a/packages/redot/package.json b/packages/redot/package.json index 65dd1ce..5c8013f 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": "^11.0.0" } }