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 e95537f..88deab2 100644 --- a/package.json +++ b/package.json @@ -84,10 +84,9 @@ "test": "mocha spec/*.spec.js" }, "devDependencies": { + "@eslint/js": "~9.3", "@fortawesome/fontawesome-free": "~6.5", "@types/node": "~20.12", - "@typescript-eslint/eslint-plugin": "~7.8", - "@typescript-eslint/parser": "~7.8", "add-dist-header": "~1.4", "assert-deep-strict-equal": "~1.2", "copy-file-util": "~1.2", @@ -95,13 +94,14 @@ "dna-engine": "~3.2", "eslint": "8.57.0", "esm-to-plain-js": "~1.1", - "jsdom": "~24.0", + "jsdom": "~24.1", "jshint": "~2.13", "mocha": "~10.4", "pretty-print-json": "~3.0", "rimraf": "~5.0", "run-scripts-util": "~1.2", "typescript": "~5.4", + "typescript-eslint": "~7.11", "uglify-js": "~3.17", "w3c-html-validator": "~1.8", "web-ignition": "~2.1"