Skip to content

Commit e9d59ef

Browse files
authored
refactor: upgrade posthtml-match-helper to use package types (#50)
* chore(deps): upgrade posthtml-match-helper * refactor: delete custom types for `posthtml-match-helper`
1 parent 8ee129c commit e9d59ef

3 files changed

Lines changed: 202 additions & 186 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"prepack": "tsc"
1212
},
1313
"dependencies": {
14-
"posthtml": "^0.16.5",
15-
"posthtml-match-helper": "^1.0.1",
16-
"posthtml-parser": "^0.10.2"
14+
"posthtml": "^0.16.6",
15+
"posthtml-match-helper": "^1.0.3",
16+
"posthtml-parser": "^0.11.0"
1717
},
1818
"devDependencies": {
19-
"typescript": "^4.5.5",
20-
"vitest": "^0.3.2"
19+
"typescript": "^4.7.4",
20+
"vitest": "^0.16.0"
2121
},
2222
"repository": {
2323
"type": "git",

src/global.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)