Skip to content

Commit 23f58f1

Browse files
committed
chore: update depends
1 parent 53e5c39 commit 23f58f1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@typescriptprime/securereq": "^2.0.0",
2222
"chokidar": "^5.0.0",
2323
"esbuild": "^0.28.0",
24-
"eslint": "^10.2.0",
24+
"eslint": "^10.2.1",
2525
"tldts": "^7.0.28",
2626
"tsx": "^4.21.0",
27-
"typescript": "^6.0.2",
27+
"typescript": "^6.0.3",
2828
"typescript-eslint": "^8.58.2",
2929
"zod": "^4.3.6"
3030
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@typescript-eslint/eslint-plugin": "^8.58.2",
3636
"@typescript-eslint/parser": "^8.58.2",
37-
"eslint": "^10.2.0",
37+
"eslint": "^10.2.1",
3838
"typescript-eslint": "^8.58.2"
3939
}
4040
}

userscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"@types/web": "^0.0.345",
1010
"@typescript-eslint/eslint-plugin": "^8.58.2",
1111
"@typescript-eslint/parser": "^8.58.2",
12-
"eslint": "^10.2.0",
12+
"eslint": "^10.2.1",
1313
"typescript-eslint": "^8.58.2"
1414
},
1515
"dependencies": {
16-
"typescript": "^6.0.2"
16+
"typescript": "^6.0.3"
1717
}
1818
}

0 commit comments

Comments
 (0)