Skip to content

Commit 663be8c

Browse files
Fix devextreme-react tests: pin @types/react to 18.0.38
1 parent e1645de commit 663be8c

2 files changed

Lines changed: 174 additions & 258 deletions

File tree

packages/devextreme-react/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@
6969
"devDependencies": {
7070
"@testing-library/react": "14.3.1",
7171
"@testing-library/user-event": "14.5.2",
72-
"@types/react": "~18.0.0",
73-
"@types/react-dom": "~18.0.0",
72+
"@types/react": "~18.0.38",
73+
"@types/react-dom": "~18.0.11",
74+
"@typescript-eslint/eslint-plugin": "catalog:",
75+
"@typescript-eslint/parser": "catalog:",
7476
"devextreme-metadata": "workspace:*",
7577
"devextreme-nx-infra-plugin": "workspace:*",
76-
"jest-environment-jsdom": "29.7.0",
77-
"react": "18.0.0",
78-
"react-dom": "18.0.0",
79-
"ts-jest": "29.1.3",
80-
"typescript": "4.9.5",
8178
"eslint": "catalog:",
8279
"eslint-config-airbnb-base": "15.0.0",
8380
"eslint-config-airbnb-typescript": "catalog:",
81+
"eslint-config-devextreme": "1.1.6",
8482
"eslint-plugin-import": "catalog:",
85-
"@typescript-eslint/eslint-plugin": "catalog:",
86-
"@typescript-eslint/parser": "catalog:",
87-
"eslint-config-devextreme": "1.1.6"
83+
"jest-environment-jsdom": "29.7.0",
84+
"react": "18.0.0",
85+
"react-dom": "18.0.0",
86+
"ts-jest": "29.1.3",
87+
"typescript": "4.9.5"
8888
},
8989
"publishConfig": {
9090
"directory": "npm",

0 commit comments

Comments
 (0)