|
90 | 90 | "cov:report": "open ./coverage/lcov-report/index.html" |
91 | 91 | }, |
92 | 92 | "devDependencies": { |
93 | | - "@commitlint/cli": "19.8.1", |
94 | | - "@commitlint/config-conventional": "19.8.1", |
95 | | - "@commitlint/types": "^19.0.0", |
| 93 | + "@commitlint/cli": "20.0.0", |
| 94 | + "@commitlint/config-conventional": "20.0.0", |
| 95 | + "@commitlint/types": "20.0.0", |
96 | 96 | "@cypress/code-coverage": "3.14.5", |
97 | 97 | "@eslint/compat": "^1.2.0", |
98 | 98 | "@eslint/eslintrc": "3.3.1", |
|
108 | 108 | "@types/lodash.shuffle": "^4.2.9", |
109 | 109 | "@types/node": "22.18.6", |
110 | 110 | "@types/papaparse": "^5", |
111 | | - "@types/react": "^19.0.0", |
112 | | - "@types/react-dom": "^19.0.0", |
| 111 | + "@types/react": "~19.1.15", |
| 112 | + "@types/react-dom": "~19.1.9", |
113 | 113 | "@types/react-plotly.js": "^2.6.3", |
114 | 114 | "@typescript-eslint/eslint-plugin": "8.44.1", |
115 | 115 | "@typescript-eslint/parser": "8.44.1", |
116 | 116 | "@vitejs/plugin-react": "^4.2.1", |
117 | 117 | "@vitest/browser": "^3.0.0", |
118 | | - "concurrently": "9.2.0", |
| 118 | + "concurrently": "~9.2.1", |
119 | 119 | "cypress": "13.17.0", |
120 | 120 | "env-cmd": "10.1.0", |
121 | 121 | "eslint": "9.36.0", |
122 | 122 | "eslint-config-airbnb": "19.0.4", |
123 | | - "eslint-config-prettier": "10.1.5", |
| 123 | + "eslint-config-prettier": "10.1.8", |
124 | 124 | "eslint-import-resolver-typescript": "^3.6.1", |
125 | 125 | "eslint-plugin-cypress": "4.3.0", |
126 | 126 | "eslint-plugin-import": "2.32.0", |
127 | 127 | "eslint-plugin-jsx-a11y": "6.10.2", |
128 | | - "eslint-plugin-prettier": "5.5.1", |
| 128 | + "eslint-plugin-prettier": "5.5.4", |
129 | 129 | "eslint-plugin-react": "^7.33.2", |
130 | 130 | "eslint-plugin-react-hooks": "5.2.0", |
131 | 131 | "husky": "9.1.7", |
|
137 | 137 | "pretty-quick": "4.2.2", |
138 | 138 | "stylis-plugin-rtl": "^2.1.1", |
139 | 139 | "uuid": "^11.0.0", |
140 | | - "vite": "^6.0.0", |
| 140 | + "vite": "~6.3.6", |
141 | 141 | "vite-plugin-checker": "^0.10.0", |
142 | 142 | "vite-plugin-istanbul": "^6.0.0", |
143 | 143 | "vite-plugin-top-level-await": "^1.4.4", |
|
0 commit comments