|
40 | 40 | "ci-docs": "run-s build docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@eslint/js": "^9.6.0", |
| 43 | + "@eslint/js": "^9.7.0", |
44 | 44 | "@types/babel__core": "^7.20.5",
|
45 | 45 | "@types/babel__preset-env": "^7.9.7",
|
46 | 46 | "@types/convert-source-map": "^2.0.3",
|
|
51 | 51 | "@types/fs-extra": "^11.0.4",
|
52 | 52 | "@types/less": "^3.0.6",
|
53 | 53 | "@types/micromatch": "^4.0.9",
|
54 |
| - "@types/node": "^20.14.9", |
| 54 | + "@types/node": "^20.14.10", |
55 | 55 | "@types/picomatch": "^3.0.0",
|
56 | 56 | "@types/stylus": "^0.48.42",
|
57 |
| - "@types/ws": "^8.5.10", |
| 57 | + "@types/ws": "^8.5.11", |
58 | 58 | "@vitejs/release-scripts": "^1.3.1",
|
59 | 59 | "conventional-changelog-cli": "^5.0.0",
|
60 |
| - "eslint": "^9.6.0", |
| 60 | + "eslint": "^9.7.0", |
61 | 61 | "eslint-plugin-import-x": "^3.0.1",
|
62 | 62 | "eslint-plugin-n": "^17.9.0",
|
63 | 63 | "eslint-plugin-regexp": "^2.6.0",
|
64 | 64 | "execa": "^9.3.0",
|
65 | 65 | "fs-extra": "^11.2.0",
|
66 |
| - "globals": "^15.7.0", |
| 66 | + "globals": "^15.8.0", |
67 | 67 | "lint-staged": "^15.2.7",
|
68 |
| - "npm-run-all2": "^6.2.0", |
| 68 | + "npm-run-all2": "^6.2.2", |
69 | 69 | "picocolors": "^1.0.1",
|
70 |
| - "playwright-chromium": "^1.45.0", |
71 |
| - "prettier": "3.3.2", |
72 |
| - "rimraf": "^5.0.7", |
| 70 | + "playwright-chromium": "^1.45.1", |
| 71 | + "prettier": "3.3.3", |
| 72 | + "rimraf": "^5.0.9", |
73 | 73 | "rollup": "^4.13.0",
|
74 | 74 | "rollup-plugin-esbuild": "^6.1.1",
|
75 | 75 | "simple-git-hooks": "^2.11.1",
|
76 | 76 | "tslib": "^2.6.3",
|
77 |
| - "tsx": "^4.16.0", |
| 77 | + "tsx": "^4.16.2", |
78 | 78 | "typescript": "^5.2.2",
|
79 |
| - "typescript-eslint": "^7.15.0", |
| 79 | + "typescript-eslint": "^7.16.1", |
80 | 80 | "vite": "workspace:*",
|
81 |
| - "vitest": "^2.0.2" |
| 81 | + "vitest": "^2.0.3" |
82 | 82 | },
|
83 | 83 | "simple-git-hooks": {
|
84 | 84 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
97 | 97 | "eslint --cache --fix"
|
98 | 98 | ]
|
99 | 99 | },
|
100 |
| - "packageManager": "pnpm@9.4.0", |
| 100 | + "packageManager": "pnpm@9.5.0", |
101 | 101 | "pnpm": {
|
102 | 102 | "overrides": {
|
103 | 103 | "vite": "workspace:*"
|
104 | 104 | },
|
105 | 105 | "patchedDependencies": {
|
106 |
| - "acorn@8.12.0": "patches/acorn@8.12.0.patch", |
| 106 | + "acorn@8.12.1": "patches/acorn@8.12.1.patch", |
107 | 107 | "chokidar@3.6.0": "patches/chokidar@3.6.0.patch",
|
108 | 108 | "http-proxy@1.18.1": "patches/http-proxy@1.18.1.patch",
|
109 | 109 | "sirv@2.0.4": "patches/sirv@2.0.4.patch"
|
|
0 commit comments