Skip to content

Commit

Permalink
Use new eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed May 28, 2024
1 parent 081db41 commit e188019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,24 +84,24 @@
"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",
"copy-folder-util": "~1.1",
"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"
Expand Down

0 comments on commit e188019

Please sign in to comment.