Skip to content

Commit 2efbfda

Browse files
BayheckBayheck
and
Bayheck
authored
fix: devtools package moved from dev to prod packages (#8327)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## 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 <adil.rakhaliyev@devexpress.com>
1 parent c516f7b commit 2efbfda

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package-lock.json

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "testcafe",
33
"description": "Automated browser testing for the modern web development stack.",
44
"license": "MIT",
5-
"version": "3.7.0-rc.2",
5+
"version": "3.7.0-rc.3",
66
"author": {
77
"name": "Developer Express Inc.",
88
"url": "https://www.devexpress.com/"
@@ -96,6 +96,7 @@
9696
"dedent": "^0.4.0",
9797
"del": "^3.0.0",
9898
"device-specs": "^1.0.0",
99+
"devtools-protocol": "0.0.1109433",
99100
"diff": "^4.0.2",
100101
"elegant-spinner": "^1.0.1",
101102
"email-validator": "^2.0.4",
@@ -192,7 +193,6 @@
192193
"connect": "^3.4.0",
193194
"cors": "^2.8.5",
194195
"cross-env": "^7.0.3",
195-
"devtools-protocol": "0.0.1109433",
196196
"dom-walk": "^0.1.1",
197197
"escape-string-regexp": "^4.0.0",
198198
"eslint": "^7.13.0",

0 commit comments

Comments
 (0)