Skip to content

Commit 6577fda

Browse files
committed
chore: update devDependencies
1 parent 06e5c66 commit 6577fda

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

builder/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"@npmcli/package-json": "^7.0.5",
1313
"@types/node": "^24.12.2",
1414
"@types/npmcli__package-json": "^4.0.4",
15-
"@typescript-eslint/eslint-plugin": "^8.58.2",
16-
"@typescript-eslint/parser": "^8.58.2",
15+
"@typescript-eslint/eslint-plugin": "^8.59.1",
16+
"@typescript-eslint/parser": "^8.59.1",
1717
"@typescriptprime/parsing": "^2.0.1",
1818
"chokidar": "^5.0.0",
1919
"esbuild": "^0.28.0",
20-
"eslint": "^10.2.1",
21-
"tldts": "^7.0.28",
20+
"eslint": "^10.3.0",
21+
"tldts": "^7.0.29",
2222
"tsx": "^4.21.0",
2323
"typescript": "^6.0.3",
24-
"typescript-eslint": "^8.58.2",
25-
"zod": "^4.3.6"
24+
"typescript-eslint": "^8.59.1",
25+
"zod": "^4.4.2"
2626
}
2727
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"builder"
3434
],
3535
"devDependencies": {
36-
"@typescript-eslint/eslint-plugin": "^8.58.2",
37-
"@typescript-eslint/parser": "^8.58.2",
38-
"eslint": "^10.2.1",
39-
"typescript-eslint": "^8.58.2"
36+
"@typescript-eslint/eslint-plugin": "^8.59.1",
37+
"@typescript-eslint/parser": "^8.59.1",
38+
"eslint": "^10.3.0",
39+
"typescript-eslint": "^8.59.1"
4040
}
4141
}

userscript/package.json

Lines changed: 5 additions & 5 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.2",
11-
"@typescript-eslint/parser": "^8.58.2",
12-
"@violentmonkey/types": "^0.3.2",
13-
"eslint": "^10.2.1",
14-
"typescript-eslint": "^8.58.2"
10+
"@typescript-eslint/eslint-plugin": "^8.59.1",
11+
"@typescript-eslint/parser": "^8.59.1",
12+
"@violentmonkey/types": "^0.3.3",
13+
"eslint": "^10.3.0",
14+
"typescript-eslint": "^8.59.1"
1515
}
1616
}

0 commit comments

Comments
 (0)