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/plugin-transform-named-capturing-groups-regex",
"version": "7.4.5",
"version": "7.6.0",
"description": "Compile regular expressions using named groups to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
@@ -20,7 +20,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/core": "^7.6.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"core-js-pure": "^3.0.0"
}