|
41 | 41 | "merge-changelog": "tsx scripts/mergeChangelog.ts" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@eslint/js": "^9.39.4", |
| 44 | + "@eslint/js": "^9.39.5", |
45 | 45 | "@type-challenges/utils": "^0.1.1", |
46 | 46 | "@types/babel__core": "^7.20.5", |
47 | 47 | "@types/babel__preset-env": "^7.10.0", |
48 | 48 | "@types/convert-source-map": "^2.0.3", |
49 | 49 | "@types/cross-spawn": "^6.0.6", |
50 | 50 | "@types/etag": "^1.8.4", |
51 | 51 | "@types/less": "^3.0.8", |
52 | | - "@types/node": "^24.13.2", |
| 52 | + "@types/node": "^24.13.3", |
53 | 53 | "@types/picomatch": "^4.0.3", |
54 | 54 | "@types/stylus": "^0.48.43", |
55 | 55 | "@types/ws": "^8.18.1", |
56 | | - "@vitejs/release-scripts": "^1.7.1", |
57 | | - "eslint": "^9.39.4", |
| 56 | + "@vitejs/release-scripts": "^1.8.0", |
| 57 | + "eslint": "^9.39.5", |
58 | 58 | "eslint-plugin-import-x": "^4.17.1", |
59 | | - "eslint-plugin-n": "^18.2.1", |
| 59 | + "eslint-plugin-n": "^18.2.2", |
60 | 60 | "eslint-plugin-regexp": "^3.1.1", |
61 | 61 | "execa": "^9.6.1", |
62 | 62 | "globals": "^17.7.0", |
63 | 63 | "lint-staged": "^17.0.8", |
64 | | - "oxfmt": "^0.57.0", |
| 64 | + "oxfmt": "^0.58.0", |
65 | 65 | "picocolors": "^1.1.1", |
66 | 66 | "playwright-chromium": "^1.61.1", |
67 | 67 | "rolldown": "~1.1.5", |
68 | 68 | "rollup": "^4.59.0", |
69 | 69 | "simple-git-hooks": "^2.13.1", |
70 | 70 | "tsx": "^4.23.0", |
71 | 71 | "typescript": "~6.0.2", |
72 | | - "typescript-eslint": "^8.62.1", |
| 72 | + "typescript-eslint": "^8.63.0", |
73 | 73 | "vite": "workspace:*", |
74 | | - "vitest": "^4.1.9" |
| 74 | + "vitest": "^4.1.10" |
75 | 75 | }, |
76 | 76 | "simple-git-hooks": { |
77 | 77 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
90 | 90 | "eslint --cache --fix --concurrency auto" |
91 | 91 | ] |
92 | 92 | }, |
93 | | - "packageManager": "[email protected].4", |
| 93 | + "packageManager": "[email protected].5", |
94 | 94 | "stackblitz": { |
95 | 95 | "startCommand": "pnpm --filter='./packages/vite' run dev" |
96 | 96 | } |
|
0 commit comments