@toptal/davinci-qa 17.0.0 → 17.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 17.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2338](https://github.com/toptal/davinci/pull/2338) [`be867e88`](https://github.com/toptal/davinci/commit/be867e889ce701793b06323c9fc96eb2e76596ab) Thanks [@dependabot](https://github.com/apps/dependabot)!
|
|
8
|
+
- bump jest-junit from 13 to 16
|
|
9
|
+
|
|
3
10
|
## 17.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-qa",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"qa",
|
|
6
6
|
"testing"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"jest": "^29.7.0",
|
|
60
60
|
"jest-environment-jsdom": "^29.7.0",
|
|
61
61
|
"jest-html-reporters": "^3.1.4",
|
|
62
|
-
"jest-junit": "^
|
|
62
|
+
"jest-junit": "^16.0.0",
|
|
63
63
|
"jest-silent-reporter": "^0.5.0",
|
|
64
64
|
"jest-styled-components": "^7.0.8",
|
|
65
65
|
"jsdom": "^24.0.0",
|