|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@eslint/js": "^9.17.0", |
| 43 | + "@eslint/js": "^9.18.0", |
44 | 44 | "@type-challenges/utils": "^0.1.1", |
45 | 45 | "@types/babel__core": "^7.20.5", |
46 | 46 | "@types/babel__preset-env": "^7.9.7", |
|
50 | 50 | "@types/estree": "^1.0.6", |
51 | 51 | "@types/etag": "^1.8.3", |
52 | 52 | "@types/less": "^3.0.7", |
53 | | - "@types/node": "^22.10.5", |
| 53 | + "@types/node": "^22.10.6", |
54 | 54 | "@types/picomatch": "^3.0.1", |
55 | 55 | "@types/stylus": "^0.48.43", |
56 | 56 | "@types/ws": "^8.5.13", |
57 | | - "@vitejs/release-scripts": "^1.3.2", |
| 57 | + "@vitejs/release-scripts": "^1.3.3", |
58 | 58 | "conventional-changelog-cli": "^5.0.0", |
59 | | - "eslint": "^9.17.0", |
| 59 | + "eslint": "^9.18.0", |
60 | 60 | "eslint-plugin-import-x": "^4.6.1", |
61 | 61 | "eslint-plugin-n": "^17.15.1", |
62 | 62 | "eslint-plugin-regexp": "^2.7.0", |
|
68 | 68 | "playwright-chromium": "^1.49.1", |
69 | 69 | "premove": "^4.0.0", |
70 | 70 | "prettier": "3.4.2", |
71 | | - "rollup": "^4.23.0", |
| 71 | + "rollup": "^4.30.1", |
72 | 72 | "rollup-plugin-esbuild": "^6.1.1", |
73 | 73 | "simple-git-hooks": "^2.11.1", |
74 | 74 | "tslib": "^2.8.1", |
75 | 75 | "tsx": "^4.19.2", |
76 | 76 | "typescript": "~5.7.2", |
77 | | - "typescript-eslint": "^8.19.1", |
| 77 | + "typescript-eslint": "^8.20.0", |
78 | 78 | "vite": "workspace:*", |
79 | 79 | "vitest": "^3.0.2" |
80 | 80 | }, |
|
95 | 95 | "eslint --cache --fix" |
96 | 96 | ] |
97 | 97 | }, |
98 | | - "packageManager": "[email protected].3", |
| 98 | + "packageManager": "[email protected].4", |
99 | 99 | "pnpm": { |
100 | 100 | "overrides": { |
101 | 101 | "vite": "workspace:*" |
|
0 commit comments