|
3 | 3 | "type": "module",
|
4 | 4 | "version": "7.3.2",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "pnpm@9.5.0", |
| 6 | + "packageManager": "pnpm@9.7.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.3", |
76 |
| - "@antfu/ni": "^0.21.12", |
77 |
| - "@arethetypeswrong/cli": "^0.15.3", |
| 75 | + "@antfu/eslint-config": "2.25.1", |
| 76 | + "@antfu/ni": "^0.22.1", |
| 77 | + "@arethetypeswrong/cli": "^0.15.4", |
78 | 78 | "@clack/prompts": "^0.7.0",
|
79 |
| - "@types/chrome": "^0.0.268", |
| 79 | + "@types/chrome": "^0.0.269", |
80 | 80 | "@types/degit": "^2.8.6",
|
81 | 81 | "@types/fs-extra": "^11.0.4",
|
82 |
| - "@types/node": "^20.14.10", |
| 82 | + "@types/node": "^20.14.15", |
83 | 83 | "@typescript-eslint/parser": "^8.0.1",
|
84 | 84 | "@typescript-eslint/utils": "^8.0.1",
|
85 |
| - "@unocss/eslint-plugin": "^0.61.3", |
| 85 | + "@unocss/eslint-plugin": "^0.61.9", |
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.1", |
| 90 | + "bumpp": "^9.4.2", |
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.2", |
| 96 | + "eslint-vitest-rule-tester": "^0.3.3", |
97 | 97 | "execa": "^8.0.1",
|
98 | 98 | "fast-glob": "^3.3.2",
|
99 | 99 | "fs-extra": "^11.2.0",
|
100 |
| - "jsdom": "^24.1.0", |
101 |
| - "lint-staged": "^15.2.7", |
| 100 | + "jsdom": "^24.1.1", |
| 101 | + "lint-staged": "^15.2.8", |
102 | 102 | "npm-run-all2": "^6.2.2",
|
103 | 103 | "picocolors": "^1.0.1",
|
104 |
| - "pnpm": "^9.5.0", |
| 104 | + "pnpm": "^9.7.0", |
105 | 105 | "progress": "^2.0.3",
|
106 |
| - "publint": "^0.2.8", |
| 106 | + "publint": "^0.2.9", |
107 | 107 | "readdir-glob": "^2.0.0",
|
108 | 108 | "regex-extra": "^0.2.2",
|
109 |
| - "semver": "^7.6.2", |
| 109 | + "semver": "^7.6.3", |
110 | 110 | "simple-git-hooks": "^2.11.1",
|
111 |
| - "taze": "^0.14.2", |
112 |
| - "tsup": "^8.1.0", |
113 |
| - "tsx": "^4.16.2", |
114 |
| - "turbo": "^2.0.6", |
115 |
| - "typescript": "^5.5.3", |
| 111 | + "taze": "^0.16.3", |
| 112 | + "tsup": "^8.2.4", |
| 113 | + "tsx": "^4.17.0", |
| 114 | + "turbo": "^2.0.12", |
| 115 | + "typescript": "^5.5.4", |
116 | 116 | "unbuild": "^2.0.0",
|
117 |
| - "unocss": "^0.61.3", |
118 |
| - "vite": "^5.3.3", |
119 |
| - "vitest": "^2.0.2", |
120 |
| - "vue": "^3.4.31" |
| 117 | + "unocss": "^0.61.9", |
| 118 | + "vite": "^5.4.0", |
| 119 | + "vitest": "^2.0.5", |
| 120 | + "vue": "^3.4.37" |
121 | 121 | },
|
122 | 122 | "simple-git-hooks": {
|
123 | 123 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments