|
1 | 1 | { |
2 | 2 | "name": "@red-hat-developer-hub/e2e-test-utils", |
3 | | - "version": "1.1.28", |
| 3 | + "version": "1.1.29", |
4 | 4 | "description": "Test utilities for RHDH E2E tests", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "repository": { |
|
89 | 89 | "@playwright/test": "^1.57.0" |
90 | 90 | }, |
91 | 91 | "devDependencies": { |
92 | | - "@backstage/catalog-model": "1.7.5", |
93 | | - "@playwright/test": "1.57.0", |
| 92 | + "@backstage/catalog-model": "1.7.7", |
| 93 | + "@playwright/test": "1.59.1", |
94 | 94 | "@types/fs-extra": "11.0.4", |
95 | 95 | "@types/js-yaml": "4.0.9", |
96 | 96 | "@types/lodash.clonedeepwith": "4.5.9", |
97 | 97 | "@types/lodash.mergewith": "4.6.9", |
98 | | - "@types/node": "24.10.1", |
| 98 | + "@types/node": "25.5.2", |
99 | 99 | "@types/proper-lockfile": "4.1.4", |
100 | 100 | "husky": "9.1.7", |
101 | | - "lint-staged": "15.4.3", |
102 | | - "markdown-link-check": "3.13.6" |
| 101 | + "lint-staged": "16.4.0", |
| 102 | + "markdown-link-check": "3.14.2" |
103 | 103 | }, |
104 | 104 | "dependencies": { |
105 | | - "@axe-core/playwright": "4.11.0", |
106 | | - "@backstage-community/plugin-rbac-common": "1.23.0", |
107 | | - "@eslint/js": "9.39.1", |
| 105 | + "@axe-core/playwright": "4.11.1", |
| 106 | + "@backstage-community/plugin-rbac-common": "1.26.0", |
| 107 | + "@eslint/js": "10.0.1", |
108 | 108 | "@keycloak/keycloak-admin-client": "26.5.6", |
109 | 109 | "@kubernetes/client-node": "1.4.0", |
110 | | - "eslint": "9.39.1", |
| 110 | + "eslint": "10.2.0", |
111 | 111 | "eslint-plugin-check-file": "3.3.1", |
112 | | - "eslint-plugin-playwright": "2.4.0", |
113 | | - "fs-extra": "11.3.2", |
| 112 | + "eslint-plugin-playwright": "2.10.1", |
| 113 | + "fs-extra": "11.3.4", |
114 | 114 | "js-yaml": "4.1.1", |
115 | 115 | "lodash.clonedeepwith": "4.5.0", |
116 | 116 | "lodash.mergewith": "4.6.2", |
117 | | - "otplib": "12.0.1", |
118 | | - "prettier": "3.7.4", |
| 117 | + "otplib": "13.4.0", |
| 118 | + "prettier": "3.8.1", |
119 | 119 | "proper-lockfile": "4.1.2", |
120 | | - "typescript": "5.9.3", |
121 | | - "typescript-eslint": "8.48.1", |
| 120 | + "typescript": "6.0.2", |
| 121 | + "typescript-eslint": "8.58.1", |
122 | 122 | "zx": "8.8.5" |
123 | 123 | }, |
124 | | - "packageManager": "yarn@3.8.7" |
| 124 | + "packageManager": "yarn@4.12.0" |
125 | 125 | } |
0 commit comments