Skip to content

Commit

Permalink
fix: devtools package moved from dev to prod packages (#8327)
Browse files Browse the repository at this point in the history
<!--
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 <[email protected]>
  • Loading branch information
Bayheck and Bayheck authored Oct 30, 2024
1 parent c516f7b commit 2efbfda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2efbfda

Please sign in to comment.