Skip to content

Commit 22a6508

Browse files
committed
Update dev-dependencies
1 parent 05c087b commit 22a6508

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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:

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,15 @@
5555
"@types/node": "^20.0.0",
5656
"@types/react": "^18.0.0",
5757
"@types/react-dom": "^18.0.0",
58-
"c8": "^9.0.0",
59-
"esbuild": "^0.20.0",
58+
"c8": "^10.0.0",
59+
"esbuild": "^0.23.0",
6060
"estree-util-visit": "^2.0.0",
6161
"hastscript": "^9.0.0",
6262
"prettier": "^3.0.0",
6363
"react": "^18.0.0",
6464
"react-dom": "^18.0.0",
6565
"remark-cli": "^12.0.0",
66-
"remark-gfm": "^4.0.0",
67-
"remark-preset-wooorm": "^9.0.0",
66+
"remark-preset-wooorm": "^10.0.0",
6867
"sval": "^0.5.0",
6968
"type-coverage": "^2.0.0",
7069
"typescript": "^5.0.0",
@@ -89,16 +88,7 @@
8988
},
9089
"remarkConfig": {
9190
"plugins": [
92-
"remark-preset-wooorm",
93-
[
94-
"remark-lint-list-item-indent",
95-
"space"
96-
],
97-
[
98-
"remark-preset-wooorm/node_modules/remark-gfm/index.js",
99-
false
100-
],
101-
"remark-gfm"
91+
"remark-preset-wooorm"
10292
]
10393
},
10494
"typeCoverage": {

0 commit comments

Comments
 (0)