|
69 | 69 | "devDependencies": { |
70 | 70 | "@testing-library/react": "14.3.1", |
71 | 71 | "@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:", |
74 | 76 | "devextreme-metadata": "workspace:*", |
75 | 77 | "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", |
81 | 78 | "eslint": "catalog:", |
82 | 79 | "eslint-config-airbnb-base": "15.0.0", |
83 | 80 | "eslint-config-airbnb-typescript": "catalog:", |
| 81 | + "eslint-config-devextreme": "1.1.6", |
84 | 82 | "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" |
88 | 88 | }, |
89 | 89 | "publishConfig": { |
90 | 90 | "directory": "npm", |
|
0 commit comments