Skip to content

Commit 0018881

Browse files
Add missing dependencies (#11170)
1 parent afb0f48 commit 0018881

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eslint/babel-eslint-parser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"devDependencies": {
3131
"@babel/core": "^7.2.0",
3232
"@babel/eslint-shared-fixtures": "*",
33+
"dedent": "^0.7.0",
3334
"eslint": "^6.0.1",
3435
"lodash.clonedeep": "^4.5.0"
3536
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@babel/core": "^7.8.4",
1515
"@babel/eslint-plugin-development": "^1.0.1",
1616
"@babel/plugin-proposal-class-properties": "^7.8.3",
17+
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
1718
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
1819
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
1920
"@babel/plugin-proposal-numeric-separator": "^7.8.3",

0 commit comments

Comments
 (0)