Skip to content

Commit d6ae068

Browse files
committed
upgrade css-what, htmlparser2, through2
1 parent 3457524 commit d6ae068

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"url": "https://github.com/stackhtml/hstream/issues"
88
},
99
"dependencies": {
10-
"css-what": "^2.1.0",
11-
"htmlparser2": "^3.9.2",
12-
"through2": "^2.0.3"
10+
"css-what": "^3.2.1",
11+
"htmlparser2": "^4.0.0",
12+
"through2": "^3.0.1"
1313
},
1414
"devDependencies": {
1515
"dedent": "^0.7.0",
1616
"hyperstream": "^1.2.2",
17-
"nanobench": "^2.1.0",
18-
"rimraf": "^2.6.2",
17+
"nanobench": "^2.1.1",
18+
"rimraf": "^2.7.1",
1919
"simple-concat": "^1.0.0",
2020
"standard": "^10.0.3",
21-
"tape": "^4.8.0"
21+
"tape": "^4.13.0"
2222
},
2323
"homepage": "https://github.com/stackhtml/hstream",
2424
"keywords": [

selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var csswhat = require('css-what')
1+
var csswhat = require('css-what').parse
22

33
module.exports = createMatcher
44

0 commit comments

Comments
 (0)