Skip to content

Commit 792b767

Browse files
committed
Update dev-dependencies
1 parent 31e0d5f commit 792b767

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
name: ${{matrix.node}}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
1313
node-version: ${{matrix.node}}
1414
- run: npm install
1515
- run: npm test
16-
- uses: codecov/codecov-action@v3
16+
- uses: codecov/codecov-action@v4
1717
strategy:
1818
matrix:
1919
node:

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"devDependencies": {
5353
"@types/node": "^20.0.0",
5454
"acorn": "^8.0.0",
55-
"c8": "^8.0.0",
55+
"c8": "^9.0.0",
5656
"micromark-extension-mdx-jsx": "^3.0.0",
5757
"micromark-extension-mdx-md": "^2.0.0",
5858
"prettier": "^3.0.0",
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"type-coverage": "^2.0.0",
6262
"typescript": "^5.0.0",
63-
"xo": "^0.56.0"
63+
"xo": "^0.57.0"
6464
},
6565
"scripts": {
6666
"prepack": "npm run build && npm run format",
@@ -105,6 +105,7 @@
105105
],
106106
"prettier": true,
107107
"rules": {
108+
"logical-assignment-operators": "off",
108109
"unicorn/prefer-at": "off"
109110
}
110111
}

0 commit comments

Comments
 (0)