Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 12, 2023
1 parent 7f99a9e commit 8297425
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 695 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-inspect",
"version": "0.7.32",
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.6.7",
"description": "Inspect the intermediate state of Vite plugins",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"vite": "^3.1.0 || ^4.0.0"
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"@antfu/utils": "^0.7.5",
"@rollup/pluginutils": "^5.0.2",
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
Expand All @@ -59,50 +59,50 @@
"sirv": "^2.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/eslint-config": "^0.39.7",
"@antfu/ni": "^0.21.4",
"@iconify/json": "^2.2.82",
"@iconify/json": "^2.2.89",
"@types/codemirror": "^5.60.8",
"@types/debug": "^4.1.8",
"@types/diff-match-patch": "^1.0.32",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.3.1",
"@unocss/eslint-config": "^0.53.3",
"@types/node": "^20.4.1",
"@unocss/eslint-config": "^0.53.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vueuse/core": "^10.2.0",
"@vueuse/router": "^10.2.0",
"@vueuse/core": "^10.2.1",
"@vueuse/router": "^10.2.1",
"bumpp": "^9.1.1",
"codemirror": "^5.65.8",
"codemirror-theme-vars": "^0.1.2",
"comlink": "^4.4.1",
"cross-env": "^7.0.3",
"diff-match-patch": "^1.0.5",
"echarts": "^5.4.2",
"eslint": "^8.43.0",
"esno": "^0.16.3",
"eslint": "^8.44.0",
"esno": "^0.17.0",
"fuse.js": "^6.6.2",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"ohash": "^1.1.2",
"prism-theme-vars": "^0.2.4",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"splitpanes": "^3.1.5",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"unocss": "^0.53.3",
"unplugin-auto-import": "^0.16.4",
"unocss": "^0.53.5",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vis-data": "7.1.6",
"vis-network": "9.1.6",
"vite": "^4.3.9",
"vite": "^4.4.3",
"vite-dev-rpc": "^0.1.2",
"vite-hot-client": "^0.2.1",
"vite-plugin-pages": "^0.31.0",
"vue": "^3.3.4",
"vue-echarts": "^6.6.0",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"serve": "^14.2.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"vite-plugin-inspect": "workspace:*"
}
}

0 comments on commit 8297425

Please sign in to comment.