Skip to content

Commit 3a7b802

Browse files
authored
chore: bump parse5 (#29)
1 parent 75b71f6 commit 3a7b802

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"typescript-eslint": "^7.8.0"
4141
},
4242
"dependencies": {
43-
"parse5": "^7.0.0"
43+
"parse5": "^7.3.0"
4444
}
4545
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "es2020",
4-
"module": "es2020",
5-
"moduleResolution": "node",
4+
"module": "node16",
5+
"moduleResolution": "node16",
66
"lib": ["es2020"],
77
"declaration": true,
88
"outDir": "./lib",

0 commit comments

Comments
 (0)