Skip to content

Commit a5f0a9d

Browse files
committed
chore: update deps
1 parent ed17b9a commit a5f0a9d

File tree

4 files changed

+2132
-992
lines changed

4 files changed

+2132
-992
lines changed

eslint.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import antfu from '@antfu/eslint-config'
2-
import unocss from '@unocss/eslint-plugin'
32

43
export default antfu(
5-
{},
6-
unocss.configs.flat,
4+
{
5+
unocss: true,
6+
},
77
{
88
rules: {
99
'vue/no-v-text-v-html-on-component': 'off',

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vite-plugin-inspect",
33
"type": "module",
44
"version": "0.7.42",
5-
"packageManager": "pnpm@8.10.5",
5+
"packageManager": "pnpm@8.11.0",
66
"description": "Inspect the intermediate state of Vite plugins",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -90,29 +90,29 @@
9090
"sirv": "^2.0.3"
9191
},
9292
"devDependencies": {
93-
"@antfu/eslint-config": "^1.2.0",
94-
"@antfu/ni": "^0.21.9",
95-
"@iconify/json": "^2.2.143",
96-
"@nuxt/kit": "^3.8.1",
97-
"@types/codemirror": "^5.60.13",
93+
"@antfu/eslint-config": "^2.1.1",
94+
"@antfu/ni": "^0.21.11",
95+
"@iconify/json": "^2.2.147",
96+
"@nuxt/kit": "^3.8.2",
97+
"@types/codemirror": "^5.60.15",
9898
"@types/debug": "^4.1.12",
9999
"@types/diff-match-patch": "^1.0.36",
100100
"@types/fs-extra": "^11.0.4",
101-
"@types/node": "^20.9.1",
102-
"@unocss/eslint-config": "^0.57.4",
103-
"@unocss/eslint-plugin": "^0.57.4",
101+
"@types/node": "^20.10.0",
102+
"@unocss/eslint-config": "^0.57.7",
103+
"@unocss/eslint-plugin": "^0.57.7",
104104
"@vitejs/plugin-vue": "^4.5.0",
105-
"@vue/compiler-sfc": "^3.3.8",
105+
"@vue/compiler-sfc": "^3.3.9",
106106
"@vueuse/core": "^10.6.1",
107107
"@vueuse/router": "^10.6.1",
108108
"bumpp": "^9.2.0",
109-
"codemirror": "^5.65.8",
109+
"codemirror": "^5.65.16",
110110
"codemirror-theme-vars": "^0.1.2",
111111
"comlink": "^4.4.1",
112112
"cross-env": "^7.0.3",
113113
"diff-match-patch": "^1.0.5",
114114
"echarts": "^5.4.3",
115-
"eslint": "^8.53.0",
115+
"eslint": "^8.54.0",
116116
"esno": "^4.0.0",
117117
"fuse.js": "^7.0.0",
118118
"lint-staged": "^15.1.0",
@@ -122,18 +122,18 @@
122122
"rimraf": "^5.0.5",
123123
"simple-git-hooks": "^2.9.0",
124124
"splitpanes": "^3.1.5",
125-
"typescript": "^5.2.2",
125+
"typescript": "^5.3.2",
126126
"unbuild": "^2.0.0",
127-
"unocss": "^0.57.4",
128-
"unplugin-auto-import": "^0.16.7",
127+
"unocss": "^0.57.7",
128+
"unplugin-auto-import": "^0.17.1",
129129
"unplugin-vue-components": "^0.25.2",
130130
"vis-data": "7.1.7",
131131
"vis-network": "9.1.6",
132-
"vite": "^5.0.0",
132+
"vite": "^5.0.2",
133133
"vite-dev-rpc": "^0.1.4",
134134
"vite-hot-client": "^0.2.3",
135-
"vite-plugin-pages": "^0.31.0",
136-
"vue": "^3.3.8",
135+
"vite-plugin-pages": "^0.32.0",
136+
"vue": "^3.3.9",
137137
"vue-echarts": "^6.6.1",
138138
"vue-router": "^4.2.5",
139139
"vue-tsc": "^1.8.22"

0 commit comments

Comments
 (0)