Skip to content

Commit 39fb320

Browse files
committed
chore: lint
1 parent 6aad28c commit 39fb320

File tree

10 files changed

+578
-835
lines changed

10 files changed

+578
-835
lines changed

package.json

+16-16
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": "[email protected].2",
5+
"packageManager": "[email protected].5",
66
"description": "Inspect the intermediate state of Vite plugins",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -80,21 +80,21 @@
8080
"sirv": "^2.0.3"
8181
},
8282
"devDependencies": {
83-
"@antfu/eslint-config": "^1.1.0",
84-
"@antfu/ni": "^0.21.8",
85-
"@iconify/json": "^2.2.139",
83+
"@antfu/eslint-config": "^1.2.0",
84+
"@antfu/ni": "^0.21.9",
85+
"@iconify/json": "^2.2.143",
8686
"@nuxt/kit": "^3.8.1",
8787
"@types/codemirror": "^5.60.13",
8888
"@types/debug": "^4.1.12",
8989
"@types/diff-match-patch": "^1.0.36",
9090
"@types/fs-extra": "^11.0.4",
91-
"@types/node": "^20.9.0",
92-
"@unocss/eslint-config": "^0.57.2",
93-
"@unocss/eslint-plugin": "^0.57.2",
94-
"@vitejs/plugin-vue": "^4.4.1",
91+
"@types/node": "^20.9.1",
92+
"@unocss/eslint-config": "^0.57.4",
93+
"@unocss/eslint-plugin": "^0.57.4",
94+
"@vitejs/plugin-vue": "^4.5.0",
9595
"@vue/compiler-sfc": "^3.3.8",
96-
"@vueuse/core": "^10.5.0",
97-
"@vueuse/router": "^10.5.0",
96+
"@vueuse/core": "^10.6.1",
97+
"@vueuse/router": "^10.6.1",
9898
"bumpp": "^9.2.0",
9999
"codemirror": "^5.65.8",
100100
"codemirror-theme-vars": "^0.1.2",
@@ -103,9 +103,9 @@
103103
"diff-match-patch": "^1.0.5",
104104
"echarts": "^5.4.3",
105105
"eslint": "^8.53.0",
106-
"esno": "^0.17.0",
106+
"esno": "^4.0.0",
107107
"fuse.js": "^7.0.0",
108-
"lint-staged": "^15.0.2",
108+
"lint-staged": "^15.1.0",
109109
"npm-run-all": "^4.1.5",
110110
"ohash": "^1.1.3",
111111
"prism-theme-vars": "^0.2.4",
@@ -114,14 +114,14 @@
114114
"splitpanes": "^3.1.5",
115115
"typescript": "^5.2.2",
116116
"unbuild": "^2.0.0",
117-
"unocss": "^0.57.2",
117+
"unocss": "^0.57.4",
118118
"unplugin-auto-import": "^0.16.7",
119119
"unplugin-vue-components": "^0.25.2",
120120
"vis-data": "7.1.7",
121121
"vis-network": "9.1.6",
122-
"vite": "^4.5.0",
123-
"vite-dev-rpc": "^0.1.2",
124-
"vite-hot-client": "^0.2.2",
122+
"vite": "^5.0.0",
123+
"vite-dev-rpc": "^0.1.4",
124+
"vite-hot-client": "^0.2.3",
125125
"vite-plugin-pages": "^0.31.0",
126126
"vue": "^3.3.8",
127127
"vue-echarts": "^6.6.1",

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"vue": "^3.3.8"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^4.4.1",
16+
"@vitejs/plugin-vue": "^4.5.0",
1717
"serve": "^14.2.1",
1818
"typescript": "^5.2.2",
19-
"vite": "^4.5.0",
19+
"vite": "^5.0.0",
2020
"vite-plugin-inspect": "workspace:*"
2121
}
2222
}

0 commit comments

Comments
 (0)