@babel/plugin-transform-unicode-sets-regex
Advanced tools
Comparing version 8.0.0-alpha.7 to 8.0.0-alpha.8
@@ -5,3 +5,3 @@ import { createRegExpFeaturePlugin } from '@babel/helper-create-regexp-features-plugin'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.7"); | ||
api.assertVersion("8.0.0-alpha.8"); | ||
return createRegExpFeaturePlugin({ | ||
@@ -8,0 +8,0 @@ name: "transform-unicode-sets-regex", |
{ | ||
"name": "@babel/plugin-transform-unicode-sets-regex", | ||
"version": "8.0.0-alpha.7", | ||
"version": "8.0.0-alpha.8", | ||
"description": "Compile regular expressions' unicodeSets (v) flag.", | ||
@@ -30,11 +30,11 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex", | ||
"dependencies": { | ||
"@babel/helper-create-regexp-features-plugin": "^8.0.0-alpha.7", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.7" | ||
"@babel/helper-create-regexp-features-plugin": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.8" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.7" | ||
"@babel/core": "^8.0.0-alpha.8" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.7", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.7" | ||
"@babel/core": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8" | ||
}, | ||
@@ -41,0 +41,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
Sorry, the diff of this file is not supported yet
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
4426