Skip to content

Commit ec25f52

Browse files
committed
Use new package dependencies for eslint
1 parent f99ed38 commit ec25f52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,15 @@
7979
"chalk": "~5.3",
8080
"cli-argv-util": "~1.2",
8181
"fancy-log": "~2.0",
82-
"glob": "~10.3",
82+
"glob": "~10.4",
8383
"slash": "~5.1",
8484
"superagent": "~9.0"
8585
},
8686
"devDependencies": {
87+
"@eslint/js": "~9.3",
8788
"@types/fancy-log": "~2.0",
8889
"@types/node": "~20.12",
8990
"@types/superagent": "~8.1",
90-
"@typescript-eslint/eslint-plugin": "~7.7",
91-
"@typescript-eslint/parser": "~7.7",
9291
"add-dist-header": "~1.4",
9392
"assert-deep-strict-equal": "~1.2",
9493
"copy-file-util": "~1.2",
@@ -99,6 +98,7 @@
9998
"mocha": "~10.4",
10099
"rimraf": "~5.0",
101100
"run-scripts-util": "~1.2",
102-
"typescript": "~5.4"
101+
"typescript": "~5.4",
102+
"typescript-eslint": "~7.11"
103103
}
104104
}

0 commit comments

Comments
 (0)