Skip to content

Commit c6e94f4

Browse files
authored
Update dev-dependencies
Closes GH-6. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent fade9da commit c6e94f4

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@
4747
},
4848
"devDependencies": {
4949
"@types/escodegen": "^0.0.7",
50-
"@types/node": "^18.0.0",
50+
"@types/node": "^20.0.0",
5151
"acorn": "^8.0.0",
5252
"acorn-jsx": "^5.0.0",
5353
"astring": "^1.0.0",
54-
"c8": "^7.0.0",
54+
"c8": "^8.0.0",
5555
"escodegen": "^2.0.0",
5656
"nyc": "^15.0.0",
5757
"prettier": "^2.0.0",
5858
"recast": "^0.22.0",
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"type-coverage": "^2.0.0",
62-
"typescript": "^4.0.0",
63-
"xo": "^0.53.0"
62+
"typescript": "^5.0.0",
63+
"xo": "^0.54.0"
6464
},
6565
"scripts": {
6666
"prepack": "npm run build && npm run format",

test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import test from 'node:test'
33
import {Parser} from 'acorn'
44
import jsx from 'acorn-jsx'
55
import {walk} from 'estree-walker'
6-
// @ts-expect-error: typed incorrectly.
76
import {generate} from 'astring'
87
import recast from 'recast'
98
import escodegen from 'escodegen'

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"declaration": true,
77
"emitDeclarationOnly": true,
88
"exactOptionalPropertyTypes": true,
9-
"forceConsistentCasingInFileNames": true,
109
"lib": ["es2020"],
1110
"module": "node16",
12-
"newLine": "lf",
1311
"strict": true,
1412
"target": "es2020"
1513
}

0 commit comments

Comments
 (0)