Skip to content

Commit 53e5c39

Browse files
committed
chore: update devDependencies
1 parent e6b44d0 commit 53e5c39

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"@adguard/agtree": "^4.0.4",
1616
"@npmcli/package-json": "^7.0.5",
1717
"@types/npmcli__package-json": "^4.0.4",
18-
"@typescript-eslint/eslint-plugin": "^8.58.0",
19-
"@typescript-eslint/parser": "^8.58.0",
18+
"@typescript-eslint/eslint-plugin": "^8.58.2",
19+
"@typescript-eslint/parser": "^8.58.2",
2020
"@typescriptprime/parsing": "^2.0.1",
2121
"@typescriptprime/securereq": "^2.0.0",
2222
"chokidar": "^5.0.0",
2323
"esbuild": "^0.28.0",
2424
"eslint": "^10.2.0",
25-
"tldts": "^7.0.27",
25+
"tldts": "^7.0.28",
2626
"tsx": "^4.21.0",
2727
"typescript": "^6.0.2",
28-
"typescript-eslint": "^8.58.0",
28+
"typescript-eslint": "^8.58.2",
2929
"zod": "^4.3.6"
3030
}
3131
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"builder"
3333
],
3434
"devDependencies": {
35-
"@typescript-eslint/eslint-plugin": "^8.58.0",
36-
"@typescript-eslint/parser": "^8.58.0",
35+
"@typescript-eslint/eslint-plugin": "^8.58.2",
36+
"@typescript-eslint/parser": "^8.58.2",
3737
"eslint": "^10.2.0",
38-
"typescript-eslint": "^8.58.0"
38+
"typescript-eslint": "^8.58.2"
3939
}
4040
}

userscript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"devDependencies": {
99
"@types/web": "^0.0.345",
10-
"@typescript-eslint/eslint-plugin": "^8.58.0",
11-
"@typescript-eslint/parser": "^8.58.0",
10+
"@typescript-eslint/eslint-plugin": "^8.58.2",
11+
"@typescript-eslint/parser": "^8.58.2",
1212
"eslint": "^10.2.0",
13-
"typescript-eslint": "^8.58.0"
13+
"typescript-eslint": "^8.58.2"
1414
},
1515
"dependencies": {
1616
"typescript": "^6.0.2"

0 commit comments

Comments
 (0)