Add missing dependencies (#11170)

This commit is contained in:
Nicolò Ribaudo 2020-02-25 23:40:48 +01:00 committed by GitHub
parent afb0f489de
commit 0018881f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/eslint-shared-fixtures": "*",
"dedent": "^0.7.0",
"eslint": "^6.0.1",
"lodash.clonedeep": "^4.5.0"
}

View File

@ -14,6 +14,7 @@
"@babel/core": "^7.8.4",
"@babel/eslint-plugin-development": "^1.0.1",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",