Skip to content

Commit

Permalink
Update @types/estree-jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 24, 2022
1 parent 37039df commit ff1d0f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const toJs =

const value = generate(tree, {
comments: true,
// @ts-expect-error: `generator` is fine!
generator: {...GENERATOR, ...handlers},
sourceMap
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"index.js"
],
"dependencies": {
"@types/estree-jsx": "^0.0.1",
"@types/estree-jsx": "^1.0.0",
"astring": "^1.8.0",
"source-map": "^0.7.0"
},
Expand Down

0 comments on commit ff1d0f4

Please sign in to comment.