|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@eslint/js": "^9.22.0", |
| 43 | + "@eslint/js": "^9.24.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",
|
47 | 47 | "@types/convert-source-map": "^2.0.3",
|
48 | 48 | "@types/cross-spawn": "^6.0.6",
|
49 | 49 | "@types/debug": "^4.1.12",
|
50 |
| - "@types/estree": "^1.0.6", |
| 50 | + "@types/estree": "^1.0.7", |
51 | 51 | "@types/etag": "^1.8.3",
|
52 | 52 | "@types/less": "^3.0.8",
|
53 | 53 | "@types/node": "^22.13.6",
|
54 | 54 | "@types/picomatch": "^4.0.0",
|
55 | 55 | "@types/stylus": "^0.48.43",
|
56 |
| - "@types/ws": "^8.18.0", |
57 |
| - "@vitejs/release-scripts": "^1.3.3", |
| 56 | + "@types/ws": "^8.18.1", |
| 57 | + "@vitejs/release-scripts": "^1.5.0", |
58 | 58 | "conventional-changelog-cli": "^5.0.0",
|
59 |
| - "eslint": "^9.22.0", |
60 |
| - "eslint-plugin-import-x": "^4.8.0", |
61 |
| - "eslint-plugin-n": "^17.16.2", |
| 59 | + "eslint": "^9.24.0", |
| 60 | + "eslint-plugin-import-x": "^4.10.5", |
| 61 | + "eslint-plugin-n": "^17.17.0", |
62 | 62 | "eslint-plugin-regexp": "^2.7.0",
|
63 | 63 | "execa": "^9.5.2",
|
64 | 64 | "globals": "^16.0.0",
|
65 | 65 | "gsap": "^3.12.7",
|
66 |
| - "lint-staged": "^15.5.0", |
| 66 | + "lint-staged": "^15.5.1", |
67 | 67 | "picocolors": "^1.1.1",
|
68 | 68 | "playwright-chromium": "^1.50.1",
|
69 | 69 | "premove": "^4.0.0",
|
70 | 70 | "prettier": "3.5.3",
|
71 | 71 | "rollup": "^4.34.9",
|
72 | 72 | "rollup-plugin-esbuild": "^6.2.1",
|
73 |
| - "simple-git-hooks": "^2.11.1", |
| 73 | + "simple-git-hooks": "^2.12.1", |
74 | 74 | "tslib": "^2.8.1",
|
75 | 75 | "tsx": "^4.19.3",
|
76 | 76 | "typescript": "~5.7.2",
|
77 |
| - "typescript-eslint": "^8.26.1", |
| 77 | + "typescript-eslint": "^8.30.1", |
78 | 78 | "vite": "workspace:*",
|
79 |
| - "vitest": "^3.0.8" |
| 79 | + "vitest": "^3.1.1" |
80 | 80 | },
|
81 | 81 | "simple-git-hooks": {
|
82 | 82 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
95 | 95 | "eslint --cache --fix"
|
96 | 96 | ]
|
97 | 97 | },
|
98 |
| - "packageManager": "pnpm@10.6.3", |
| 98 | + "packageManager": "pnpm@10.8.1", |
99 | 99 | "pnpm": {
|
100 | 100 | "overrides": {
|
101 | 101 | "vite": "workspace:*"
|
|
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
| 107 | + |
109 | 108 | },
|
110 | 109 | "peerDependencyRules": {
|
111 | 110 | "allowedVersions": {
|
|
0 commit comments