Skip to content

Commit 2549c23

Browse files
renovate[bot]joshuaellis
authored andcommitted
chore(deps): update dependency @testing-library/jest-dom to v6
1 parent bcc6dec commit 2549c23

File tree

4 files changed

+576
-334
lines changed

4 files changed

+576
-334
lines changed

docs/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,5 @@
5555
"concurrently": "^8.0.1",
5656
"ts-node": "^10.9.1"
5757
},
58-
"engines": {
59-
"node": ">=20.10.0"
60-
},
6158
"sideEffects": false
6259
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"@swc/core": "^1.3.41",
7474
"@swc/jest": "^0.2.24",
7575
"@testing-library/cypress": "^10.0.1",
76-
"@testing-library/jest-dom": "^5.16.5",
77-
"@testing-library/react": "^14.0.0",
76+
"@testing-library/jest-dom": "^6.1.5",
77+
"@testing-library/react": "^14.1.2",
7878
"@types/fs-extra": "^11.0.1",
79-
"@types/jest": "^29.5.0",
79+
"@types/jest": "^29.5.11",
8080
"@types/lodash.clamp": "^4.0.7",
8181
"@types/lodash.shuffle": "^4.2.7",
8282
"@types/mdx-js__react": "^1.5.5",
@@ -90,8 +90,8 @@
9090
"eslint": "^8.36.0",
9191
"flush-microtasks": "^1.0.1",
9292
"husky": "^8.0.3",
93-
"jest": "^29.5.0",
94-
"jest-environment-jsdom": "^29.5.0",
93+
"jest": "^29.7.0",
94+
"jest-environment-jsdom": "^29.7.0",
9595
"konva": "^9.2.3",
9696
"mock-raf": "npm:@react-spring/[email protected]",
9797
"prettier": "^2.8.4",

targets/web/src/animated.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as React from 'react'
22
import { forwardRef } from 'react'
33
import { render } from '@testing-library/react'
4-
import '@testing-library/jest-dom/extend-expect'
54
import createMockRaf, { MockRaf } from 'mock-raf'
65
import { Globals } from '@react-spring/shared'
76
import { SpringValue, Animatable } from '@react-spring/core'

0 commit comments

Comments
 (0)