Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent c09e4b2 commit 5f76020
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "^9.0.0",
"eslint-plugin-node": "^11.0.0",
"husky": "^9.0.0",
"lerna": "^8.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/redot-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/redot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"dependencies": {
"redot-parse": "^0.5.0",
"redot-stringify": "^0.5.0",
"unified": "^8.0.0"
"unified": "^11.0.0"
}
}

0 comments on commit 5f76020

Please sign in to comment.