summaryrefslogtreecommitdiffstats
path: root/tools/node_tools/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_tools/package.json')
-rw-r--r--tools/node_tools/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/node_tools/package.json b/tools/node_tools/package.json
index a5bf12427e..bda73f34d8 100644
--- a/tools/node_tools/package.json
+++ b/tools/node_tools/package.json
@@ -3,9 +3,9 @@
"description": "Gerrit Build Tools",
"browser": false,
"dependencies": {
- "@bazel/concatjs": "^5.1.0",
"@bazel/rollup": "^5.1.0",
"@bazel/typescript": "^5.1.0",
+ "@bazel/concatjs": "^5.1.0",
"@types/node": "^10.17.12",
"@types/parse5": "^4.0.0",
"@types/parse5-html-rewriting-stream": "^5.1.2",
@@ -15,17 +15,17 @@
"polymer-bundler": "^4.0.10",
"polymer-cli": "^1.9.11",
"rollup": "^2.3.4",
+ "rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.3",
"typescript": "4.3.2"
},
"devDependencies": {},
- "scripts": {
- "postinstall": "(git apply --reverse --ignore-whitespace launchpad.patch || true) && git apply --ignore-whitespace launchpad.patch"
- },
"license": "Apache-2.0",
"private": true,
"resolutions": {
- "lodash": "4.17.21"
+ "lodash": "4.17.21",
+ "wct-local": "2.1.6",
+ "launchpad": "git+https://github.com/418sec/launchpad.git#de5aca11dc16a8e530195281c77614bdbb08e7be"
}
}