Skip to content

Commit 5f4d04f

Browse files
refactor: add @types/estree explicitly, fix dynamic type imports (#4390)
* chore: add @types/estree explicitly * bump * fix type imports * refactor: simplify NodeWithFieldDefinition union type definition * order nit Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 903b464 commit 5f4d04f

3 files changed

Lines changed: 198 additions & 210 deletions

File tree

package-lock.json

Lines changed: 116 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@
6666
"@rollup/plugin-replace": "^3.0.1",
6767
"@rollup/plugin-typescript": "^8.3.0",
6868
"@rollup/pluginutils": "^4.1.2",
69+
"@types/estree": "0.0.51",
6970
"@types/node": "^10.17.60",
7071
"@types/signal-exit": "^3.0.1",
7172
"@types/yargs-parser": "^20.2.1",
72-
"@typescript-eslint/eslint-plugin": "^5.10.2",
73-
"@typescript-eslint/parser": "^5.10.2",
73+
"@typescript-eslint/eslint-plugin": "^5.11.0",
74+
"@typescript-eslint/parser": "^5.11.0",
7475
"acorn": "^8.7.0",
7576
"acorn-jsx": "^5.3.2",
7677
"acorn-walk": "^8.2.0",
@@ -101,7 +102,7 @@
101102
"pretty-bytes": "^5.6.0",
102103
"pretty-ms": "^7.0.1",
103104
"requirejs": "^2.3.6",
104-
"rollup": "^2.67.0",
105+
"rollup": "^2.67.1",
105106
"rollup-plugin-license": "^2.6.1",
106107
"rollup-plugin-string": "^3.0.0",
107108
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)