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 17, 2024
1 parent 8d30704 commit b707c79
Show file tree
Hide file tree
Showing 4 changed files with 1,692 additions and 1,579 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-inspect",
"type": "module",
"version": "0.8.4",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.5.0",
"description": "Inspect the intermediate state of Vite plugins",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -80,9 +80,9 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.8",
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"error-stack-parser-es": "^0.1.4",
"fs-extra": "^11.2.0",
"open": "^10.1.0",
Expand All @@ -91,53 +91,53 @@
"sirv": "^2.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/ni": "^0.21.12",
"@iconify/json": "^2.2.212",
"@nuxt/kit": "^3.11.2",
"@antfu/eslint-config": "^2.22.4",
"@antfu/ni": "^0.22.0",
"@iconify/json": "^2.2.228",
"@nuxt/kit": "^3.12.3",
"@types/codemirror": "^5.60.15",
"@types/debug": "^4.1.12",
"@types/diff-match-patch": "^1.0.36",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"@unocss/eslint-config": "^0.60.3",
"@unocss/eslint-plugin": "^0.60.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"@vueuse/core": "^10.9.0",
"@vueuse/router": "^10.9.0",
"@types/node": "^20.14.11",
"@unocss/eslint-config": "^0.61.5",
"@unocss/eslint-plugin": "^0.61.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.32",
"@vueuse/core": "^10.11.0",
"@vueuse/router": "^10.11.0",
"bumpp": "^9.4.1",
"codemirror": "^5.65.16",
"codemirror-theme-vars": "^0.1.2",
"comlink": "^4.4.1",
"cross-env": "^7.0.3",
"diff-match-patch": "^1.0.5",
"echarts": "^5.5.0",
"eslint": "^9.3.0",
"echarts": "^5.5.1",
"eslint": "^9.7.0",
"esno": "^4.7.0",
"fuse.js": "^7.0.0",
"lint-staged": "^15.2.4",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"ohash": "^1.1.3",
"prism-theme-vars": "^0.2.5",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"splitpanes": "^3.1.5",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"unocss": "^0.60.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"unocss": "^0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vis-data": "7.1.7",
"vis-network": "9.1.6",
"vite": "^5.2.11",
"vite": "^5.3.4",
"vite-dev-rpc": "^0.1.4",
"vite-hot-client": "^0.2.3",
"vite-plugin-pages": "^0.32.1",
"vue": "^3.4.27",
"vue-echarts": "^6.7.2",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.19"
"vite-plugin-pages": "^0.32.3",
"vue": "^3.4.32",
"vue-echarts": "^6.7.3",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"build-inspect": "serve .vite-inspect"
},
"dependencies": {
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.32",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"serve": "^14.2.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-inspect": "workspace:*"
}
}
Loading

0 comments on commit b707c79

Please sign in to comment.