Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
Closes GH-6.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
remcohaszing authored Jun 15, 2023
1 parent fade9da commit c6e94f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
},
"devDependencies": {
"@types/escodegen": "^0.0.7",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"acorn": "^8.0.0",
"acorn-jsx": "^5.0.0",
"astring": "^1.0.0",
"c8": "^7.0.0",
"c8": "^8.0.0",
"escodegen": "^2.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"recast": "^0.22.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.53.0"
"typescript": "^5.0.0",
"xo": "^0.54.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand Down
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import test from 'node:test'
import {Parser} from 'acorn'
import jsx from 'acorn-jsx'
import {walk} from 'estree-walker'
// @ts-expect-error: typed incorrectly.
import {generate} from 'astring'
import recast from 'recast'
import escodegen from 'escodegen'
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2020"],
"module": "node16",
"newLine": "lf",
"strict": true,
"target": "es2020"
}
Expand Down

0 comments on commit c6e94f4

Please sign in to comment.