Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 29, 2024
1 parent 5f54d36 commit f80fda1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
29 changes: 22 additions & 7 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sitespeedio/onlinetest.git"
},
"bugs": {
"url": "https://github.com/sitespeedio/onlinetest/issues"
},
"homepage": "https://www.sitespeed.io/documentation/onlinetest/",
"author": {
"name": "Peter Hedenskog",
"url": "https://www.peterhedenskog.com"
},
"engineStrict": true,
"keywords": [
"sitespeed.io",
Expand Down Expand Up @@ -38,13 +53,13 @@
"pug-lint": "pug-lint views/"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^52.0.0",
"prettier": "^2.8.8",
"pug-lint": "^2.7.0",
"pug-lint-config-clock": "^2.0.0"
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "52.0.0",
"prettier": "2.8.8",
"pug-lint": "2.7.0",
"pug-lint-config-clock": "2.0.0"
},
"dependencies": {
"body-parser": "1.20.2",
Expand Down
12 changes: 12 additions & 0 deletions testrunner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
"access": "public"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/sitespeedio/onlinetest.git"
},
"bugs": {
"url": "https://github.com/sitespeedio/onlinetest/issues"
},
"homepage": "https://www.sitespeed.io/documentation/onlinetest/",
"author": {
"name": "Peter Hedenskog",
"url": "https://www.peterhedenskog.com"
},
"keywords": [
"sitespeed.io",
"webperf",
Expand Down

0 comments on commit f80fda1

Please sign in to comment.