@babel/plugin-transform-unicode-property-regex
Advanced tools
+1
-1
@@ -10,3 +10,3 @@ "use strict"; | ||
| var _default = exports.default = (0, _helperPluginUtils.declare)((api, options) => { | ||
| api.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0-0 || >8.0.0-alpha <8.0.0-beta"); | ||
| const { | ||
@@ -13,0 +13,0 @@ useUnicodeFlag = true |
+4
-4
| { | ||
| "name": "@babel/plugin-transform-unicode-property-regex", | ||
| "version": "7.27.1", | ||
| "version": "7.28.6", | ||
| "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", | ||
@@ -29,4 +29,4 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-property-regex", | ||
| "dependencies": { | ||
| "@babel/helper-create-regexp-features-plugin": "^7.27.1", | ||
| "@babel/helper-plugin-utils": "^7.27.1" | ||
| "@babel/helper-create-regexp-features-plugin": "^7.28.5", | ||
| "@babel/helper-plugin-utils": "^7.28.6" | ||
| }, | ||
@@ -37,3 +37,3 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.27.1", | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1" | ||
@@ -40,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
5065
0.7%