diff --git a/.github/workflows/run-spec-on-push.yaml b/.github/workflows/run-spec-on-push.yaml index 3f8814c..79b7375 100644 --- a/.github/workflows/run-spec-on-push.yaml +++ b/.github/workflows/run-spec-on-push.yaml @@ -1,4 +1,4 @@ -name: Build and Run Specifications +name: Build and Test on: [push] diff --git a/package.json b/package.json index 2cb2b40..58ee2be 100644 --- a/package.json +++ b/package.json @@ -83,14 +83,13 @@ "dependencies": { "express": "~4.19", "http-terminator": "~3.2", - "jsdom": "~24.0" + "jsdom": "~24.1" }, "devDependencies": { + "@eslint/js": "~9.3", "@types/express": "~4.17", "@types/jsdom": "~21.1", "@types/node": "~20.12", - "@typescript-eslint/eslint-plugin": "~7.9", - "@typescript-eslint/parser": "~7.9", "add-dist-header": "~1.4", "assert-deep-strict-equal": "~1.2", "copy-file-util": "~1.2", @@ -102,6 +101,7 @@ "rimraf": "~5.0", "run-scripts-util": "~1.2", "typescript": "~5.4", + "typescript-eslint": "~7.11", "w3c-html-validator": "~1.8" } }