|
74 | 74 | "cov:report": "open ./coverage/lcov-report/index.html" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@commitlint/cli": "19.6.1", |
78 | | - "@commitlint/config-conventional": "19.6.0", |
79 | | - "@cypress/code-coverage": "3.13.10", |
| 77 | + "@commitlint/cli": "19.8.1", |
| 78 | + "@commitlint/config-conventional": "19.8.1", |
| 79 | + "@cypress/code-coverage": "3.14.6", |
80 | 80 | "@cypress/instrument-cra": "1.4.0", |
81 | | - "@tanstack/react-query-devtools": "4.36.1", |
| 81 | + "@tanstack/react-query-devtools": "4.41.0", |
82 | 82 | "@trivago/prettier-plugin-sort-imports": "5.2.1", |
83 | 83 | "@types/file-saver": "^2.0.7", |
84 | 84 | "@types/i18n": "0.13.12", |
|
89 | 89 | "@types/react": "18.3.18", |
90 | 90 | "@types/react-dom": "18.3.5", |
91 | 91 | "@types/uuid": "^10.0.0", |
92 | | - "@typescript-eslint/eslint-plugin": "8.19.1", |
93 | | - "@typescript-eslint/parser": "8.19.1", |
| 92 | + "@typescript-eslint/eslint-plugin": "8.44.1", |
| 93 | + "@typescript-eslint/parser": "8.44.1", |
94 | 94 | "@vitejs/plugin-react": "^4.3.4", |
95 | 95 | "@vitest/browser": "^2.1.8", |
96 | | - "concurrently": "9.1.2", |
| 96 | + "concurrently": "9.2.1", |
97 | 97 | "cross-env": "7.0.3", |
98 | 98 | "cypress": "13.17.0", |
99 | 99 | "cypress-file-upload": "5.0.8", |
|
103 | 103 | "eslint-config-prettier": "~8.10.0", |
104 | 104 | "eslint-config-react": "1.1.7", |
105 | 105 | "eslint-config-react-app": "~7.0.1", |
106 | | - "eslint-import-resolver-typescript": "~3.6.1", |
| 106 | + "eslint-import-resolver-typescript": "~3.10.0", |
107 | 107 | "eslint-plugin-cypress": "~2.15.2", |
108 | | - "eslint-plugin-import": "~2.29.1", |
109 | | - "eslint-plugin-jsx-a11y": "~6.9.0", |
110 | | - "eslint-plugin-prettier": "5.1.3", |
111 | | - "eslint-plugin-react": "7.34.3", |
| 108 | + "eslint-plugin-import": "~2.32.0", |
| 109 | + "eslint-plugin-jsx-a11y": "~6.10.0", |
| 110 | + "eslint-plugin-prettier": "5.5.4", |
| 111 | + "eslint-plugin-react": "7.37.5", |
112 | 112 | "eslint-plugin-react-hooks": "~4.6.2", |
113 | 113 | "husky": "~9.1.7", |
114 | 114 | "npm-run-all2": "6.2.6", |
115 | 115 | "nyc": "17.1.0", |
116 | | - "prettier": "3.4.2", |
| 116 | + "prettier": "3.6.2", |
117 | 117 | "standard-version": "9.5.0", |
118 | | - "typescript": "5.7.3", |
| 118 | + "typescript": "5.9.2", |
119 | 119 | "vite": "^6.0.7", |
120 | | - "vite-plugin-checker": "^0.8.0", |
| 120 | + "vite-plugin-checker": "^0.10.0", |
121 | 121 | "vite-plugin-istanbul": "^6.0.2", |
122 | 122 | "wait-on": "8.0.2" |
123 | 123 | }, |
|
0 commit comments