Skip to content

Commit 541ba98

Browse files
chore(deps): update testing-library
1 parent 00b4dda commit 541ba98

File tree

4 files changed

+116
-312
lines changed

4 files changed

+116
-312
lines changed

packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@design-systems/cli": "link:../cli",
3636
"@design-systems/utils": "link:../utils",
3737
"@popperjs/core": "^2.9.0",
38-
"@testing-library/react": "11.2.7",
39-
"@testing-library/react-hooks": "7.0.0",
38+
"@testing-library/react": "15.0.4",
39+
"@testing-library/react-hooks": "8.0.1",
4040
"fromentries": "1.3.2",
4141
"react-fast-compare": "3.2.0",
4242
"resize-observer-polyfill": "1.5.1",

packages/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@design-systems/cli": "link:../cli",
44-
"@testing-library/jest-dom": "4.0.0",
45-
"@testing-library/react": "8.0.7",
46-
"@testing-library/react-hooks": "1.1.0",
44+
"@testing-library/jest-dom": "6.4.2",
45+
"@testing-library/react": "15.0.4",
46+
"@testing-library/react-hooks": "8.0.1",
4747
"@types/classnames": "2.2.11",
4848
"@types/react-dom": "16.9.0",
4949
"auto": "10.36.5",

plugins/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@design-systems/plugin": "link:../../packages/plugin",
2727
"@jest/transform": "27.2.1",
2828
"@jest/types": "27.1.1",
29-
"@testing-library/jest-dom": "5.11.4",
29+
"@testing-library/jest-dom": "6.4.2",
3030
"@types/jest": "26.0.20",
3131
"babel-plugin-istanbul": "6.0.0",
3232
"env-ci": "5.0.2",

0 commit comments

Comments
 (0)