summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/package.json')
-rw-r--r--remote/test/puppeteer/package.json37
1 files changed, 19 insertions, 18 deletions
diff --git a/remote/test/puppeteer/package.json b/remote/test/puppeteer/package.json
index 612f5ac369..0ffdceedf7 100644
--- a/remote/test/puppeteer/package.json
+++ b/remote/test/puppeteer/package.json
@@ -32,7 +32,7 @@
"test:chrome:bidi-local": "wireit",
"test:chrome:headful": "wireit",
"test:chrome:headless": "wireit",
- "test:chrome:new-headless": "wireit",
+ "test:chrome:shell": "wireit",
"test:firefox": "wireit",
"test:firefox:bidi": "wireit",
"test:firefox:bidi:headful": "wireit",
@@ -50,7 +50,8 @@
"./packages/puppeteer:build",
"./packages/testserver:build",
"./test:build",
- "./test/installation:build"
+ "./test/installation:build",
+ "build:tools"
]
},
"build:tools": {
@@ -83,7 +84,7 @@
"test:chrome:bidi",
"test:chrome:headful",
"test:chrome:headless",
- "test:chrome:new-headless"
+ "test:chrome:shell"
]
},
"test:chrome:bidi": {
@@ -98,8 +99,8 @@
"test:chrome:headless": {
"command": "npm test -- --test-suite chrome-headless"
},
- "test:chrome:new-headless": {
- "command": "npm test -- --test-suite chrome-new-headless"
+ "test:chrome:shell": {
+ "command": "npm test -- --test-suite chrome-headless-shell"
},
"test:firefox:bidi": {
"command": "npm test -- --test-suite firefox-bidi"
@@ -139,34 +140,34 @@
"@actions/core": "1.10.1",
"@types/mocha": "10.0.6",
"@types/node": "20.8.4",
- "@types/semver": "7.5.6",
+ "@types/semver": "7.5.8",
"@types/sinon": "17.0.3",
- "@typescript-eslint/eslint-plugin": "6.19.1",
- "@typescript-eslint/parser": "6.19.1",
- "esbuild": "0.20.0",
+ "@typescript-eslint/eslint-plugin": "7.1.0",
+ "@typescript-eslint/parser": "7.1.0",
+ "esbuild": "0.20.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
- "eslint-plugin-mocha": "10.2.0",
+ "eslint-plugin-mocha": "10.3.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-rulesdir": "0.2.2",
"eslint-plugin-tsdoc": "0.2.17",
- "eslint-plugin-unused-imports": "3.0.0",
- "eslint": "8.56.0",
+ "eslint-plugin-unused-imports": "3.1.0",
+ "eslint": "8.57.0",
"execa": "8.0.1",
"expect": "29.7.0",
"gts": "5.2.0",
"hereby": "1.8.9",
"license-checker": "25.0.1",
- "mocha": "10.2.0",
- "npm-run-all": "4.1.5",
- "prettier": "3.2.4",
- "semver": "7.5.4",
+ "mocha": "10.3.0",
+ "npm-run-all2": "6.1.2",
+ "prettier": "3.2.5",
+ "semver": "7.6.0",
"sinon": "17.0.1",
"source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1",
- "tsd": "0.30.4",
- "tsx": "4.7.0",
+ "tsd": "0.30.7",
+ "tsx": "4.7.1",
"typescript": "5.3.3",
"wireit": "0.14.4"
},