|
3 | 3 | "type": "module",
|
4 | 4 | "version": "7.3.2",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "pnpm@9.9.0", |
| 6 | + "packageManager": "pnpm@9.10.0", |
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": "^3.4.1", |
| 75 | + "@antfu/eslint-config": "^3.6.2", |
76 | 76 | "@antfu/ni": "^0.23.0",
|
77 |
| - "@arethetypeswrong/cli": "^0.16.1", |
| 77 | + "@arethetypeswrong/cli": "^0.16.2", |
78 | 78 | "@clack/prompts": "^0.7.0",
|
79 |
| - "@types/chrome": "^0.0.270", |
| 79 | + "@types/chrome": "^0.0.271", |
80 | 80 | "@types/degit": "^2.8.6",
|
81 | 81 | "@types/fs-extra": "^11.0.4",
|
82 | 82 | "@types/node": "^20.16.5",
|
83 |
| - "@typescript-eslint/parser": "^8.4.0", |
84 |
| - "@typescript-eslint/utils": "^8.4.0", |
| 83 | + "@typescript-eslint/parser": "^8.5.0", |
| 84 | + "@typescript-eslint/utils": "^8.5.0", |
85 | 85 | "@unocss/eslint-plugin": "^0.62.3",
|
86 | 86 | "@vue/devtools-core": "workspace:^",
|
87 | 87 | "@vue/devtools-kit": "workspace:^",
|
|
98 | 98 | "fs-extra": "^11.2.0",
|
99 | 99 | "jsdom": "^25.0.0",
|
100 | 100 | "lint-staged": "^15.2.10",
|
101 |
| - "npm-run-all2": "^6.2.2", |
| 101 | + "npm-run-all2": "^6.2.3", |
102 | 102 | "picocolors": "^1.1.0",
|
103 |
| - "pnpm": "^9.9.0", |
| 103 | + "pnpm": "^9.10.0", |
104 | 104 | "progress": "^2.0.3",
|
105 | 105 | "publint": "^0.2.10",
|
106 | 106 | "readdir-glob": "^2.0.0",
|
107 | 107 | "regex-extra": "^0.2.2",
|
108 | 108 | "semver": "^7.6.3",
|
109 | 109 | "simple-git-hooks": "^2.11.1",
|
110 |
| - "taze": "^0.16.7", |
| 110 | + "taze": "^0.16.9", |
111 | 111 | "tsup": "^8.2.4",
|
112 |
| - "tsx": "^4.19.0", |
113 |
| - "turbo": "^2.1.1", |
114 |
| - "typescript": "^5.5.4", |
| 112 | + "tsx": "^4.19.1", |
| 113 | + "turbo": "^2.1.2", |
| 114 | + "typescript": "^5.6.2", |
115 | 115 | "unbuild": "^2.0.0",
|
116 | 116 | "unocss": "^0.62.3",
|
117 |
| - "vite": "^5.4.3", |
118 |
| - "vitest": "^2.0.5", |
119 |
| - "vue": "^3.5.3" |
| 117 | + "vite": "^5.4.5", |
| 118 | + "vitest": "^2.1.1", |
| 119 | + "vue": "^3.5.5" |
120 | 120 | },
|
121 | 121 | "simple-git-hooks": {
|
122 | 122 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments