This commit is contained in:
Nicolò Ribaudo
2019-09-23 23:14:37 +02:00
parent 69d00dc5b0
commit b9cb4af953
24 changed files with 76 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.6.1",
"version": "7.6.2",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -19,7 +19,7 @@
"compiler"
],
"dependencies": {
"@babel/register": "^7.6.0",
"@babel/register": "^7.6.2",
"commander": "^2.8.1",
"core-js": "^3.2.1",
"lodash": "^4.17.13",
@@ -31,8 +31,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/helper-fixtures": "^7.6.0",
"@babel/core": "^7.6.2",
"@babel/helper-fixtures": "^7.6.2",
"fs-readdir-recursive": "^1.0.0",
"output-file-sync": "^2.0.0"
},