|
40 | 40 | "ci-docs": "run-s build docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@eslint/js": "^9.4.0", |
| 43 | + "@eslint/js": "^9.5.0", |
44 | 44 | "@types/babel__core": "^7.20.5",
|
45 |
| - "@types/babel__preset-env": "^7.9.6", |
| 45 | + "@types/babel__preset-env": "^7.9.7", |
46 | 46 | "@types/convert-source-map": "^2.0.3",
|
47 | 47 | "@types/cross-spawn": "^6.0.6",
|
48 | 48 | "@types/debug": "^4.1.12",
|
|
51 | 51 | "@types/fs-extra": "^11.0.4",
|
52 | 52 | "@types/less": "^3.0.6",
|
53 | 53 | "@types/micromatch": "^4.0.7",
|
54 |
| - "@types/node": "^20.14.2", |
| 54 | + "@types/node": "^20.14.4", |
55 | 55 | "@types/picomatch": "^2.3.3",
|
56 | 56 | "@types/stylus": "^0.48.42",
|
57 | 57 | "@types/ws": "^8.5.10",
|
58 |
| - "@typescript-eslint/eslint-plugin": "^7.12.0", |
59 |
| - "@typescript-eslint/parser": "^7.12.0", |
| 58 | + "@typescript-eslint/eslint-plugin": "^7.13.1", |
| 59 | + "@typescript-eslint/parser": "^7.13.1", |
60 | 60 | "@vitejs/release-scripts": "^1.3.1",
|
61 | 61 | "conventional-changelog-cli": "^5.0.0",
|
62 | 62 | "eslint": "^8.57.0",
|
63 | 63 | "eslint-plugin-i": "^2.29.1",
|
64 |
| - "eslint-plugin-n": "^17.8.1", |
| 64 | + "eslint-plugin-n": "^17.9.0", |
65 | 65 | "eslint-plugin-regexp": "^2.6.0",
|
66 | 66 | "execa": "^9.2.0",
|
67 | 67 | "fs-extra": "^11.2.0",
|
68 |
| - "globals": "^15.4.0", |
69 |
| - "lint-staged": "^15.2.5", |
| 68 | + "globals": "^15.6.0", |
| 69 | + "lint-staged": "^15.2.7", |
70 | 70 | "npm-run-all2": "^6.2.0",
|
71 | 71 | "picocolors": "^1.0.1",
|
72 | 72 | "playwright-chromium": "^1.44.1",
|
73 |
| - "prettier": "3.3.1", |
| 73 | + "prettier": "3.3.2", |
74 | 74 | "rimraf": "^5.0.7",
|
75 | 75 | "rollup": "^4.13.0",
|
76 | 76 | "rollup-plugin-esbuild": "^6.1.1",
|
77 | 77 | "simple-git-hooks": "^2.11.1",
|
78 | 78 | "tslib": "^2.6.3",
|
79 |
| - "tsx": "^4.15.1", |
| 79 | + "tsx": "^4.15.6", |
80 | 80 | "typescript": "^5.2.2",
|
81 |
| - "typescript-eslint": "^7.12.0", |
| 81 | + "typescript-eslint": "^7.13.1", |
82 | 82 | "vite": "workspace:*",
|
83 | 83 | "vitest": "^1.6.0"
|
84 | 84 | },
|
|
99 | 99 | "eslint --cache --fix"
|
100 | 100 | ]
|
101 | 101 | },
|
102 |
| - "packageManager": "pnpm@9.3.0", |
| 102 | + "packageManager": "pnpm@9.4.0", |
103 | 103 | "pnpm": {
|
104 | 104 | "overrides": {
|
105 | 105 | "vite": "workspace:*"
|
106 | 106 | },
|
107 | 107 | "patchedDependencies": {
|
108 |
| - "acorn@8.11.3": "patches/acorn@8.11.3.patch", |
| 108 | + "acorn@8.12.0": "patches/acorn@8.12.0.patch", |
109 | 109 | "chokidar@3.6.0": "patches/chokidar@3.6.0.patch",
|
110 | 110 | "http-proxy@1.18.1": "patches/http-proxy@1.18.1.patch",
|
111 | 111 | "sirv@2.0.4": "patches/sirv@2.0.4.patch"
|
|
0 commit comments