From cb8656f24f7334177a4e09be60f9c1588d2d52e3 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Wed, 6 Sep 2023 16:09:35 -0700 Subject: [PATCH] chore: remove `@types/node` from deps (#26918) This effectively reverts #14230. We will install `@types/node` in `npm init playwright` instead. --- package-lock.json | 8 ++++---- packages/playwright-test/package.json | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77356e2d6d..d35024dc6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1559,7 +1559,8 @@ "node_modules/@types/node": { "version": "16.18.34", "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": { "version": "15.7.3", @@ -6588,7 +6589,6 @@ "version": "1.38.0-next", "license": "Apache-2.0", "dependencies": { - "@types/node": "*", "playwright-core": "1.38.0-next" }, "bin": { @@ -7575,7 +7575,6 @@ "@playwright/test": { "version": "file:packages/playwright-test", "requires": { - "@types/node": "*", "fsevents": "2.3.2", "playwright-core": "1.38.0-next" } @@ -7682,7 +7681,8 @@ "@types/node": { "version": "16.18.34", "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": { "version": "15.7.3", diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 9e6e7fce0a..1b5dbc7e65 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -40,7 +40,6 @@ }, "license": "Apache-2.0", "dependencies": { - "@types/node": "*", "playwright-core": "1.38.0-next" }, "optionalDependencies": {