|
69 | 69 | "commitlint": "commitlint --edit"
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@commitlint/cli": "19.5.0", |
73 |
| - "@commitlint/config-conventional": "19.5.0", |
74 |
| - "@cypress/code-coverage": "3.13.5", |
| 72 | + "@commitlint/cli": "19.8.1", |
| 73 | + "@commitlint/config-conventional": "19.8.1", |
| 74 | + "@cypress/code-coverage": "3.14.5", |
75 | 75 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
76 | 76 | "@types/i18n": "0.13.12",
|
77 | 77 | "@types/lodash.clonedeep": "^4.5.9",
|
78 | 78 | "@types/lodash.isequal": "^4.5.8",
|
79 | 79 | "@types/node": "^22.0.0",
|
80 | 80 | "@types/uuid": "10.0.0",
|
81 |
| - "@typescript-eslint/eslint-plugin": "8.12.2", |
82 |
| - "@typescript-eslint/parser": "8.12.2", |
| 81 | + "@typescript-eslint/eslint-plugin": "8.39.1", |
| 82 | + "@typescript-eslint/parser": "8.39.1", |
83 | 83 | "@vitejs/plugin-react": "^4.3.3",
|
84 |
| - "concurrently": "9.0.1", |
85 |
| - "cypress": "13.15.1", |
| 84 | + "concurrently": "9.2.0", |
| 85 | + "cypress": "13.17.0", |
86 | 86 | "env-cmd": "10.1.0",
|
87 | 87 | "eslint": "8.57.1",
|
88 | 88 | "eslint-config-airbnb": "19.0.4",
|
89 | 89 | "eslint-config-airbnb-typescript": "^18.0.0",
|
90 | 90 | "eslint-config-prettier": "9.1.0",
|
91 | 91 | "eslint-config-react-app": "7.0.1",
|
92 | 92 | "eslint-import-resolver-typescript": "^3.6.3",
|
93 |
| - "eslint-plugin-cypress": "4.1.0", |
94 |
| - "eslint-plugin-import": "2.31.0", |
| 93 | + "eslint-plugin-cypress": "4.3.0", |
| 94 | + "eslint-plugin-import": "2.32.0", |
95 | 95 | "eslint-plugin-jsx-a11y": "6.10.2",
|
96 |
| - "eslint-plugin-prettier": "5.2.1", |
| 96 | + "eslint-plugin-prettier": "5.5.4", |
97 | 97 | "eslint-plugin-react": "^7.37.2",
|
98 |
| - "eslint-plugin-react-hooks": "5.0.0", |
| 98 | + "eslint-plugin-react-hooks": "5.2.0", |
99 | 99 | "husky": "9.1.6",
|
100 | 100 | "miragejs": "^0.1.48",
|
101 | 101 | "nock": "^13.5.5",
|
102 | 102 | "nyc": "17.1.0",
|
103 |
| - "prettier": "3.3.3", |
104 |
| - "uuid": "11.0.2", |
| 103 | + "prettier": "3.6.2", |
| 104 | + "uuid": "11.1.0", |
105 | 105 | "vite": "^5.4.10",
|
106 |
| - "vite-plugin-checker": "^0.8.0", |
| 106 | + "vite-plugin-checker": "^0.10.0", |
107 | 107 | "vite-plugin-istanbul": "^6.0.2"
|
108 | 108 | },
|
109 | 109 | "browserslist": {
|
|
0 commit comments