Skip to content

Commit 044d16f

Browse files
author
Claude Bot
committed
Fix devextreme-react tests: pin @types/react to 18.0.38
1 parent bae33bb commit 044d16f

File tree

2 files changed

+236
-185
lines changed

2 files changed

+236
-185
lines changed

packages/devextreme-react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,17 @@
6868
"devDependencies": {
6969
"@testing-library/react": "14.3.1",
7070
"@testing-library/user-event": "14.5.2",
71-
"@types/react": "~18.0.0",
72-
"@types/react-dom": "~18.0.0",
71+
"@types/react": "~18.0.38",
72+
"@types/react-dom": "~18.0.11",
73+
"@typescript-eslint/eslint-plugin": "catalog:eslint8",
74+
"@typescript-eslint/parser": "catalog:eslint8",
7375
"del": "3.0.0",
7476
"devextreme-metadata": "workspace:*",
77+
"eslint": "catalog:eslint8",
7578
"eslint-config-airbnb-base": "15.0.0",
79+
"eslint-config-airbnb-typescript": "catalog:eslint8",
7680
"eslint-config-devextreme": "1.1.5",
81+
"eslint-plugin-import": "catalog:eslint8",
7782
"gulp": "4.0.2",
7883
"gulp-header": "2.0.9",
7984
"gulp-shell": "0.8.0",
@@ -82,12 +87,7 @@
8287
"react": "18.0.0",
8388
"react-dom": "18.0.0",
8489
"ts-jest": "29.1.3",
85-
"typescript": "4.9.5",
86-
"eslint": "catalog:eslint8",
87-
"eslint-config-airbnb-typescript": "catalog:eslint8",
88-
"eslint-plugin-import": "catalog:eslint8",
89-
"@typescript-eslint/eslint-plugin": "catalog:eslint8",
90-
"@typescript-eslint/parser": "catalog:eslint8"
90+
"typescript": "4.9.5"
9191
},
9292
"publishConfig": {
9393
"directory": "npm",

0 commit comments

Comments
 (0)