Skip to content

Commit 5c5f83c

Browse files
Replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
1 parent f13c5e5 commit 5c5f83c

3 files changed

Lines changed: 37 additions & 46 deletions

File tree

pnpm-lock.yaml

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

test-app-min-supported-classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@glimmer/component": "^1.1.2",
3333
"ember-functions-as-helper-polyfill": "2.1.3",
3434
"@nullvoxpopuli/ember-composable-helpers": "workspace:*",
35-
"babel-eslint": "^10.0.3",
35+
"@babel/eslint-parser": "^7.11.0",
3636
"broccoli-asset-rev": "^3.0.0",
3737
"chai": "^3.5.0",
3838
"ember-auto-import": "2.10.0",

test-app-min-supported/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@glimmer/component": "^1.1.2",
3333
"ember-functions-as-helper-polyfill": "2.1.3",
3434
"@nullvoxpopuli/ember-composable-helpers": "workspace:*",
35-
"babel-eslint": "^10.0.3",
35+
"@babel/eslint-parser": "^7.11.0",
3636
"broccoli-asset-rev": "^3.0.0",
3737
"chai": "^3.5.0",
3838
"ember-auto-import": "2.10.0",

0 commit comments

Comments
 (0)