chore: remove @types/node from deps (#26918)

This effectively reverts #14230. We will install `@types/node` in `npm
init playwright` instead.
This commit is contained in:
Dmitry Gozman 2023-09-06 16:09:35 -07:00 committed by GitHub
parent 34af2b9477
commit cb8656f24f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

8
package-lock.json generated
View file

@ -1559,7 +1559,8 @@
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "16.18.34", "version": "16.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz",
"integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg==" "integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg==",
"devOptional": true
}, },
"node_modules/@types/prop-types": { "node_modules/@types/prop-types": {
"version": "15.7.3", "version": "15.7.3",
@ -6588,7 +6589,6 @@
"version": "1.38.0-next", "version": "1.38.0-next",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/node": "*",
"playwright-core": "1.38.0-next" "playwright-core": "1.38.0-next"
}, },
"bin": { "bin": {
@ -7575,7 +7575,6 @@
"@playwright/test": { "@playwright/test": {
"version": "file:packages/playwright-test", "version": "file:packages/playwright-test",
"requires": { "requires": {
"@types/node": "*",
"fsevents": "2.3.2", "fsevents": "2.3.2",
"playwright-core": "1.38.0-next" "playwright-core": "1.38.0-next"
} }
@ -7682,7 +7681,8 @@
"@types/node": { "@types/node": {
"version": "16.18.34", "version": "16.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz",
"integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg==" "integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg==",
"devOptional": true
}, },
"@types/prop-types": { "@types/prop-types": {
"version": "15.7.3", "version": "15.7.3",

View file

@ -40,7 +40,6 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/node": "*",
"playwright-core": "1.38.0-next" "playwright-core": "1.38.0-next"
}, },
"optionalDependencies": { "optionalDependencies": {