|
3 | 3 | "type": "module", |
4 | 4 | "version": "7.3.2", |
5 | 5 | "private": true, |
6 | | - "packageManager": "[email protected].2", |
| 6 | + "packageManager": "[email protected].3", |
7 | 7 | "description": "DevTools for Vue.js", |
8 | 8 | "author": "webfansplz", |
9 | 9 | "license": "MIT", |
10 | | - "homepage": "https://github.com/vuejs/devtools-next#readme", |
| 10 | + "homepage": "https://github.com/vuejs/devtools#readme", |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | | - "url": "git+https://github.com/vuejs/devtools-next.git" |
| 13 | + "url": "git+https://github.com/vuejs/devtools.git" |
14 | 14 | }, |
15 | 15 | "bugs": { |
16 | | - "url": "https://github.com/vuejs/devtools-next/issues" |
| 16 | + "url": "https://github.com/vuejs/devtools/issues" |
17 | 17 | }, |
18 | 18 | "keywords": [ |
19 | 19 | "vue-devtools", |
|
74 | 74 | "devDependencies": { |
75 | 75 | "@antfu/eslint-config": "^3.8.0", |
76 | 76 | "@antfu/ni": "^0.23.0", |
77 | | - "@arethetypeswrong/cli": "^0.16.4", |
| 77 | + "@arethetypeswrong/cli": "^0.17.0", |
78 | 78 | "@clack/prompts": "^0.7.0", |
79 | | - "@types/chrome": "^0.0.279", |
| 79 | + "@types/chrome": "^0.0.280", |
80 | 80 | "@types/degit": "^2.8.6", |
81 | 81 | "@types/fs-extra": "^11.0.4", |
82 | | - "@types/node": "^20.16.14", |
83 | | - "@typescript-eslint/parser": "^8.11.0", |
84 | | - "@typescript-eslint/utils": "^8.11.0", |
85 | | - "@unocss/eslint-plugin": "^0.63.4", |
| 82 | + "@types/node": "^22.9.0", |
| 83 | + "@typescript-eslint/parser": "^8.13.0", |
| 84 | + "@typescript-eslint/utils": "^8.13.0", |
| 85 | + "@unocss/eslint-plugin": "^0.64.0", |
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.7.1", |
| 90 | + "bumpp": "^9.8.1", |
91 | 91 | "cross-env": "^7.0.3", |
92 | 92 | "degit": "^2.8.4", |
93 | | - "eslint": "^9.13.0", |
| 93 | + "eslint": "^9.14.0", |
94 | 94 | "eslint-plugin-format": "^0.1.2", |
95 | 95 | "eslint-vitest-rule-tester": "^0.6.1", |
96 | 96 | "execa": "^8.0.1", |
97 | 97 | "fast-glob": "^3.3.2", |
98 | 98 | "fs-extra": "^11.2.0", |
99 | 99 | "jsdom": "^25.0.1", |
100 | 100 | "lint-staged": "^15.2.10", |
101 | | - "npm-run-all2": "^6.2.6", |
| 101 | + "npm-run-all2": "^7.0.1", |
102 | 102 | "picocolors": "^1.1.1", |
103 | | - "pnpm": "^9.12.2", |
| 103 | + "pnpm": "^9.12.3", |
104 | 104 | "progress": "^2.0.3", |
105 | | - "publint": "^0.2.11", |
106 | | - "readdir-glob": "^2.0.0", |
| 105 | + "publint": "^0.2.12", |
| 106 | + "readdir-glob": "^2.0.1", |
107 | 107 | "regex-extra": "^0.2.2", |
108 | 108 | "semver": "^7.6.3", |
109 | 109 | "simple-git-hooks": "^2.11.1", |
110 | | - "taze": "^0.17.2", |
111 | | - "tsup": "^8.3.0", |
112 | | - "tsx": "^4.19.1", |
| 110 | + "taze": "^0.18.0", |
| 111 | + "tsup": "^8.3.5", |
| 112 | + "tsx": "^4.19.2", |
113 | 113 | "turbo": "^2.2.3", |
114 | 114 | "typescript": "^5.6.3", |
115 | 115 | "unbuild": "^2.0.0", |
116 | | - "unocss": "^0.63.4", |
117 | | - "vite": "^5.4.9", |
118 | | - "vitest": "^2.1.3", |
| 116 | + "unocss": "^0.64.0", |
| 117 | + "vite": "^5.4.11", |
| 118 | + "vitest": "^2.1.4", |
119 | 119 | "vue": "^3.5.12" |
120 | 120 | }, |
121 | 121 | "simple-git-hooks": { |
|
0 commit comments