|
26 | 26 | "plugins-stylelint/*" |
27 | 27 | ], |
28 | 28 | "devDependencies": { |
29 | | - "@babel/core": "^7.28.4", |
30 | | - "@babel/preset-env": "^7.28.0", |
31 | | - "@eslint/js": "^9.36.0", |
32 | | - "@microsoft/api-documenter": "^7.26.34", |
33 | | - "@microsoft/api-extractor": "^7.52.13", |
34 | | - "@rollup/plugin-babel": "^6.0.3", |
35 | | - "@rollup/plugin-commonjs": "^28.0.6", |
36 | | - "@rollup/plugin-node-resolve": "^16.0.1", |
| 29 | + "@babel/core": "^7.28.5", |
| 30 | + "@babel/preset-env": "^7.28.5", |
| 31 | + "@eslint/js": "^9.39.0", |
| 32 | + "@microsoft/api-documenter": "^7.27.3", |
| 33 | + "@microsoft/api-extractor": "^7.53.3", |
| 34 | + "@rollup/plugin-babel": "^6.1.0", |
| 35 | + "@rollup/plugin-commonjs": "^29.0.0", |
| 36 | + "@rollup/plugin-node-resolve": "^16.0.3", |
37 | 37 | "@rollup/plugin-terser": "^0.4.3", |
38 | | - "@rollup/plugin-typescript": "^12.1.4", |
39 | | - "@stryker-mutator/core": "^9.1.1", |
40 | | - "eslint": "^9.36.0", |
41 | | - "globals": "^16.4.0", |
42 | | - "knip": "^5.64.1", |
43 | | - "rollup": "^4.52.3", |
| 38 | + "@rollup/plugin-typescript": "^12.3.0", |
| 39 | + "@stryker-mutator/core": "^9.3.0", |
| 40 | + "eslint": "^9.39.0", |
| 41 | + "globals": "^16.5.0", |
| 42 | + "knip": "^5.67.0", |
| 43 | + "rollup": "^4.52.5", |
44 | 44 | "tslib": "^2.8.0", |
45 | | - "typescript": "^5.8.3", |
46 | | - "typescript-eslint": "^8.44.1" |
| 45 | + "typescript": "^5.9.3", |
| 46 | + "typescript-eslint": "^8.46.2" |
47 | 47 | }, |
48 | 48 | "scripts": { |
49 | 49 | "everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test", |
|
0 commit comments