|
68 | 68 | "devDependencies": { |
69 | 69 | "@testing-library/react": "14.3.1", |
70 | 70 | "@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", |
73 | 75 | "del": "3.0.0", |
74 | 76 | "devextreme-metadata": "workspace:*", |
| 77 | + "eslint": "catalog:eslint8", |
75 | 78 | "eslint-config-airbnb-base": "15.0.0", |
| 79 | + "eslint-config-airbnb-typescript": "catalog:eslint8", |
76 | 80 | "eslint-config-devextreme": "1.1.5", |
| 81 | + "eslint-plugin-import": "catalog:eslint8", |
77 | 82 | "gulp": "4.0.2", |
78 | 83 | "gulp-header": "2.0.9", |
79 | 84 | "gulp-shell": "0.8.0", |
|
82 | 87 | "react": "18.0.0", |
83 | 88 | "react-dom": "18.0.0", |
84 | 89 | "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" |
91 | 91 | }, |
92 | 92 | "publishConfig": { |
93 | 93 | "directory": "npm", |
|
0 commit comments