Skip to content

Commit fbd3e75

Browse files
committed
stick with older types
1 parent 043ad05 commit fbd3e75

12 files changed

+78
-55
lines changed

.pnp.cjs

Lines changed: 44 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"@storybook/test": "8.1.11",
101101
"@terra-ui-packages/test-utils": "1.0.0",
102102
"@testing-library/dom": "^9.3.1",
103-
"@testing-library/jest-dom": "^6.6.2",
104103
"@testing-library/react": "^14.0.0",
105104
"@testing-library/user-event": "^14.4.3",
106105
"@types/jest": "^29.5.12",
@@ -112,6 +111,7 @@
112111
"@types/react-modal": "^3.16.2",
113112
"@types/react-transition-group": "^4.4.10",
114113
"@types/react-virtualized": "^9.21.22",
114+
"@types/testing-library__jest-dom": "^5.14.9",
115115
"@typescript-eslint/eslint-plugin": "^5.59.1",
116116
"@typescript-eslint/parser": "^5.6.0",
117117
"@vitejs/plugin-react": "^4.2.1",

packages/analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@terra-ui-packages/build-utils": "^2.0.1",
3131
"@terra-ui-packages/test-utils": "^1.0.0",
3232
"@testing-library/dom": "^9.3.1",
33-
"@testing-library/jest-dom": "^6.6.2",
3433
"@testing-library/react": "^14.0.0",
3534
"@testing-library/user-event": "^14.4.3",
3635
"@types/jest": "^29.5.12",
3736
"@types/lodash": "^4.14.184",
3837
"@types/react": "^18.2.15",
38+
"@types/testing-library__jest-dom": "^5.14.9",
3939
"jest": "^29.7.0",
4040
"react": "18.2.0",
4141
"react-dom": "18.2.0",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"@terra-ui-packages/build-utils": "^2.0.1",
4141
"@terra-ui-packages/test-utils": "^1.0.0",
4242
"@testing-library/dom": "^9.3.1",
43-
"@testing-library/jest-dom": "^6.6.2",
4443
"@testing-library/react": "^14.0.0",
4544
"@testing-library/user-event": "^14.4.3",
4645
"@types/color": "^3.0.6",
@@ -50,6 +49,7 @@
5049
"@types/react-dom": "^18.2.15",
5150
"@types/react-modal": "^3.16.2",
5251
"@types/react-onclickoutside": "^6.7.5",
52+
"@types/testing-library__jest-dom": "^5.14.9",
5353
"jest": "^29.7.0",
5454
"react": "18.2.0",
5555
"react-dom": "18.2.0",

packages/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@terra-ui-packages/build-utils": "^2.0.1",
3232
"@terra-ui-packages/test-utils": "^1.0.0",
3333
"@testing-library/dom": "^9.3.1",
34-
"@testing-library/jest-dom": "^6.6.2",
3534
"@testing-library/react": "^14.0.0",
3635
"@testing-library/user-event": "^14.4.3",
3736
"@types/jest": "^29.5.12",
3837
"@types/lodash": "^4.14.184",
3938
"@types/react": "^18.2.15",
39+
"@types/testing-library__jest-dom": "^5.14.9",
4040
"jest": "^29.7.0",
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)