mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: move dependencies where they are used (#11310)
This commit is contained in:
27
package.json
27
package.json
@@ -17,7 +17,6 @@
|
||||
"format:eslint": "eslint --ext js --ext ts --fix .",
|
||||
"format:expectations": "node tools/sort-test-expectations.js",
|
||||
"format:prettier": "prettier --write .",
|
||||
"generate:markdown": "tsx tools/generate_docs.ts",
|
||||
"lint": "run-s lint:*",
|
||||
"lint:eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
|
||||
"lint:prettier": "prettier --check .",
|
||||
@@ -119,27 +118,13 @@
|
||||
"@microsoft/api-extractor": "7.38.2",
|
||||
"@pptr/testserver": "file:packages/testserver",
|
||||
"@puppeteer/docgen": "file:tools/docgen",
|
||||
"@prettier/sync": "0.3.0",
|
||||
"@types/debug": "4.1.10",
|
||||
"@types/diff": "5.0.7",
|
||||
"@types/mime": "3.0.3",
|
||||
"@types/mocha": "10.0.3",
|
||||
"@types/node": "20.8.4",
|
||||
"@types/pixelmatch": "5.2.5",
|
||||
"@types/pngjs": "6.0.3",
|
||||
"@types/progress": "2.0.6",
|
||||
"@types/semver": "7.5.4",
|
||||
"@types/sinon": "17.0.0",
|
||||
"@types/tar-fs": "2.0.3",
|
||||
"@types/unbzip2-stream": "1.4.2",
|
||||
"@types/ws": "8.5.8",
|
||||
"@types/yargs": "17.0.29",
|
||||
"@typescript-eslint/eslint-plugin": "6.9.1",
|
||||
"@typescript-eslint/parser": "6.9.1",
|
||||
"c8": "8.0.1",
|
||||
"commonmark": "0.30.0",
|
||||
"cross-env": "7.0.3",
|
||||
"diff": "5.1.0",
|
||||
"esbuild": "0.19.5",
|
||||
"eslint": "8.53.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
@@ -153,31 +138,21 @@
|
||||
"eslint-plugin-rulesdir": "0.2.2",
|
||||
"eslint-plugin-tsdoc": "0.2.17",
|
||||
"eslint-plugin-unused-imports": "3.0.0",
|
||||
"esprima": "4.0.1",
|
||||
"expect": "29.7.0",
|
||||
"glob": "10.3.10",
|
||||
"gts": "5.2.0",
|
||||
"jpeg-js": "0.4.4",
|
||||
"license-checker": "25.0.1",
|
||||
"mime": "3.0.0",
|
||||
"minimist": "1.2.8",
|
||||
"mocha": "10.2.0",
|
||||
"ncp": "2.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"pixelmatch": "5.3.0",
|
||||
"pngjs": "7.0.0",
|
||||
"prettier": "3.0.3",
|
||||
"puppeteer": "file:packages/puppeteer",
|
||||
"semver": "7.5.4",
|
||||
"sinon": "17.0.1",
|
||||
"source-map-support": "0.5.21",
|
||||
"spdx-satisfies": "5.0.1",
|
||||
"text-diff": "1.0.1",
|
||||
"tsd": "0.29.0",
|
||||
"tsx": "3.14.0",
|
||||
"typescript": "5.2.2",
|
||||
"wireit": "0.14.1",
|
||||
"zod": "3.22.4"
|
||||
"wireit": "0.14.1"
|
||||
},
|
||||
"overrides": {
|
||||
"@microsoft/api-extractor": {
|
||||
|
||||
Reference in New Issue
Block a user