v7.0.0-beta.45

This commit is contained in:
Henry Zhu
2018-04-22 21:55:16 -04:00
parent 0bb71caad3
commit b414387bb1
141 changed files with 850 additions and 850 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-dotall-regex",
"version": "7.0.0-beta.44",
"version": "7.0.0-beta.45",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
@@ -21,15 +21,15 @@
},
"bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.44",
"@babel/helper-regex": "7.0.0-beta.44",
"@babel/helper-plugin-utils": "7.0.0-beta.45",
"@babel/helper-regex": "7.0.0-beta.45",
"regexpu-core": "^4.1.3"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.44"
"@babel/core": "7.0.0-beta.45"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.44",
"@babel/helper-plugin-test-runner": "7.0.0-beta.44"
"@babel/core": "7.0.0-beta.45",
"@babel/helper-plugin-test-runner": "7.0.0-beta.45"
}
}