vite-plugin-vue-tracer
Advanced tools
Comparing version
{ | ||
"name": "vite-plugin-vue-tracer", | ||
"type": "module", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Tracer for the source code of elements and vdoms in Vue SFC", | ||
@@ -33,3 +33,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"peerDependencies": { | ||
"vite": "^6.0.0", | ||
"vite": "^6.0.0 || ^7.0.0", | ||
"vue": "^3.5.0" | ||
@@ -39,3 +39,3 @@ }, | ||
"estree-walker": "^3.0.3", | ||
"exsolve": "^1.0.5", | ||
"exsolve": "^1.0.7", | ||
"magic-string": "^0.30.17", | ||
@@ -46,19 +46,19 @@ "pathe": "^2.0.3", | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^4.13.2", | ||
"@antfu/eslint-config": "^4.16.1", | ||
"@antfu/ni": "^25.0.0", | ||
"@antfu/utils": "^9.2.0", | ||
"@types/node": "^22.15.29", | ||
"bumpp": "^10.1.1", | ||
"eslint": "^9.28.0", | ||
"lint-staged": "^16.1.0", | ||
"@types/node": "^24.0.7", | ||
"bumpp": "^10.2.0", | ||
"eslint": "^9.30.0", | ||
"lint-staged": "^16.1.2", | ||
"nanoevents": "^9.1.0", | ||
"simple-git-hooks": "^2.13.0", | ||
"tsx": "^4.19.4", | ||
"tsx": "^4.20.3", | ||
"typescript": "^5.8.3", | ||
"unbuild": "^3.5.0", | ||
"vite": "^6.3.5", | ||
"vitest": "^3.2.0", | ||
"vue": "^3.5.16", | ||
"vite": "^7.0.0", | ||
"vitest": "^3.2.4", | ||
"vue": "^3.5.17", | ||
"vue-tsc": "^2.2.10", | ||
"vite-plugin-vue-tracer": "0.1.4" | ||
"vite-plugin-vue-tracer": "0.1.5" | ||
}, | ||
@@ -65,0 +65,0 @@ "simple-git-hooks": { |
27693
0.03%+ Added
- Removed
Updated