@babel/plugin-transform-unicode-sets-regex
Advanced tools
Comparing version 7.22.5 to 7.23.3
@@ -9,3 +9,3 @@ "use strict"; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
var _default = exports.default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -20,4 +20,3 @@ return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({ | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-unicode-sets-regex", | ||
"version": "7.22.5", | ||
"version": "7.23.3", | ||
"description": "Compile regular expressions' unicodeSets (v) flag.", | ||
@@ -30,3 +30,3 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex", | ||
"dependencies": { | ||
"@babel/helper-create-regexp-features-plugin": "^7.22.5", | ||
"@babel/helper-create-regexp-features-plugin": "^7.22.15", | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
@@ -38,3 +38,3 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.23.3", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -41,0 +41,0 @@ }, |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-unicode-sets-regex | ||
See our website [@babel/plugin-transform-unicode-sets-regex](https://babeljs.io/docs/en/babel-plugin-transform-unicode-sets-regex) for more information. | ||
See our website [@babel/plugin-transform-unicode-sets-regex](https://babeljs.io/docs/babel-plugin-transform-unicode-sets-regex) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
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
4741
18