Skip to content

Commit 122f5ff

Browse files
committed
Update dev-dependencies
1 parent 02b0ca6 commit 122f5ff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"devDependencies": {
4444
"@types/lodash": "^4.0.0",
4545
"@types/mdast": "^3.0.0",
46-
"@types/node": "^18.0.0",
47-
"c8": "^7.0.0",
46+
"@types/node": "^20.0.0",
47+
"c8": "^8.0.0",
4848
"fast-check": "^3.0.0",
4949
"lodash": "^4.0.0",
5050
"prettier": "^2.0.0",
5151
"remark-cli": "^11.0.0",
5252
"remark-preset-wooorm": "^9.0.0",
53-
"tsd": "^0.25.0",
53+
"tsd": "^0.28.0",
5454
"type-coverage": "^2.0.0",
55-
"typescript": "^4.0.0",
55+
"typescript": "^5.0.0",
5656
"unified": "^10.0.0",
57-
"xo": "^0.53.0"
57+
"xo": "^0.54.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",

test/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test('is', async (t) => {
122122
assert.equal(calls, 1)
123123

124124
/**
125-
* @this {context}
125+
* @this {unknown}
126126
* @param {Node} a
127127
* @param {number | null | undefined} b
128128
* @param {Parent | null | undefined} c
@@ -147,7 +147,7 @@ test('is', async (t) => {
147147
assert.equal(calls, 1)
148148

149149
/**
150-
* @this {context}
150+
* @this {unknown}
151151
* @param {Node} a
152152
* @param {number | null | undefined} b
153153
* @param {Parent | null | undefined} c

0 commit comments

Comments
 (0)