chore: update regexp-tree to version 0.1.13 (#10376)

This commit is contained in:
Huáng Jùnliàng 2019-09-05 11:07:18 -04:00 committed by Brian Ng
parent fcb77de901
commit 6813ee02d7

View File

@ -14,7 +14,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-named-capturing-groups-regex", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-named-capturing-groups-regex",
"bugs": "https://github.com/babel/babel/issues", "bugs": "https://github.com/babel/babel/issues",
"dependencies": { "dependencies": {
"regexp-tree": "^0.1.6" "regexp-tree": "^0.1.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"