Skip to content

Commit

Permalink
Update dependencies (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Dec 6, 2019
1 parent 69c65b1 commit bca6220
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions build/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
"error",
"foreach"
],
"regexp": [
"boot"
],
"define/entity": [
"assert"
],
Expand Down Expand Up @@ -679,5 +682,57 @@
"interfaces/synchronousable",
"stream",
"xml/check"
],
"interfaces/xmlnodesyncadapter": [
"interfaces",
"boot"
],
"xml/xpath": [
"xml/xpath/parser"
],
"xml/xpath/base": [
"abstract",
"define"
],
"xml/xpath/concat": [
"xml/xpath/base",
"define"
],
"xml/xpath/sub": [
"boot",
"xml/xpath/base",
"arraylike",
"assert",
"define",
"xml/xpath/concat"
],
"xml/xpath/deep": [
"boot",
"xml/xpath/sub",
"define",
"xml/xpath/concat"
],
"xml/xpath/chain": [
"boot",
"xml/xpath/base",
"arraylike",
"define",
"xml/xpath/concat"
],
"xml/xpath/match": [
"interfaces/xmlnodesyncadapter",
"xml/xpath/base",
"define"
],
"xml/xpath/parser": [
"boot",
"xml/xpath/chain",
"xml/xpath/concat",
"xml/xpath/deep",
"xml/xpath/match",
"xml/xpath/sub",
"arraylike",
"error",
"regexp"
]
}

0 comments on commit bca6220

Please sign in to comment.