|
37 | 37 | "@babel/preset-env": "^7.28.3", |
38 | 38 | "@babel/preset-typescript": "^7.27.1", |
39 | 39 | "@eslint/js": "^9.37.0", |
40 | | - "@playwright/test": "^1.55.1", |
41 | | - "@rollup/plugin-babel": "^6.0.4", |
42 | | - "@rollup/plugin-node-resolve": "^16.0.2", |
| 40 | + "@playwright/test": "^1.56.0", |
| 41 | + "@rollup/plugin-babel": "^6.1.0", |
| 42 | + "@rollup/plugin-node-resolve": "^16.0.3", |
43 | 43 | "@rollup/plugin-terser": "^0.4.4", |
44 | 44 | "@testing-library/dom": "^10.4.1", |
45 | 45 | "@testing-library/jest-dom": "^6.9.1", |
46 | 46 | "@testing-library/user-event": "^14.6.1", |
47 | 47 | "@types/debug": "^4.1.12", |
48 | 48 | "@types/jest-axe": "^3.5.9", |
49 | 49 | "@types/jquery": "^3.5.33", |
50 | | - "@types/node": "^24.6.2", |
| 50 | + "@types/node": "^24.7.2", |
51 | 51 | "@vitest/coverage-istanbul": "^3.2.4", |
52 | | - "@vitest/eslint-plugin": "^1.3.16", |
| 52 | + "@vitest/eslint-plugin": "^1.3.20", |
53 | 53 | "autoprefixer": "^10.4.21", |
54 | 54 | "babel-plugin-istanbul": "^7.0.1", |
55 | 55 | "eslint": "^9.37.0", |
56 | 56 | "eslint-plugin-import": "^2.32.0", |
57 | 57 | "eslint-plugin-jest-dom": "^5.5.0", |
58 | 58 | "eslint-plugin-perfectionist": "^4.15.1", |
59 | 59 | "eslint-plugin-playwright": "^2.2.2", |
60 | | - "eslint-plugin-testing-library": "^7.11.0", |
| 60 | + "eslint-plugin-testing-library": "^7.13.3", |
61 | 61 | "givens": "^1.3.9", |
62 | 62 | "jest-axe": "^10.0.0", |
63 | 63 | "jest-extended": "^6.0.0", |
64 | 64 | "jsdom-testing-mocks": "^1.16.0", |
65 | 65 | "jsonfile": "^6.2.0", |
66 | 66 | "lodash": "^4.17.21", |
67 | | - "msw": "^2.11.3", |
| 67 | + "msw": "^2.11.5", |
68 | 68 | "postcss": "^8.5.6", |
69 | 69 | "postcss-cli": "^11.0.1", |
70 | 70 | "postcss-import": "^16.1.1", |
|
75 | 75 | "rollup-plugin-serve": "^3.0.0", |
76 | 76 | "tslib": "^2.8.1", |
77 | 77 | "typescript": "^5.9.3", |
78 | | - "typescript-eslint": "^8.45.0", |
| 78 | + "typescript-eslint": "^8.46.1", |
79 | 79 | "vitest": "^3.2.4" |
80 | 80 | }, |
81 | 81 | "pnpm": { |
82 | 82 | "onlyBuiltDependencies": [ |
| 83 | + "esbuild", |
83 | 84 | "msw", |
84 | 85 | "unrs-resolver" |
85 | 86 | ] |
|
0 commit comments