Skip to content

Commit c83a8dc

Browse files
committed
Use new package names for eslint
1 parent 1eb0563 commit c83a8dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-spec-on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Run Specifications
1+
name: Build and Test
22

33
on: [push]
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,13 @@
8282
"chalk": "~5.3",
8383
"cli-argv-util": "~1.2",
8484
"fancy-log": "~2.0",
85-
"glob": "~10.3",
85+
"glob": "~10.4",
8686
"slash": "~5.1"
8787
},
8888
"devDependencies": {
89+
"@eslint/js": "~9.3",
8990
"@types/fancy-log": "~2.0",
9091
"@types/node": "~20.12",
91-
"@typescript-eslint/eslint-plugin": "~7.9",
92-
"@typescript-eslint/parser": "~7.9",
9392
"add-dist-header": "~1.4",
9493
"assert-deep-strict-equal": "~1.2",
9594
"copy-file-util": "~1.2",
@@ -102,6 +101,7 @@
102101
"rimraf": "~5.0",
103102
"run-scripts-util": "~1.2",
104103
"typescript": "~5.4",
104+
"typescript-eslint": "~7.11",
105105
"uglify-js": "~3.17"
106106
}
107107
}

0 commit comments

Comments
 (0)