Skip to content

Commit

Permalink
chore: bump regexpu-core to version 4.6.0 (#10439)
Browse files Browse the repository at this point in the history
* chore: update test fixtures

* chore: test against regexpu-core 4.6.0

* chore: bump regexpu-core dependency
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Sep 13, 2019
1 parent 0ee2c42 commit 256fa5a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.5.4"
"regexpu-core": "^4.6.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-dotall-regex/package.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.5.4"
"regexpu-core": "^4.6.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
@@ -1,2 +1,2 @@
var a = /./;
var b = /[\0-\uFFFF]/;
var b = /[\s\S]/;
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-unicode-regex/package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.5.4"
"regexpu-core": "^4.6.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
@@ -1,2 +1,2 @@
/[\0-\uFFFF]/;
/[\s\S]/;
/(?:[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/;
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -9133,9 +9133,9 @@ regexpp@^2.0.1:
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==

regexpu-core@^4.5.4:
version "4.5.5"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.5.tgz#aaffe61c2af58269b3e516b61a73790376326411"
integrity sha512-FpI67+ky9J+cDizQUJlIlNZFKual/lUkFr1AG6zOCpwZ9cLrg8UUVakyUQJD7fCDIe9Z2nwTQJNPyonatNmDFQ==
version "4.6.0"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
dependencies:
regenerate "^1.4.0"
regenerate-unicode-properties "^8.1.0"
Expand Down

0 comments on commit 256fa5a

Please sign in to comment.