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/hello-world/package.json b/hello-world/package.json index 5dc2137..86ce21d 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "jshint": "~2.13", - "puppeteer": "~22.8", + "puppeteer": "~22.10", "puppeteer-browser-ready": "~1.3" } } diff --git a/package.json b/package.json index 3b5d414..5626d59 100644 --- a/package.json +++ b/package.json @@ -87,12 +87,11 @@ "node-html-parser": "~6.1" }, "devDependencies": { + "@eslint/js": "~9.3", "@types/express": "~4.17", "@types/mocha": "~10.0", "@types/node": "~20.12", "@types/ws": "~8.5", - "@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", @@ -101,10 +100,11 @@ "jshint": "~2.13", "mocha": "~10.4", "open": "~10.1", - "puppeteer": "~22.8", + "puppeteer": "~22.10", "rimraf": "~5.0", "run-scripts-util": "~1.2", "typescript": "~5.4", + "typescript-eslint": "~7.11", "w3c-html-validator": "~1.8" } }