Skip to content

Commit b27a0dd

Browse files
Update typescript to v8
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 8.30.0 | | npm | @typescript-eslint/parser | 5.62.0 | 8.30.0 |
1 parent c62f199 commit b27a0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"typescript.js"
2929
],
3030
"devDependencies": {
31-
"@typescript-eslint/eslint-plugin": "5.62.0",
32-
"@typescript-eslint/parser": "5.62.0",
31+
"@typescript-eslint/eslint-plugin": "8.30.0",
32+
"@typescript-eslint/parser": "8.30.0",
3333
"eslint": "8.9.0",
3434
"eslint-config-airbnb": "19.0.2",
3535
"eslint-config-prettier": "8.3.0",

0 commit comments

Comments
 (0)