Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/jest-dom to v6 (pmndr…
Browse files Browse the repository at this point in the history
…s#2193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent 92bc673 commit 54010d1
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 331 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"@swc/core": "^1.3.41",
"@swc/jest": "^0.2.24",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.11",
"@types/lodash.clamp": "^4.0.7",
"@types/lodash.shuffle": "^4.2.7",
"@types/mdx-js__react": "^1.5.5",
Expand All @@ -90,8 +90,8 @@
"eslint": "^8.36.0",
"flush-microtasks": "^1.0.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"konva": "^9.2.3",
"mock-raf": "npm:@react-spring/mock-raf@1.1.1",
"prettier": "^3.1.1",
Expand Down
1 change: 0 additions & 1 deletion targets/web/src/animated.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as React from 'react'
import { forwardRef } from 'react'
import { render } from '@testing-library/react'
import '@testing-library/jest-dom/extend-expect'
import createMockRaf, { MockRaf } from 'mock-raf'
import { Globals } from '@react-spring/shared'
import { SpringValue, Animatable } from '@react-spring/core'
Expand Down
Loading

0 comments on commit 54010d1

Please sign in to comment.