chore: fix min Node 16 (#11347)

This commit is contained in:
Nikolay Vitkov 2023-11-10 11:29:05 +01:00 committed by GitHub
parent a52aa51bd8
commit b829f42074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

14
package-lock.json generated
View File

@ -11962,17 +11962,17 @@
"devDependencies": {
"@angular/cli": "^16.2.9",
"@schematics/angular": "^16.2.9",
"@types/node": "^16.11.7",
"@types/node": "^16.18.61",
"rxjs": "7.8.1"
},
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
}
},
"packages/ng-schematics/node_modules/@types/node": {
"version": "16.18.60",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.60.tgz",
"integrity": "sha512-ZUGPWx5vKfN+G2/yN7pcSNLkIkXEvlwNaJEd4e0ppX7W2S8XAkdc/37hM4OUNJB9sa0p12AOvGvxL4JCPiz9DA==",
"version": "16.18.61",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz",
"integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==",
"dev": true
},
"packages/puppeteer": {
@ -11988,7 +11988,7 @@
"@types/node": "18.17.15"
},
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
}
},
"packages/puppeteer-core": {
@ -12011,7 +12011,7 @@
"rxjs": "7.8.1"
},
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
}
},
"packages/puppeteer-core/node_modules/@types/node": {

View File

@ -45,7 +45,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
},
"dependencies": {
"@angular-devkit/architect": "^0.1602.6",
@ -53,7 +53,7 @@
"@angular-devkit/schematics": "^16.2.6"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/node": "^16.18.61",
"@schematics/angular": "^16.2.9",
"@angular/cli": "^16.2.9",
"rxjs": "7.8.1"

View File

@ -31,7 +31,7 @@
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core"
},
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
},
"scripts": {
"build:docs": "wireit",

View File

@ -31,7 +31,7 @@
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer"
},
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
},
"scripts": {
"build:docs": "wireit",