Skip to content

Commit fbf5511

Browse files
committed
[package.json] Issue #432 Add generate-version, non-js-imports, reportage-config-js, reportage-nginx-conf plugins and update tester packages
1 parent 9036a41 commit fbf5511

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"@thin-hook/frontend-components": "file:plugins/frontend-components",
8181
"@thin-hook/generate-cert-sh": "file:plugins/generate-cert-sh",
8282
"@thin-hook/generate-import-maps": "file:plugins/generate-import-maps",
83+
"@thin-hook/generate-version": "file:plugins/generate-version",
8384
"@thin-hook/gzip-frontend": "file:plugins/gzip-frontend",
8485
"@thin-hook/gzip-json": "file:plugins/gzip-json",
8586
"@thin-hook/hook-min-js": "file:plugins/hook-min-js",
@@ -92,7 +93,10 @@
9293
"@thin-hook/keys": "file:plugins/keys",
9394
"@thin-hook/mark-parsed-js": "file:plugins/mark-parsed-js",
9495
"@thin-hook/no-hook-authorization": "file:plugins/no-hook-authorization",
96+
"@thin-hook/non-js-imports": "file:plugins/non-js-imports",
9597
"@thin-hook/policy": "file:plugins/policy",
98+
"@thin-hook/reportage-config-js": "file:plugins/reportage-config-js",
99+
"@thin-hook/reportage-nginx-conf": "file:plugins/reportage-nginx-conf",
96100
"@thin-hook/script-hashes": "file:plugins/script-hashes",
97101
"@thin-hook/script-hashes-integrity": "file:plugins/script-hashes-integrity",
98102
"@thin-hook/script-hashes-js": "file:plugins/script-hashes-js",
@@ -131,16 +135,16 @@
131135
"json-stringify-safe": "^5.0.1",
132136
"lcov-result-merger": "^1.2.0",
133137
"licensify": "^3.1.3",
134-
"mocha": "^3.2.0",
138+
"mocha": "^10.2.0",
135139
"node-forge": "^0.10.0",
136140
"npm-run-all": "^4.1.5",
137141
"preprocess": "^3.2.0",
138-
"puppeteer": "^1.3.0",
142+
"puppeteer": "^19.9.0",
139143
"rollup": "^2.22.2",
140144
"rollup-plugin-async": "^1.2.0",
141145
"rollup-plugin-browserify-transform": "^1.0.1",
142-
"scenarist": "^1.1.8",
143-
"selenium-standalone": "^6.15.3",
146+
"scenarist": "1.1.10",
147+
"selenium-standalone": "^8.3.0",
144148
"target-configurator": "^0.1.10",
145149
"through2": "^2.0.3",
146150
"transform-loader": "^0.2.4",

0 commit comments

Comments
 (0)