|
41 | 41 | "ci-docs": "run-s build docs-build"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/types": "^7.23.3", |
| 44 | + "@babel/types": "^7.23.4", |
45 | 45 | "@eslint-types/import": "^2.29.0-1",
|
46 |
| - "@eslint-types/typescript-eslint": "^6.11.0", |
| 46 | + "@eslint-types/typescript-eslint": "^6.12.0", |
47 | 47 | "@rollup/plugin-typescript": "^11.1.5",
|
48 |
| - "@types/babel__core": "^7.20.4", |
49 |
| - "@types/babel__preset-env": "^7.9.5", |
| 48 | + "@types/babel__core": "^7.20.5", |
| 49 | + "@types/babel__preset-env": "^7.9.6", |
50 | 50 | "@types/convert-source-map": "^2.0.3",
|
51 |
| - "@types/cross-spawn": "^6.0.5", |
| 51 | + "@types/cross-spawn": "^6.0.6", |
52 | 52 | "@types/debug": "^4.1.12",
|
53 | 53 | "@types/estree": "^1.0.5",
|
54 | 54 | "@types/etag": "^1.8.3",
|
55 | 55 | "@types/fs-extra": "^11.0.4",
|
56 | 56 | "@types/json-stable-stringify": "^1.0.36",
|
57 | 57 | "@types/less": "^3.0.6",
|
58 |
| - "@types/micromatch": "^4.0.5", |
59 |
| - "@types/node": "^20.9.0", |
| 58 | + "@types/micromatch": "^4.0.6", |
| 59 | + "@types/node": "^20.10.0", |
60 | 60 | "@types/picomatch": "^2.3.3",
|
61 |
| - "@types/semver": "^7.5.4", |
| 61 | + "@types/semver": "^7.5.6", |
62 | 62 | "@types/sass": "~1.43.1",
|
63 | 63 | "@types/stylus": "^0.48.42",
|
64 |
| - "@types/ws": "^8.5.9", |
65 |
| - "@typescript-eslint/eslint-plugin": "^6.10.0", |
66 |
| - "@typescript-eslint/parser": "^6.10.0", |
| 64 | + "@types/ws": "^8.5.10", |
| 65 | + "@typescript-eslint/eslint-plugin": "^6.12.0", |
| 66 | + "@typescript-eslint/parser": "^6.12.0", |
67 | 67 | "@vitejs/release-scripts": "^1.3.1",
|
68 | 68 | "conventional-changelog-cli": "^4.1.0",
|
69 |
| - "eslint": "^8.53.0", |
| 69 | + "eslint": "^8.54.0", |
70 | 70 | "eslint-define-config": "^2.0.0",
|
71 | 71 | "eslint-plugin-import": "^2.29.0",
|
72 | 72 | "eslint-plugin-n": "^16.3.1",
|
|
77 | 77 | "lint-staged": "^15.1.0",
|
78 | 78 | "npm-run-all2": "^6.1.1",
|
79 | 79 | "picocolors": "^1.0.0",
|
80 |
| - "playwright-chromium": "^1.39.0", |
| 80 | + "playwright-chromium": "^1.40.0", |
81 | 81 | "prettier": "3.1.0",
|
82 | 82 | "rimraf": "^5.0.5",
|
83 | 83 | "rollup": "^4.2.0",
|
84 | 84 | "semver": "^7.5.4",
|
85 | 85 | "simple-git-hooks": "^2.9.0",
|
86 | 86 | "tslib": "^2.6.2",
|
87 |
| - "tsx": "^4.1.2", |
| 87 | + "tsx": "^4.5.0", |
88 | 88 | "typescript": "^5.2.2",
|
89 | 89 | "unbuild": "^2.0.0",
|
90 | 90 | "vite": "workspace:*",
|
91 |
| - "vitepress": "1.0.0-rc.25", |
| 91 | + "vitepress": "1.0.0-rc.31", |
92 | 92 | "vitest": "^0.34.6",
|
93 |
| - "vue": "^3.3.8" |
| 93 | + "vue": "^3.3.9" |
94 | 94 | },
|
95 | 95 | "simple-git-hooks": {
|
96 | 96 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
109 | 109 | "eslint --cache --fix"
|
110 | 110 | ]
|
111 | 111 | },
|
112 |
| - "packageManager": "pnpm@8.10.3", |
| 112 | + "packageManager": "pnpm@8.11.0", |
113 | 113 | "pnpm": {
|
114 | 114 | "overrides": {
|
115 | 115 | "vite": "workspace:*"
|
|
124 | 124 | "patchedDependencies": {
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
128 |
| - |
| 127 | + |
129 | 128 | },
|
130 | 129 | "peerDependencyRules": {
|
131 | 130 | "allowedVersions": {
|
|
0 commit comments