|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@eslint/js": "^9.29.0", |
| 43 | + "@eslint/js": "^9.30.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.8", |
51 | 51 | "@types/etag": "^1.8.4", |
52 | 52 | "@types/less": "^3.0.8", |
53 | | - "@types/node": "^22.15.32", |
| 53 | + "@types/node": "^22.15.34", |
54 | 54 | "@types/picomatch": "^4.0.0", |
55 | 55 | "@types/stylus": "^0.48.43", |
56 | 56 | "@types/ws": "^8.18.1", |
57 | 57 | "@vitejs/release-scripts": "^1.5.0", |
58 | 58 | "conventional-changelog-cli": "^5.0.0", |
59 | | - "eslint": "^9.29.0", |
60 | | - "eslint-plugin-import-x": "^4.15.2", |
| 59 | + "eslint": "^9.30.0", |
| 60 | + "eslint-plugin-import-x": "^4.16.1", |
61 | 61 | "eslint-plugin-n": "^17.20.0", |
62 | 62 | "eslint-plugin-regexp": "^2.9.0", |
63 | 63 | "execa": "^9.6.0", |
64 | 64 | "globals": "^16.2.0", |
65 | 65 | "lint-staged": "^16.1.2", |
66 | 66 | "picocolors": "^1.1.1", |
67 | 67 | "playwright-chromium": "^1.53.1", |
68 | | - "prettier": "3.6.0", |
| 68 | + "prettier": "3.6.2", |
69 | 69 | "rollup": "^4.40.0", |
70 | 70 | "simple-git-hooks": "^2.13.0", |
71 | 71 | "tsx": "^4.20.3", |
72 | 72 | "typescript": "~5.7.2", |
73 | | - "typescript-eslint": "^8.34.1", |
| 73 | + "typescript-eslint": "^8.35.0", |
74 | 74 | "vite": "workspace:*", |
75 | 75 | "vitest": "^3.2.4" |
76 | 76 | }, |
|
91 | 91 | "eslint --cache --fix" |
92 | 92 | ] |
93 | 93 | }, |
94 | | - "packageManager": "[email protected].2", |
| 94 | + "packageManager": "[email protected].4", |
95 | 95 | "stackblitz": { |
96 | 96 | "startCommand": "pnpm --filter='./packages/vite' run dev" |
97 | 97 | } |
|
0 commit comments