@babel/plugin-transform-unicode-regex
Advanced tools
Comparing version 7.0.0-rc.1 to 7.0.0-rc.2
{ | ||
"name": "@babel/plugin-transform-unicode-regex", | ||
"version": "7.0.0-rc.1", | ||
"version": "7.0.0-rc.2", | ||
"description": "Compile ES2015 Unicode regex to ES5", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-rc.1", | ||
"@babel/helper-regex": "7.0.0-rc.1", | ||
"@babel/helper-plugin-utils": "7.0.0-rc.2", | ||
"@babel/helper-regex": "7.0.0-rc.2", | ||
"regexpu-core": "^4.1.3" | ||
@@ -21,5 +21,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.1", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.1" | ||
"@babel/core": "7.0.0-rc.2", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@babel/helper-plugin-utils@7.0.0-rc.2(transitive)
+ Added@babel/helper-regex@7.0.0-rc.2(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-rc.1(transitive)
- Removed@babel/helper-regex@7.0.0-rc.1(transitive)