|
36 | 36 | "@babel/core": "^7.28.4", |
37 | 37 | "@babel/preset-env": "^7.28.3", |
38 | 38 | "@babel/preset-typescript": "^7.27.1", |
39 | | - "@eslint/js": "^9.36.0", |
40 | | - "@playwright/test": "^1.55.1", |
41 | | - "@rollup/plugin-babel": "^6.0.4", |
42 | | - "@rollup/plugin-node-resolve": "^16.0.1", |
| 39 | + "@eslint/js": "^9.38.0", |
| 40 | + "@playwright/test": "^1.56.1", |
| 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 | | - "@testing-library/jest-dom": "^6.8.0", |
| 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.5.2", |
51 | | - "@vitest/coverage-istanbul": "^3.2.4", |
52 | | - "@vitest/eslint-plugin": "^1.3.13", |
| 50 | + "@types/node": "^24.9.1", |
| 51 | + "@vitest/coverage-istanbul": "^4", |
| 52 | + "@vitest/eslint-plugin": "^1.3.23", |
53 | 53 | "autoprefixer": "^10.4.21", |
54 | | - "babel-jest": "^30.1.2", |
55 | 54 | "babel-plugin-istanbul": "^7.0.1", |
56 | | - "eslint": "^9.36.0", |
| 55 | + "eslint": "^9.38.0", |
57 | 56 | "eslint-plugin-import": "^2.32.0", |
58 | 57 | "eslint-plugin-jest-dom": "^5.5.0", |
59 | | - "eslint-plugin-perfectionist": "^4.15.0", |
| 58 | + "eslint-plugin-perfectionist": "^4.15.1", |
60 | 59 | "eslint-plugin-playwright": "^2.2.2", |
61 | | - "eslint-plugin-testing-library": "^7.10.0", |
| 60 | + "eslint-plugin-testing-library": "^7.13.3", |
62 | 61 | "givens": "^1.3.9", |
63 | 62 | "jest-axe": "^10.0.0", |
64 | 63 | "jest-extended": "^6.0.0", |
65 | 64 | "jsdom-testing-mocks": "^1.16.0", |
66 | 65 | "jsonfile": "^6.2.0", |
67 | 66 | "lodash": "^4.17.21", |
68 | | - "msw": "^2.11.3", |
| 67 | + "msw": "^2.11.6", |
69 | 68 | "postcss": "^8.5.6", |
70 | 69 | "postcss-cli": "^11.0.1", |
71 | 70 | "postcss-import": "^16.1.1", |
72 | 71 | "postcss-load-config": "^6.0.1", |
73 | 72 | "postcss-nested": "^7.0.2", |
74 | 73 | "prettier": "^3.6.2", |
75 | | - "rollup": "^4.52.2", |
| 74 | + "rollup": "^4.52.5", |
76 | 75 | "rollup-plugin-serve": "^3.0.0", |
77 | 76 | "tslib": "^2.8.1", |
78 | | - "typescript": "^5.9.2", |
79 | | - "typescript-eslint": "^8.44.1", |
80 | | - "vitest": "^3.2.4" |
| 77 | + "typescript": "^5.9.3", |
| 78 | + "typescript-eslint": "^8.46.2", |
| 79 | + "vitest": "^4" |
81 | 80 | }, |
82 | 81 | "pnpm": { |
83 | 82 | "onlyBuiltDependencies": [ |
| 83 | + "esbuild", |
84 | 84 | "msw", |
85 | 85 | "unrs-resolver" |
86 | 86 | ] |
|
0 commit comments