|
43 | 43 | "devDependencies": {
|
44 | 44 | "@babel/types": "^7.23.0",
|
45 | 45 | "@rollup/plugin-typescript": "^11.1.5",
|
46 |
| - "@types/babel__core": "^7.20.2", |
47 |
| - "@types/babel__preset-env": "^7.9.3", |
48 |
| - "@types/convert-source-map": "^2.0.1", |
49 |
| - "@types/cross-spawn": "^6.0.3", |
50 |
| - "@types/debug": "^4.1.9", |
51 |
| - "@types/estree": "^1.0.2", |
52 |
| - "@types/etag": "^1.8.1", |
53 |
| - "@types/fs-extra": "^11.0.2", |
54 |
| - "@types/json-stable-stringify": "^1.0.34", |
55 |
| - "@types/less": "^3.0.4", |
56 |
| - "@types/micromatch": "^4.0.3", |
57 |
| - "@types/node": "^18.18.5", |
58 |
| - "@types/picomatch": "^2.3.1", |
| 46 | + "@types/babel__core": "^7.20.3", |
| 47 | + "@types/babel__preset-env": "^7.9.4", |
| 48 | + "@types/convert-source-map": "^2.0.2", |
| 49 | + "@types/cross-spawn": "^6.0.4", |
| 50 | + "@types/debug": "^4.1.10", |
| 51 | + "@types/estree": "^1.0.3", |
| 52 | + "@types/etag": "^1.8.2", |
| 53 | + "@types/fs-extra": "^11.0.3", |
| 54 | + "@types/json-stable-stringify": "^1.0.35", |
| 55 | + "@types/less": "^3.0.5", |
| 56 | + "@types/micromatch": "^4.0.4", |
| 57 | + "@types/node": "^18.18.7", |
| 58 | + "@types/picomatch": "^2.3.2", |
59 | 59 | "@types/sass": "~1.43.1",
|
60 |
| - "@types/stylus": "^0.48.40", |
61 |
| - "@types/ws": "^8.5.7", |
62 |
| - "@typescript-eslint/eslint-plugin": "^6.7.5", |
63 |
| - "@typescript-eslint/parser": "^6.7.5", |
| 60 | + "@types/stylus": "^0.48.41", |
| 61 | + "@types/ws": "^8.5.8", |
| 62 | + "@typescript-eslint/eslint-plugin": "^6.9.0", |
| 63 | + "@typescript-eslint/parser": "^6.9.0", |
64 | 64 | "@vitejs/release-scripts": "^1.3.1",
|
65 | 65 | "conventional-changelog-cli": "^3.0.0",
|
66 |
| - "eslint": "^8.51.0", |
| 66 | + "eslint": "^8.52.0", |
67 | 67 | "eslint-define-config": "^1.24.1",
|
68 |
| - "eslint-plugin-import": "^2.28.1", |
| 68 | + "eslint-plugin-import": "^2.29.0", |
69 | 69 | "eslint-plugin-n": "^16.2.0",
|
70 | 70 | "eslint-plugin-regexp": "^2.1.1",
|
71 | 71 | "execa": "^8.0.1",
|
72 | 72 | "fs-extra": "^11.1.1",
|
73 |
| - "lint-staged": "^15.0.1", |
| 73 | + "lint-staged": "^15.0.2", |
74 | 74 | "npm-run-all2": "^6.1.1",
|
75 | 75 | "picocolors": "^1.0.0",
|
76 | 76 | "playwright-chromium": "^1.39.0",
|
|
79 | 79 | "rollup": "^4.1.4",
|
80 | 80 | "simple-git-hooks": "^2.9.0",
|
81 | 81 | "tslib": "^2.6.2",
|
82 |
| - "tsx": "^3.13.0", |
| 82 | + "tsx": "^3.14.0", |
83 | 83 | "typescript": "^5.2.2",
|
84 | 84 | "unbuild": "^2.0.0",
|
85 | 85 | "vite": "workspace:*",
|
86 |
| - "vitepress": "1.0.0-rc.22", |
| 86 | + "vitepress": "1.0.0-rc.24", |
87 | 87 | "vitest": "^0.34.6",
|
88 |
| - "vue": "^3.3.4" |
| 88 | + "vue": "^3.3.7" |
89 | 89 | },
|
90 | 90 | "simple-git-hooks": {
|
91 | 91 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
104 | 104 | "eslint --cache --fix"
|
105 | 105 | ]
|
106 | 106 | },
|
107 |
| - "packageManager": "pnpm@8.9.2", |
| 107 | + "packageManager": "pnpm@8.10.0", |
108 | 108 | "pnpm": {
|
109 | 109 | "overrides": {
|
110 | 110 | "vite": "workspace:*"
|
|
0 commit comments