Skip to content

Commit

Permalink
Use new dependencies for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed May 28, 2024
1 parent 20c59e3 commit 99c1111
Show file tree
Hide file tree
Showing 3 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
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"jshint": "~2.13",
"puppeteer": "~22.8",
"puppeteer": "~22.10",
"puppeteer-browser-ready": "~1.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 99c1111

Please sign in to comment.