|
3 | 3 | "type": "module",
|
4 | 4 | "version": "7.3.2",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "[email protected].0", |
| 6 | + "packageManager": "[email protected].1", |
7 | 7 | "description": "DevTools for Vue.js",
|
8 | 8 | "author": "webfansplz",
|
9 | 9 | "license": "MIT",
|
|
72 | 72 | "gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@antfu/eslint-config": "2.25.1", |
76 |
| - "@antfu/ni": "^0.22.1", |
| 75 | + "@antfu/eslint-config": "2.26.0", |
| 76 | + "@antfu/ni": "^0.22.4", |
77 | 77 | "@arethetypeswrong/cli": "^0.15.4",
|
78 | 78 | "@clack/prompts": "^0.7.0",
|
79 |
| - "@types/chrome": "^0.0.269", |
| 79 | + "@types/chrome": "^0.0.270", |
80 | 80 | "@types/degit": "^2.8.6",
|
81 | 81 | "@types/fs-extra": "^11.0.4",
|
82 |
| - "@types/node": "^20.14.15", |
83 |
| - "@typescript-eslint/parser": "^8.0.1", |
84 |
| - "@typescript-eslint/utils": "^8.0.1", |
85 |
| - "@unocss/eslint-plugin": "^0.61.9", |
| 82 | + "@types/node": "^20.16.1", |
| 83 | + "@typescript-eslint/parser": "^8.2.0", |
| 84 | + "@typescript-eslint/utils": "^8.2.0", |
| 85 | + "@unocss/eslint-plugin": "^0.62.2", |
86 | 86 | "@vue/devtools-core": "workspace:^",
|
87 | 87 | "@vue/devtools-kit": "workspace:^",
|
88 | 88 | "@vue/test-utils": "^2.4.6",
|
89 | 89 | "archiver": "^7.0.1",
|
90 |
| - "bumpp": "^9.4.2", |
| 90 | + "bumpp": "^9.5.1", |
91 | 91 | "cross-env": "^7.0.3",
|
92 | 92 | "degit": "^2.8.4",
|
93 | 93 | "eslint": "npm:[email protected]",
|
94 | 94 | "eslint-plugin-format": "^0.1.2",
|
95 | 95 | "eslint-ts-patch": "8.57.0-0",
|
96 |
| - "eslint-vitest-rule-tester": "^0.3.3", |
| 96 | + "eslint-vitest-rule-tester": "^0.6.1", |
97 | 97 | "execa": "^8.0.1",
|
98 | 98 | "fast-glob": "^3.3.2",
|
99 | 99 | "fs-extra": "^11.2.0",
|
100 | 100 | "jsdom": "^24.1.1",
|
101 |
| - "lint-staged": "^15.2.8", |
| 101 | + "lint-staged": "^15.2.9", |
102 | 102 | "npm-run-all2": "^6.2.2",
|
103 | 103 | "picocolors": "^1.0.1",
|
104 |
| - "pnpm": "^9.7.0", |
| 104 | + "pnpm": "^9.7.1", |
105 | 105 | "progress": "^2.0.3",
|
106 |
| - "publint": "^0.2.9", |
| 106 | + "publint": "^0.2.10", |
107 | 107 | "readdir-glob": "^2.0.0",
|
108 | 108 | "regex-extra": "^0.2.2",
|
109 | 109 | "semver": "^7.6.3",
|
110 | 110 | "simple-git-hooks": "^2.11.1",
|
111 |
| - "taze": "^0.16.3", |
| 111 | + "taze": "^0.16.6", |
112 | 112 | "tsup": "^8.2.4",
|
113 | 113 | "tsx": "^4.17.0",
|
114 |
| - "turbo": "^2.0.12", |
| 114 | + "turbo": "^2.0.14", |
115 | 115 | "typescript": "^5.5.4",
|
116 | 116 | "unbuild": "^2.0.0",
|
117 |
| - "unocss": "^0.61.9", |
118 |
| - "vite": "^5.4.0", |
| 117 | + "unocss": "^0.62.2", |
| 118 | + "vite": "^5.4.1", |
119 | 119 | "vitest": "^2.0.5",
|
120 |
| - "vue": "^3.4.37" |
| 120 | + "vue": "^3.4.38" |
121 | 121 | },
|
122 | 122 | "simple-git-hooks": {
|
123 | 123 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments