Skip to content

Commit

Permalink
Use new package dependencies for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed May 29, 2024
1 parent f99ed38 commit ec25f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Run Specifications
name: Build and Test

on: [push]

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,15 @@
"chalk": "~5.3",
"cli-argv-util": "~1.2",
"fancy-log": "~2.0",
"glob": "~10.3",
"glob": "~10.4",
"slash": "~5.1",
"superagent": "~9.0"
},
"devDependencies": {
"@eslint/js": "~9.3",
"@types/fancy-log": "~2.0",
"@types/node": "~20.12",
"@types/superagent": "~8.1",
"@typescript-eslint/eslint-plugin": "~7.7",
"@typescript-eslint/parser": "~7.7",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
Expand All @@ -99,6 +98,7 @@
"mocha": "~10.4",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.4"
"typescript": "~5.4",
"typescript-eslint": "~7.11"
}
}

0 comments on commit ec25f52

Please sign in to comment.