|
42 | 42 | "uuid": "^9.0.1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@changesets/cli": "^2.28.0", |
46 | | - "@eslint/compat": "^1.3.1", |
47 | | - "@eslint/js": "^9.28.0", |
48 | | - "@matrix-widget-toolkit/testing": "^4.0.0", |
49 | | - "@testing-library/dom": "^10.4.0", |
50 | | - "@testing-library/jest-dom": "^6.6.3", |
51 | | - "@testing-library/react": "^16.0.1", |
52 | | - "@testing-library/user-event": "^14.5.2", |
53 | | - "@types/lodash": "^4.14.202", |
54 | | - "@types/luxon": "^3.2.0", |
55 | | - "@types/node": "^20.17.22", |
56 | | - "@types/pdfmake": "^0.2.11", |
57 | | - "@types/react": "^18.3.23", |
58 | | - "@types/react-beautiful-dnd": "^13.1.8", |
59 | | - "@types/react-dom": "^18.3.1", |
60 | | - "@types/uuid": "^9.0.7", |
61 | | - "@vitejs/plugin-basic-ssl": "^1.2.0", |
62 | | - "@vitejs/plugin-react-swc": "^3.8.0", |
63 | | - "@vitest/coverage-v8": "^3.0.6", |
64 | | - "@vitest/eslint-plugin": "^1.3.4", |
65 | | - "axe-core": "^4.10.0", |
66 | | - "depcheck": "^1.4.7", |
67 | | - "dotenv-cli": "^7.4.4", |
68 | | - "eslint": "^9.28.0", |
69 | | - "eslint-config-prettier": "^10.1.5", |
70 | | - "eslint-plugin-notice": "^1.0.0", |
71 | | - "eslint-plugin-promise": "^7.2.1", |
72 | | - "eslint-plugin-react": "^7.37.5", |
73 | | - "eslint-plugin-react-hooks": "^5.2.0", |
74 | | - "eslint-plugin-testing-library": "^7.6.0", |
75 | | - "happy-dom": "^20.0.8", |
76 | | - "husky": "^9.1.7", |
77 | | - "i18next-cli": "^1.20.1", |
78 | | - "lint-staged": "^15.4.3", |
79 | | - "prettier": "^3.5.1", |
80 | | - "prettier-plugin-organize-imports": "^4.1.0", |
81 | | - "sass": "^1.85.0", |
82 | | - "typescript": "^5.7.2", |
83 | | - "typescript-eslint": "^8.33.1", |
| 45 | + "@changesets/cli": "2.28.1", |
| 46 | + "@eslint/compat": "1.4.1", |
| 47 | + "@eslint/js": "9.31.0", |
| 48 | + "@matrix-widget-toolkit/testing": "4.0.0", |
| 49 | + "@testing-library/dom": "10.4.0", |
| 50 | + "@testing-library/jest-dom": "6.6.3", |
| 51 | + "@testing-library/react": "16.3.0", |
| 52 | + "@testing-library/user-event": "14.5.2", |
| 53 | + "@types/lodash": "4.14.202", |
| 54 | + "@types/luxon": "3.2.0", |
| 55 | + "@types/node": "20.19.24", |
| 56 | + "@types/pdfmake": "0.2.11", |
| 57 | + "@types/react": "18.3.26", |
| 58 | + "@types/react-beautiful-dnd": "13.1.8", |
| 59 | + "@types/react-dom": "18.3.7", |
| 60 | + "@types/uuid": "9.0.7", |
| 61 | + "@vitejs/plugin-basic-ssl": "1.2.0", |
| 62 | + "@vitejs/plugin-react-swc": "3.10.2", |
| 63 | + "@vitest/coverage-v8": "3.2.4", |
| 64 | + "@vitest/eslint-plugin": "1.3.26", |
| 65 | + "axe-core": "4.10.3", |
| 66 | + "depcheck": "1.4.7", |
| 67 | + "dotenv-cli": "7.4.4", |
| 68 | + "eslint": "9.31.0", |
| 69 | + "eslint-config-prettier": "10.1.5", |
| 70 | + "eslint-plugin-notice": "1.0.0", |
| 71 | + "eslint-plugin-promise": "7.2.1", |
| 72 | + "eslint-plugin-react": "7.37.5", |
| 73 | + "eslint-plugin-react-hooks": "5.2.0", |
| 74 | + "eslint-plugin-testing-library": "7.13.3", |
| 75 | + "happy-dom": "20.0.10", |
| 76 | + "husky": "9.1.7", |
| 77 | + "i18next-cli": "1.20.1", |
| 78 | + "lint-staged": "15.4.3", |
| 79 | + "prettier": "3.5.3", |
| 80 | + "prettier-plugin-organize-imports": "4.1.0", |
| 81 | + "sass": "1.85.1", |
| 82 | + "typescript": "5.9.3", |
| 83 | + "typescript-eslint": "8.37.0", |
84 | 84 | "vite": "^6.4.1", |
85 | | - "vitest": "^3.2.4", |
86 | | - "yarn-deduplicate": "^6.0.2" |
| 85 | + "vitest": "3.2.4", |
| 86 | + "yarn-deduplicate": "6.0.2" |
87 | 87 | }, |
88 | 88 | "engines": { |
89 | 89 | "node": ">=20", |
|
0 commit comments