summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /dom/webgpu/tests/cts/checkout/package.json
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/webgpu/tests/cts/checkout/package.json')
-rw-r--r--dom/webgpu/tests/cts/checkout/package.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/dom/webgpu/tests/cts/checkout/package.json b/dom/webgpu/tests/cts/checkout/package.json
index 21f74065af..8f2718ab37 100644
--- a/dom/webgpu/tests/cts/checkout/package.json
+++ b/dom/webgpu/tests/cts/checkout/package.json
@@ -3,15 +3,18 @@
"version": "0.1.0",
"description": "WebGPU Conformance Test Suite",
"scripts": {
- "test": "grunt pre",
- "check": "grunt check",
+ "test": "grunt all",
+ "all": "grunt all",
"standalone": "grunt standalone",
"wpt": "grunt wpt",
- "fix": "grunt fix",
+ "node": "grunt node",
+ "checks": "grunt checks",
"unittest": "grunt unittest",
+ "typecheck": "grunt typecheck",
+ "fix": "grunt fix",
"gen_wpt_cts_html": "node tools/gen_wpt_cts_html",
"gen_cache": "node tools/gen_cache",
- "tsdoc": "grunt run:tsdoc",
+ "tsdoc": "grunt tsdoc",
"start": "node tools/dev_server",
"dev": "node tools/dev_server"
},
@@ -46,7 +49,7 @@
"@types/serve-index": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
- "@webgpu/types": "^0.1.38",
+ "@webgpu/types": "^0.1.40",
"ansi-colors": "4.1.3",
"babel-plugin-add-header-comment": "^1.0.3",
"babel-plugin-const-enum": "^1.2.0",
@@ -59,11 +62,11 @@
"express": "^4.18.2",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
+ "grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-run": "^0.8.1",
"grunt-timer": "^0.6.0",
- "grunt-ts": "^6.0.0-beta.22",
"gts": "^5.2.0",
"http-server": "^14.1.1",
"morgan": "^1.10.0",