Skip to content

Commit

Permalink
refactor: add @types/estree explicitly, fix dynamic type imports (#4390)
Browse files Browse the repository at this point in the history
* chore: add @types/estree explicitly

* bump

* fix type imports

* refactor: simplify NodeWithFieldDefinition union type definition

* order nit

Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
dnalborczyk and lukastaegert committed Feb 9, 2022
1 parent 903b464 commit 5f4d04f
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 210 deletions.
182 changes: 116 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -66,11 +66,12 @@
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@rollup/pluginutils": "^4.1.2",
"@types/estree": "0.0.51",
"@types/node": "^10.17.60",
"@types/signal-exit": "^3.0.1",
"@types/yargs-parser": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.2",
"acorn-walk": "^8.2.0",
Expand Down Expand Up @@ -101,7 +102,7 @@
"pretty-bytes": "^5.6.0",
"pretty-ms": "^7.0.1",
"requirejs": "^2.3.6",
"rollup": "^2.67.0",
"rollup": "^2.67.1",
"rollup-plugin-license": "^2.6.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 5f4d04f

Please sign in to comment.