Skip to content

Commit 08fe1d9

Browse files
chore: update dependency @testing-library/react to v14 (#43)
* chore: update dependency @testing-library/react to v14 * chore: update deps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Manol Donev <manol.donev@gmail.com>
1 parent 082ae93 commit 08fe1d9

File tree

2 files changed

+86
-149
lines changed

2 files changed

+86
-149
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@tanstack/react-query": "^5.24.1",
1313
"@tanstack/react-query-devtools": "^5.24.1",
1414
"@testing-library/jest-dom": "^6.4.2",
15-
"@testing-library/react": "^13.4.0",
15+
"@testing-library/react": "^14.0.0",
1616
"@testing-library/user-event": "^14.4.3",
1717
"@vitejs/plugin-react": "^4.2.1",
1818
"axios": "^1.1.2",
1919
"immer": "^10.0.0",
2020
"jotai": "^2.6.5",
2121
"jotai-immer": "^0.3.0",
2222
"jotai-tanstack-query": "^0.8.5",
23-
"jsdom": "^20.0.0",
23+
"jsdom": "^24.0.0",
2424
"msw": "^2.2.1",
2525
"parser^6.21.0": "link:@typescript-eslint/parser^6.21.0",
2626
"react": "^18.2.0",
@@ -53,7 +53,7 @@
5353
"eslint-config-prettier": "^8.5.0",
5454
"eslint-plugin-eslint-comments": "^3.2.0",
5555
"eslint-plugin-import": "^2.26.0",
56-
"eslint-plugin-jest-dom": "^4.0.2",
56+
"eslint-plugin-jest-dom": "^5.1.0",
5757
"eslint-plugin-jsx-a11y": "^6.6.1",
5858
"eslint-plugin-prettier": "^4.2.1",
5959
"eslint-plugin-react": "^7.31.8",

0 commit comments

Comments
 (0)