|
53 | 53 | "@types/fs-extra": "^11.0.4", |
54 | 54 | "@types/less": "^3.0.6", |
55 | 55 | "@types/micromatch": "^4.0.6", |
56 | | - "@types/node": "^20.11.1", |
| 56 | + "@types/node": "^20.11.5", |
57 | 57 | "@types/picomatch": "^2.3.3", |
58 | 58 | "@types/sass": "~1.43.1", |
59 | 59 | "@types/semver": "^7.5.6", |
60 | 60 | "@types/stylus": "^0.48.42", |
61 | 61 | "@types/ws": "^8.5.10", |
62 | | - "@typescript-eslint/eslint-plugin": "^6.18.1", |
63 | | - "@typescript-eslint/parser": "^6.18.1", |
| 62 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 63 | + "@typescript-eslint/parser": "^6.19.0", |
64 | 64 | "@vitejs/release-scripts": "^1.3.1", |
65 | 65 | "conventional-changelog-cli": "^4.1.0", |
66 | 66 | "eslint": "^8.56.0", |
|
74 | 74 | "lint-staged": "^15.2.0", |
75 | 75 | "npm-run-all2": "^6.1.1", |
76 | 76 | "picocolors": "^1.0.0", |
77 | | - "playwright-chromium": "^1.40.1", |
78 | | - "prettier": "3.2.2", |
| 77 | + "playwright-chromium": "^1.41.1", |
| 78 | + "prettier": "3.2.4", |
79 | 79 | "rimraf": "^5.0.5", |
80 | 80 | "rollup": "^4.2.0", |
81 | 81 | "semver": "^7.5.4", |
|
85 | 85 | "typescript": "^5.2.2", |
86 | 86 | "unbuild": "^2.0.0", |
87 | 87 | "vite": "workspace:*", |
88 | | - "vitepress": "1.0.0-rc.36", |
89 | | - "vitest": "^1.2.0", |
90 | | - "vue": "^3.4.13" |
| 88 | + "vitepress": "1.0.0-rc.40", |
| 89 | + "vitest": "^1.2.1", |
| 90 | + "vue": "^3.4.15" |
91 | 91 | }, |
92 | 92 | "simple-git-hooks": { |
93 | 93 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
106 | 106 | "eslint --cache --fix" |
107 | 107 | ] |
108 | 108 | }, |
109 | | - "packageManager": "[email protected].1", |
| 109 | + "packageManager": "[email protected].2", |
110 | 110 | "pnpm": { |
111 | 111 | "overrides": { |
112 | 112 | "vite": "workspace:*" |
|
0 commit comments