|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@eslint/js": "^9.37.0", |
| 43 | + "@eslint/js": "^9.38.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.18.10", |
| 53 | + "@types/node": "^22.18.11", |
54 | 54 | "@types/picomatch": "^4.0.2", |
55 | 55 | "@types/stylus": "^0.48.43", |
56 | 56 | "@types/ws": "^8.18.1", |
57 | 57 | "@vitejs/release-scripts": "^1.6.0", |
58 | | - "eslint": "^9.37.0", |
| 58 | + "eslint": "^9.38.0", |
59 | 59 | "eslint-plugin-import-x": "^4.16.1", |
60 | 60 | "eslint-plugin-n": "^17.23.1", |
61 | 61 | "eslint-plugin-regexp": "^2.10.0", |
62 | 62 | "execa": "^9.6.0", |
63 | 63 | "globals": "^16.4.0", |
64 | 64 | "lint-staged": "^16.2.4", |
65 | 65 | "picocolors": "^1.1.1", |
66 | | - "playwright-chromium": "^1.56.0", |
| 66 | + "playwright-chromium": "^1.56.1", |
67 | 67 | "prettier": "3.6.2", |
68 | 68 | "rolldown": "^1.0.0-beta.43", |
69 | 69 | "rollup": "^4.43.0", |
|
91 | 91 | "eslint --cache --fix" |
92 | 92 | ] |
93 | 93 | }, |
94 | | - "packageManager": "[email protected].2", |
| 94 | + "packageManager": "[email protected].3", |
95 | 95 | "stackblitz": { |
96 | 96 | "startCommand": "pnpm --filter='./packages/vite' run dev" |
97 | 97 | } |
|
0 commit comments