Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 24, 2024
1 parent 175addd commit 8232264
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions testrunner/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions testrunner/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@sitespeed.io/testrunner",
"version": "0.5.3",
"version": "0.5.4",
"description": "A test runner for sitespeed.io server.",
"type": "module",
"exports": "./app.js",
"bin": {
"sitespeed.io-testrunner": "./app.js"
},
"engines": {
"node": ">=20"
},
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -49,19 +49,19 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "54.0.0",
"prettier": "3.3.3"
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "54.0.0",
"prettier": "3.3.3"
},
"dependencies": {
"bull": "4.16.3",
"nconf": "0.12.1",
"execa": "9.4.0",
"lodash.get": "4.4.2",
"intel": "1.2.0",
"joi" : "17.13.3",
"joi": "17.13.3",
"js-yaml": "4.1.0"
}
}

0 comments on commit 8232264

Please sign in to comment.