|
3 | 3 | "type": "module",
|
4 | 4 | "version": "7.1.3",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "[email protected].5", |
| 6 | + "packageManager": "[email protected].6", |
7 | 7 | "description": "DevTools for Vue.js",
|
8 | 8 | "author": "webfansplz",
|
9 | 9 | "license": "MIT",
|
|
68 | 68 | "gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
|
69 | 69 | },
|
70 | 70 | "devDependencies": {
|
71 |
| - "@antfu/eslint-config": "2.15.0", |
| 71 | + "@antfu/eslint-config": "2.16.1", |
72 | 72 | "@antfu/ni": "^0.21.12",
|
73 | 73 | "@arethetypeswrong/cli": "^0.15.3",
|
74 |
| - "@types/chrome": "^0.0.266", |
| 74 | + "@types/chrome": "^0.0.267", |
75 | 75 | "@types/degit": "^2.8.6",
|
76 | 76 | "@types/fs-extra": "^11.0.4",
|
77 |
| - "@types/node": "^20.12.7", |
| 77 | + "@types/node": "^20.12.8", |
78 | 78 | "@unocss/eslint-plugin": "^0.59.4",
|
79 | 79 | "@vue/devtools-core": "workspace:^",
|
80 | 80 | "@vue/devtools-kit": "workspace:^",
|
81 | 81 | "@vue/test-utils": "^2.4.5",
|
82 | 82 | "archiver": "^7.0.1",
|
83 |
| - "bumpp": "^9.4.0", |
| 83 | + "bumpp": "^9.4.1", |
84 | 84 | "cross-env": "^7.0.3",
|
85 | 85 | "degit": "^2.8.4",
|
86 | 86 | "eslint": "npm:[email protected]",
|
|
92 | 92 | "jsdom": "^24.0.0",
|
93 | 93 | "lint-staged": "^15.2.2",
|
94 | 94 | "npm-run-all2": "^6.1.2",
|
95 |
| - "pnpm": "^9.0.5", |
| 95 | + "pnpm": "^9.0.6", |
96 | 96 | "progress": "^2.0.3",
|
97 | 97 | "publint": "^0.2.7",
|
98 | 98 | "readdir-glob": "^2.0.0",
|
99 | 99 | "regex-extra": "^0.2.2",
|
100 | 100 | "simple-git-hooks": "^2.11.1",
|
101 |
| - "taze": "^0.13.6", |
| 101 | + "taze": "^0.13.8", |
102 | 102 | "tsup": "^8.0.2",
|
103 |
| - "tsx": "^4.7.2", |
104 |
| - "turbo": "^1.13.2", |
| 103 | + "tsx": "^4.8.2", |
| 104 | + "turbo": "^1.13.3", |
105 | 105 | "typescript": "^5.4.5",
|
106 | 106 | "unbuild": "^2.0.0",
|
107 | 107 | "unocss": "^0.59.4",
|
108 |
| - "vite": "^5.2.10", |
109 |
| - "vitest": "^1.5.0", |
110 |
| - "vue": "^3.4.23" |
| 108 | + "vite": "^5.2.11", |
| 109 | + "vitest": "^1.5.3", |
| 110 | + "vue": "^3.4.26" |
111 | 111 | },
|
112 | 112 | "simple-git-hooks": {
|
113 | 113 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments