vite-plugin-inspect
Advanced tools
Comparing version 0.8.7 to 0.8.8
{ | ||
"name": "vite-plugin-inspect", | ||
"type": "module", | ||
"version": "0.8.7", | ||
"packageManager": "pnpm@9.7.1", | ||
"version": "0.8.8", | ||
"description": "Inspect the intermediate state of Vite plugins", | ||
@@ -62,14 +61,2 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && run-s build:* && esno ./scripts/postbuild.ts", | ||
"build:client": "vite build src/client", | ||
"build:js": "unbuild", | ||
"dev": "nr stub && cross-env INSPECT_DEV=true vite src/client", | ||
"dev:client": "vite build src/client --watch", | ||
"stub": "unbuild --stub", | ||
"lint": "eslint .", | ||
"typecheck": "vue-tsc --noEmit", | ||
"prepublishOnly": "npm run build", | ||
"release": "bumpp && npm publish" | ||
}, | ||
"peerDependencies": { | ||
@@ -85,4 +72,4 @@ "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0" | ||
"@antfu/utils": "^0.7.10", | ||
"@rollup/pluginutils": "^5.1.0", | ||
"debug": "^4.3.6", | ||
"@rollup/pluginutils": "^5.1.3", | ||
"debug": "^4.3.7", | ||
"error-stack-parser-es": "^0.1.5", | ||
@@ -92,37 +79,37 @@ "fs-extra": "^11.2.0", | ||
"perfect-debounce": "^1.0.0", | ||
"picocolors": "^1.0.1", | ||
"sirv": "^2.0.4" | ||
"picocolors": "^1.1.1", | ||
"sirv": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.26.0", | ||
"@antfu/ni": "^0.22.4", | ||
"@iconify-json/catppuccin": "^1.1.4", | ||
"@iconify/json": "^2.2.239", | ||
"@nuxt/kit": "^3.12.4", | ||
"@antfu/eslint-config": "^3.9.2", | ||
"@antfu/ni": "^0.23.1", | ||
"@iconify-json/catppuccin": "^1.2.6", | ||
"@iconify/json": "^2.2.274", | ||
"@nuxt/kit": "^3.14.1592", | ||
"@types/codemirror": "^5.60.15", | ||
"@types/debug": "^4.1.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.4.1", | ||
"@unocss/eslint-config": "^0.62.2", | ||
"@unocss/eslint-plugin": "^0.62.2", | ||
"@vitejs/plugin-vue": "^5.1.2", | ||
"@vue/compiler-sfc": "^3.4.38", | ||
"@vueuse/core": "^11.0.1", | ||
"@vueuse/router": "^11.0.1", | ||
"bumpp": "^9.5.1", | ||
"@types/node": "^22.9.1", | ||
"@unocss/eslint-config": "^0.64.1", | ||
"@unocss/eslint-plugin": "^0.64.1", | ||
"@vitejs/plugin-vue": "^5.2.0", | ||
"@vue/compiler-sfc": "^3.5.13", | ||
"@vueuse/core": "^11.2.0", | ||
"@vueuse/router": "^11.2.0", | ||
"bumpp": "^9.8.1", | ||
"codemirror": "^5.65.16", | ||
"codemirror-theme-vars": "^0.1.2", | ||
"comlink": "^4.4.1", | ||
"comlink": "^4.4.2", | ||
"cross-env": "^7.0.3", | ||
"diff-match-patch-es": "^0.1.0", | ||
"diff-match-patch-es": "^0.1.1", | ||
"echarts": "^5.5.1", | ||
"eslint": "^9.9.0", | ||
"esno": "^4.7.0", | ||
"eslint": "^9.15.0", | ||
"esno": "^4.8.0", | ||
"floating-vue": "^5.2.2", | ||
"fuse.js": "^7.0.0", | ||
"lint-staged": "^15.2.9", | ||
"lint-staged": "^15.2.10", | ||
"npm-run-all": "^4.1.5", | ||
"ohash": "^1.1.3", | ||
"ohash": "^1.1.4", | ||
"pathe": "^1.1.2", | ||
"pinia": "^2.2.2", | ||
"pinia": "^2.2.6", | ||
"prism-theme-vars": "^0.2.5", | ||
@@ -132,17 +119,17 @@ "rimraf": "^6.0.1", | ||
"splitpanes": "^3.1.5", | ||
"typescript": "^5.5.4", | ||
"typescript": "^5.6.3", | ||
"unbuild": "^2.0.0", | ||
"unocss": "^0.62.2", | ||
"unplugin-auto-import": "^0.18.2", | ||
"unocss": "^0.64.1", | ||
"unplugin-auto-import": "^0.18.5", | ||
"unplugin-vue-components": "^0.27.4", | ||
"vis-data": "7.1.7", | ||
"vis-network": "9.1.6", | ||
"vite": "^5.4.1", | ||
"vite-dev-rpc": "^0.1.4", | ||
"vite": "^5.4.11", | ||
"vite-dev-rpc": "^0.1.6", | ||
"vite-hot-client": "^0.2.3", | ||
"vite-plugin-pages": "^0.32.3", | ||
"vue": "^3.4.38", | ||
"vue": "^3.5.13", | ||
"vue-echarts": "^7.0.3", | ||
"vue-router": "^4.4.3", | ||
"vue-tsc": "^2.0.29" | ||
"vue-router": "^4.4.5", | ||
"vue-tsc": "^2.1.10" | ||
}, | ||
@@ -156,3 +143,14 @@ "simple-git-hooks": { | ||
] | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && run-s build:* && esno ./scripts/postbuild.ts", | ||
"build:client": "vite build src/client", | ||
"build:js": "unbuild", | ||
"dev": "nr stub && cross-env INSPECT_DEV=true vite src/client", | ||
"dev:client": "vite build src/client --watch", | ||
"stub": "unbuild --stub", | ||
"lint": "eslint .", | ||
"typecheck": "vue-tsc --noEmit", | ||
"release": "bumpp && npm publish" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4401042
121055
4
+ Addedsirv@3.0.1(transitive)
- Removedsirv@2.0.4(transitive)
Updated@rollup/pluginutils@^5.1.3
Updateddebug@^4.3.7
Updatedpicocolors@^1.1.1
Updatedsirv@^3.0.0