|
23 | 23 | "update": "node scripts/importUpdatesFromOldRepo.js" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
| 26 | + "react": "^18", |
| 27 | + "react-dom": "^18", |
26 | 28 | "concurrently": "^5.3.0", |
27 | 29 | "eslint": "^8.0.1", |
28 | 30 | "eslint-plugin-markdown": "^1.0.2", |
|
32 | 34 | "eslint-plugin-import": "^2.25.2", |
33 | 35 | "eslint-plugin-promise": "^6.0.0", |
34 | 36 | "eslint-config-prettier": "8.5.0", |
35 | | - "typescript": "^4.7.4", |
| 37 | + "typescript": "^5.3.3", |
36 | 38 | "@types/react": "^19", |
37 | 39 | "@types/react-dom": "^19", |
38 | 40 | "@typescript-eslint/eslint-plugin": "^5.42.0", |
|
45 | 47 | "@babel/preset-react": "^7.18.6", |
46 | 48 | "@babel/preset-flow": "^7.18.6", |
47 | 49 | "@babel/preset-typescript": "^7.18.6", |
48 | | - "@testing-library/react": "^13.4.0", |
49 | | - "@testing-library/user-event": "14.4.3", |
50 | | - "@testing-library/jest-dom": "5.16.5", |
51 | | - "@testing-library/dom": "9.0.0", |
| 50 | + "@testing-library/dom": "^9.3.4", |
| 51 | + "@testing-library/jest-dom": "^6.4.2", |
| 52 | + "@testing-library/react": "^14.2.1", |
| 53 | + "@testing-library/user-event": "14.5.2", |
52 | 54 | "jest-environment-jsdom": "^29.2.2", |
53 | 55 | "jest-transform-stub": "^2.0.0", |
54 | 56 | "serve": "^14.1.2" |
|
0 commit comments