|
3 | 3 | "type": "module",
|
4 | 4 | "version": "7.3.2",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "pnpm@9.4.0", |
| 6 | + "packageManager": "pnpm@9.5.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": "2.21.2", |
| 75 | + "@antfu/eslint-config": "2.21.3", |
76 | 76 | "@antfu/ni": "^0.21.12",
|
77 | 77 | "@arethetypeswrong/cli": "^0.15.3",
|
78 | 78 | "@clack/prompts": "^0.7.0",
|
79 | 79 | "@types/chrome": "^0.0.268",
|
80 | 80 | "@types/degit": "^2.8.6",
|
81 | 81 | "@types/fs-extra": "^11.0.4",
|
82 |
| - "@types/node": "^20.14.9", |
83 |
| - "@typescript-eslint/parser": "^7.14.1", |
84 |
| - "@typescript-eslint/utils": "^7.14.1", |
85 |
| - "@unocss/eslint-plugin": "^0.61.0", |
| 82 | + "@types/node": "^20.14.10", |
| 83 | + "@typescript-eslint/parser": "^7.16.0", |
| 84 | + "@typescript-eslint/utils": "^7.16.0", |
| 85 | + "@unocss/eslint-plugin": "^0.61.3", |
86 | 86 | "@vue/devtools-core": "workspace:^",
|
87 | 87 | "@vue/devtools-kit": "workspace:^",
|
88 | 88 | "@vue/test-utils": "^2.4.6",
|
|
99 | 99 | "fs-extra": "^11.2.0",
|
100 | 100 | "jsdom": "^24.1.0",
|
101 | 101 | "lint-staged": "^15.2.7",
|
102 |
| - "npm-run-all2": "^6.2.0", |
| 102 | + "npm-run-all2": "^6.2.2", |
103 | 103 | "picocolors": "^1.0.1",
|
104 |
| - "pnpm": "^9.4.0", |
| 104 | + "pnpm": "^9.5.0", |
105 | 105 | "progress": "^2.0.3",
|
106 | 106 | "publint": "^0.2.8",
|
107 | 107 | "readdir-glob": "^2.0.0",
|
108 | 108 | "regex-extra": "^0.2.2",
|
109 | 109 | "semver": "^7.6.2",
|
110 | 110 | "simple-git-hooks": "^2.11.1",
|
111 |
| - "taze": "^0.13.9", |
| 111 | + "taze": "^0.14.2", |
112 | 112 | "tsup": "^8.1.0",
|
113 |
| - "tsx": "^4.16.0", |
| 113 | + "tsx": "^4.16.2", |
114 | 114 | "turbo": "^2.0.6",
|
115 |
| - "typescript": "^5.5.2", |
| 115 | + "typescript": "^5.5.3", |
116 | 116 | "unbuild": "^2.0.0",
|
117 |
| - "unocss": "^0.61.0", |
118 |
| - "vite": "^5.3.2", |
| 117 | + "unocss": "^0.61.3", |
| 118 | + "vite": "^5.3.3", |
119 | 119 | "vitest": "^1.6.0",
|
120 | 120 | "vue": "^3.4.31"
|
121 | 121 | },
|
|
0 commit comments