|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@eslint/js": "^9.19.0", |
| 43 | + "@eslint/js": "^9.20.0", |
44 | 44 | "@type-challenges/utils": "^0.1.1",
|
45 | 45 | "@types/babel__core": "^7.20.5",
|
46 | 46 | "@types/babel__preset-env": "^7.10.0",
|
|
50 | 50 | "@types/estree": "^1.0.6",
|
51 | 51 | "@types/etag": "^1.8.3",
|
52 | 52 | "@types/less": "^3.0.8",
|
53 |
| - "@types/node": "^22.13.0", |
| 53 | + "@types/node": "^22.13.4", |
54 | 54 | "@types/picomatch": "^3.0.2",
|
55 | 55 | "@types/stylus": "^0.48.43",
|
56 | 56 | "@types/ws": "^8.5.14",
|
57 | 57 | "@vitejs/release-scripts": "^1.3.3",
|
58 | 58 | "conventional-changelog-cli": "^5.0.0",
|
59 |
| - "eslint": "^9.19.0", |
| 59 | + "eslint": "^9.20.1", |
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",
|
63 | 63 | "execa": "^9.5.2",
|
64 |
| - "globals": "^15.14.0", |
| 64 | + "globals": "^15.15.0", |
65 | 65 | "gsap": "^3.12.7",
|
66 | 66 | "lint-staged": "^15.4.3",
|
67 | 67 | "picocolors": "^1.1.1",
|
68 | 68 | "playwright-chromium": "^1.50.1",
|
69 | 69 | "premove": "^4.0.0",
|
70 |
| - "prettier": "3.4.2", |
| 70 | + "prettier": "3.5.1", |
71 | 71 | "rollup": "^4.30.1",
|
72 |
| - "rollup-plugin-esbuild": "^6.1.1", |
| 72 | + "rollup-plugin-esbuild": "^6.2.0", |
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.22.0", |
| 77 | + "typescript-eslint": "^8.24.0", |
78 | 78 | "vite": "workspace:*",
|
79 |
| - "vitest": "^3.0.4" |
| 79 | + "vitest": "^3.0.5" |
80 | 80 | },
|
81 | 81 | "simple-git-hooks": {
|
82 | 82 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments