|
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | 50 | "@ant-design/icons": "^4.3.0", |
| 51 | + "@testing-library/dom": "^10.4.0", |
51 | 52 | "@types/socket.io": "^2.1.11", |
52 | 53 | "antd": "^5.23.3", |
53 | 54 | "basic-auth": "^2.0.1", |
|
66 | 67 | "sequelize": "^6.37.5", |
67 | 68 | "socket.io": "^3.0.3", |
68 | 69 | "socket.io-client": "^3.0.3", |
| 70 | + "ts-jest": "^29.2.5", |
69 | 71 | "tsscmp": "^1.0.6", |
70 | 72 | "uuid": "^8.3.1" |
71 | 73 | }, |
72 | 74 | "devDependencies": { |
73 | | - "@testing-library/jest-dom": "^5.11.5", |
74 | | - "@testing-library/react": "^10.0.1", |
| 75 | + "@testing-library/jest-dom": "^6.6.3", |
| 76 | + "@testing-library/react": "^16.2.0", |
75 | 77 | "@types/basic-auth": "^1.1.3", |
76 | | - "@types/jest": "^25.1.4", |
77 | | - "@types/node": "^13.9.5", |
| 78 | + "@types/jest": "^29.5.14", |
| 79 | + "@types/node": "^22.13.1", |
78 | 80 | "@types/react": "^19.0.8", |
79 | 81 | "@typescript-eslint/eslint-plugin": "^2.25.0", |
80 | 82 | "@typescript-eslint/parser": "^2.25.0", |
81 | | - "babel-jest": "^25.2.3", |
| 83 | + "babel-jest": "^29.7.0", |
82 | 84 | "eslint": "^6.8.0", |
83 | 85 | "eslint-config-prettier": "^6.10.1", |
84 | 86 | "eslint-plugin-prettier": "^3.1.4", |
85 | 87 | "eslint-plugin-react": "^7.19.0", |
86 | 88 | "husky": "^4.3.0", |
87 | 89 | "identity-obj-proxy": "^3.0.0", |
88 | | - "jest": "^25.2.3", |
| 90 | + "jest": "^29.7.0", |
| 91 | + "jest-environment-jsdom": "^29.7.0", |
89 | 92 | "jest-watch-typeahead": "^0.5.0", |
90 | 93 | "lint-staged": "^10.0.10", |
91 | 94 | "nodemon": "^2.0.6", |
|
0 commit comments