mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps-dev): Bump the dev-dependencies group with 2 updates (#11695)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dc3c8f09b0
commit
2b094b7c67
16
package-lock.json
generated
16
package-lock.json
generated
@ -41,12 +41,12 @@
|
||||
"license-checker": "25.0.1",
|
||||
"mocha": "10.2.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.2.2",
|
||||
"prettier": "3.2.4",
|
||||
"semver": "7.5.4",
|
||||
"sinon": "17.0.1",
|
||||
"source-map-support": "0.5.21",
|
||||
"spdx-satisfies": "5.0.1",
|
||||
"tsd": "0.30.3",
|
||||
"tsd": "0.30.4",
|
||||
"tsx": "4.7.0",
|
||||
"typescript": "5.3.3",
|
||||
"wireit": "0.14.3"
|
||||
@ -8168,9 +8168,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz",
|
||||
"integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==",
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
|
||||
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
@ -9966,9 +9966,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/tsd": {
|
||||
"version": "0.30.3",
|
||||
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.3.tgz",
|
||||
"integrity": "sha512-xoEp6JPqpT9Ti9wGX5qgy7URp0lrmxN7YkbsyphBzdc1SYiXvJYgRXSIVvSZz42+/Wd/R1kBOMbgGC6rtiKxqQ==",
|
||||
"version": "0.30.4",
|
||||
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.4.tgz",
|
||||
"integrity": "sha512-ncC4SwAeUk0OTcXt5h8l0/gOLHJSp9ogosvOADT6QYzrl0ITm398B3wkz8YESqefIsEEwvYAU8bvo7/rcN/M0Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@tsd/typescript": "~5.3.3",
|
||||
|
@ -156,12 +156,12 @@
|
||||
"license-checker": "25.0.1",
|
||||
"mocha": "10.2.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.2.2",
|
||||
"prettier": "3.2.4",
|
||||
"semver": "7.5.4",
|
||||
"sinon": "17.0.1",
|
||||
"source-map-support": "0.5.21",
|
||||
"spdx-satisfies": "5.0.1",
|
||||
"tsd": "0.30.3",
|
||||
"tsd": "0.30.4",
|
||||
"tsx": "4.7.0",
|
||||
"typescript": "5.3.3",
|
||||
"wireit": "0.14.3"
|
||||
|
@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "../build"
|
||||
"outDir": "../build",
|
||||
},
|
||||
"references": [{"path": "../../tsconfig.json"}]
|
||||
"references": [{"path": "../../tsconfig.json"}],
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
"files": [],
|
||||
"references": [
|
||||
{"path": "src/tsconfig.esm.json"},
|
||||
{"path": "src/tsconfig.cjs.json"}
|
||||
]
|
||||
{"path": "src/tsconfig.cjs.json"},
|
||||
],
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "src/",
|
||||
"outDir": "build/",
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"references": [{"path": "../tsconfig.json"}]
|
||||
"references": [{"path": "../tsconfig.json"}],
|
||||
}
|
||||
|
@ -10,8 +10,8 @@
|
||||
"skipDefaultLibCheck": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["src/**/files/**/*"]
|
||||
"exclude": ["src/**/files/**/*"],
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"declarationMap": false,
|
||||
"outDir": "../lib/esm/third_party",
|
||||
"sourceMap": false
|
||||
}
|
||||
"sourceMap": false,
|
||||
},
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
"files": [],
|
||||
"references": [
|
||||
{"path": "src/tsconfig.esm.json"},
|
||||
{"path": "src/tsconfig.cjs.json"}
|
||||
]
|
||||
{"path": "src/tsconfig.cjs.json"},
|
||||
],
|
||||
}
|
||||
|
@ -6,11 +6,11 @@
|
||||
// just stick with ol'fashion path resolution.
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"puppeteer-core/internal/*": ["../puppeteer-core/lib/esm/puppeteer/*"]
|
||||
}
|
||||
"puppeteer-core/internal/*": ["../puppeteer-core/lib/esm/puppeteer/*"],
|
||||
},
|
||||
},
|
||||
"references": [
|
||||
{"path": "src/tsconfig.esm.json"},
|
||||
{"path": "src/tsconfig.cjs.json"}
|
||||
]
|
||||
{"path": "src/tsconfig.cjs.json"},
|
||||
],
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "lib",
|
||||
"rootDir": "src"
|
||||
"rootDir": "src",
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src"],
|
||||
}
|
||||
|
@ -2,6 +2,6 @@
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext"
|
||||
}
|
||||
"moduleResolution": "NodeNext",
|
||||
},
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "build",
|
||||
"rootDir": "src"
|
||||
"rootDir": "src",
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src"],
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "build",
|
||||
"rootDir": "src"
|
||||
"rootDir": "src",
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src"],
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"composite": false
|
||||
}
|
||||
"composite": false,
|
||||
},
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"composite": false
|
||||
}
|
||||
"composite": false,
|
||||
},
|
||||
}
|
||||
|
@ -9,6 +9,6 @@
|
||||
"declarationMap": false,
|
||||
"sourceMap": false,
|
||||
"composite": false,
|
||||
"removeComments": true
|
||||
}
|
||||
"removeComments": true,
|
||||
},
|
||||
}
|
||||
|
@ -8,6 +8,6 @@
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"composite": false
|
||||
}
|
||||
"composite": false,
|
||||
},
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"files": ["../package.json"]
|
||||
"files": ["../package.json"],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user