This commit is contained in:
Nicolò Ribaudo
2019-09-06 19:25:16 +02:00
parent 42e5974fd4
commit cbd5a26e57
34 changed files with 117 additions and 117 deletions

View File

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