|
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@esm-bundle/chai": "^4.3.4-fix.0", |
35 | | - "@testing-library/react": "^14.0.0", |
36 | | - "@testing-library/user-event": "^14.5.1", |
37 | | - "@types/chai-as-promised": "^7.1.7", |
38 | | - "@types/chai-dom": "^1.11.0", |
39 | | - "@types/karma": "^6.3.4", |
40 | | - "@types/karma-chrome-launcher": "^3.1.1", |
41 | | - "@types/karma-mocha": "^1.3.1", |
42 | | - "@types/mocha": "^10.0.1", |
43 | | - "@types/sinon": "^17.0.2", |
44 | | - "@vitejs/plugin-react": "^4.2.1", |
45 | | - "chai-as-promised": "^7.1.1", |
46 | | - "chai-dom": "^1.11.0", |
47 | | - "concurrently": "^8.2.0", |
48 | | - "esbuild": "^0.18.2", |
49 | | - "glob": "^10.2.7", |
50 | | - "json-schema-to-typescript": "^13.0.2", |
51 | | - "karma": "^6.4.2", |
| 35 | + "@testing-library/react": "^16.0.0", |
| 36 | + "@testing-library/user-event": "^14.5.2", |
| 37 | + "@types/chai-as-promised": "^7.1.8", |
| 38 | + "@types/chai-dom": "^1.11.3", |
| 39 | + "@types/karma": "^6.3.8", |
| 40 | + "@types/karma-chrome-launcher": "^3.1.4", |
| 41 | + "@types/karma-mocha": "^1.3.4", |
| 42 | + "@types/mocha": "^10.0.6", |
| 43 | + "@types/sinon": "^17.0.3", |
| 44 | + "@vitejs/plugin-react": "^4.3.1", |
| 45 | + "chai-as-promised": "^8.0.0", |
| 46 | + "chai-dom": "^1.12.0", |
| 47 | + "concurrently": "^8.2.2", |
| 48 | + "esbuild": "^0.21.5", |
| 49 | + "glob": "^10.4.1", |
| 50 | + "json-schema-to-typescript": "^14.0.5", |
| 51 | + "karma": "^6.4.3", |
52 | 52 | "karma-chrome-launcher": "^3.2.0", |
53 | | - "karma-coverage": "^2.2.0", |
54 | | - "karma-esbuild": "^2.2.5", |
| 53 | + "karma-coverage": "^2.2.1", |
| 54 | + "karma-esbuild": "^2.3.0", |
55 | 55 | "karma-mocha": "^2.0.1", |
56 | 56 | "karma-vite": "^1.0.5", |
57 | | - "lint-staged": "^13.2.2", |
58 | | - "micromatch": "^4.0.5", |
59 | | - "mocha": "^10.2.0", |
60 | | - "prettier": "^2.8.8", |
61 | | - "rimraf": "^5.0.1", |
62 | | - "simple-git-hooks": "^2.8.1", |
63 | | - "sinon": "^17.0.1", |
64 | | - "tsx": "^3.12.7", |
65 | | - "type-fest": "^3.11.1", |
66 | | - "typescript": "^5.1.3", |
67 | | - "vite": "^5.0.10" |
| 57 | + "lint-staged": "^15.2.5", |
| 58 | + "micromatch": "^4.0.7", |
| 59 | + "mocha": "^10.4.0", |
| 60 | + "prettier": "^3.3.2", |
| 61 | + "rimraf": "^5.0.7", |
| 62 | + "simple-git-hooks": "^2.11.1", |
| 63 | + "sinon": "^18.0.0", |
| 64 | + "tsx": "^4.15.2", |
| 65 | + "type-fest": "^4.20.0", |
| 66 | + "typescript": "^5.4.5", |
| 67 | + "vite": "^5.2.13" |
68 | 68 | }, |
69 | 69 | "workspaces": [ |
70 | 70 | "packages/*" |
|
0 commit comments