Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 27, 2023
1 parent ed17b9a commit a5f0a9d
Show file tree
Hide file tree
Showing 4 changed files with 2,132 additions and 992 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import antfu from '@antfu/eslint-config'
import unocss from '@unocss/eslint-plugin'

export default antfu(
{},
unocss.configs.flat,
{
unocss: true,
},
{
rules: {
'vue/no-v-text-v-html-on-component': 'off',
Expand Down
36 changes: 18 additions & 18 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.7.42",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"description": "Inspect the intermediate state of Vite plugins",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -90,29 +90,29 @@
"sirv": "^2.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.0",
"@antfu/ni": "^0.21.9",
"@iconify/json": "^2.2.143",
"@nuxt/kit": "^3.8.1",
"@types/codemirror": "^5.60.13",
"@antfu/eslint-config": "^2.1.1",
"@antfu/ni": "^0.21.11",
"@iconify/json": "^2.2.147",
"@nuxt/kit": "^3.8.2",
"@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.9.1",
"@unocss/eslint-config": "^0.57.4",
"@unocss/eslint-plugin": "^0.57.4",
"@types/node": "^20.10.0",
"@unocss/eslint-config": "^0.57.7",
"@unocss/eslint-plugin": "^0.57.7",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/compiler-sfc": "^3.3.8",
"@vue/compiler-sfc": "^3.3.9",
"@vueuse/core": "^10.6.1",
"@vueuse/router": "^10.6.1",
"bumpp": "^9.2.0",
"codemirror": "^5.65.8",
"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.4.3",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"fuse.js": "^7.0.0",
"lint-staged": "^15.1.0",
Expand All @@ -122,18 +122,18 @@
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"splitpanes": "^3.1.5",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"unocss": "^0.57.4",
"unplugin-auto-import": "^0.16.7",
"unocss": "^0.57.7",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vis-data": "7.1.7",
"vis-network": "9.1.6",
"vite": "^5.0.0",
"vite": "^5.0.2",
"vite-dev-rpc": "^0.1.4",
"vite-hot-client": "^0.2.3",
"vite-plugin-pages": "^0.31.0",
"vue": "^3.3.8",
"vite-plugin-pages": "^0.32.0",
"vue": "^3.3.9",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22"
Expand Down

0 comments on commit a5f0a9d

Please sign in to comment.