From 2efbfda002cdfcd4d134308c981c5907d0e0db74 Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:47:57 +0500 Subject: [PATCH] fix: devtools package moved from dev to prod packages (#8327) ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail Co-authored-by: Bayheck --- package-lock.json | 12 +++++------- package.json | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b17a137ed..68ad1ec99c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.7.0-rc.2", + "version": "3.7.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.7.0-rc.2", + "version": "3.7.0-rc.3", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", @@ -44,6 +44,7 @@ "dedent": "^0.4.0", "del": "^3.0.0", "device-specs": "^1.0.0", + "devtools-protocol": "0.0.1109433", "diff": "^4.0.2", "elegant-spinner": "^1.0.1", "email-validator": "^2.0.4", @@ -143,7 +144,6 @@ "connect": "^3.4.0", "cors": "^2.8.5", "cross-env": "^7.0.3", - "devtools-protocol": "0.0.1109433", "dom-walk": "^0.1.1", "escape-string-regexp": "^4.0.0", "eslint": "^7.13.0", @@ -5522,8 +5522,7 @@ "node_modules/devtools-protocol": { "version": "0.0.1109433", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1109433.tgz", - "integrity": "sha512-w1Eqih66egbSr2eOoGZ+NsdF7HdxmKDo3pKFBySEGsmVvwWWNXzNCDcKrbFnd23Jf7kH1M806OfelXwu+Jk11g==", - "dev": true + "integrity": "sha512-w1Eqih66egbSr2eOoGZ+NsdF7HdxmKDo3pKFBySEGsmVvwWWNXzNCDcKrbFnd23Jf7kH1M806OfelXwu+Jk11g==" }, "node_modules/dezalgo": { "version": "1.0.4", @@ -20784,8 +20783,7 @@ "devtools-protocol": { "version": "0.0.1109433", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1109433.tgz", - "integrity": "sha512-w1Eqih66egbSr2eOoGZ+NsdF7HdxmKDo3pKFBySEGsmVvwWWNXzNCDcKrbFnd23Jf7kH1M806OfelXwu+Jk11g==", - "dev": true + "integrity": "sha512-w1Eqih66egbSr2eOoGZ+NsdF7HdxmKDo3pKFBySEGsmVvwWWNXzNCDcKrbFnd23Jf7kH1M806OfelXwu+Jk11g==" }, "dezalgo": { "version": "1.0.4", diff --git a/package.json b/package.json index f8f59297bc..e6d2826c48 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "3.7.0-rc.2", + "version": "3.7.0-rc.3", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -96,6 +96,7 @@ "dedent": "^0.4.0", "del": "^3.0.0", "device-specs": "^1.0.0", + "devtools-protocol": "0.0.1109433", "diff": "^4.0.2", "elegant-spinner": "^1.0.1", "email-validator": "^2.0.4", @@ -192,7 +193,6 @@ "connect": "^3.4.0", "cors": "^2.8.5", "cross-env": "^7.0.3", - "devtools-protocol": "0.0.1109433", "dom-walk": "^0.1.1", "escape-string-regexp": "^4.0.0", "eslint": "^7.13.0",