Skip to content

Commit 90707ee

Browse files
committed
chore: update deps
1 parent 662c262 commit 90707ee

File tree

6 files changed

+1122
-1350
lines changed

6 files changed

+1122
-1350
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Then run `npm run dev` and visit [localhost:5173/__inspect/](http://localhost:51
3535

3636
To inspect transformation in build mode, you can pass the `build: true` option:
3737

38-
3938
```ts
4039
// vite.config.ts
4140
import Inspect from 'vite-plugin-inspect'

package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vite-plugin-inspect",
33
"type": "module",
44
"version": "0.8.1",
5-
"packageManager": "pnpm@8.11.0",
5+
"packageManager": "pnpm@8.14.3",
66
"description": "Inspect the intermediate state of Vite plugins",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -80,65 +80,65 @@
8080
}
8181
},
8282
"dependencies": {
83-
"@antfu/utils": "^0.7.6",
84-
"@rollup/pluginutils": "^5.0.5",
83+
"@antfu/utils": "^0.7.7",
84+
"@rollup/pluginutils": "^5.1.0",
8585
"debug": "^4.3.4",
8686
"error-stack-parser-es": "^0.1.1",
87-
"fs-extra": "^11.1.1",
87+
"fs-extra": "^11.2.0",
8888
"lodash-es": "^4.17.21",
89-
"open": "^9.1.0",
89+
"open": "^10.0.3",
9090
"picocolors": "^1.0.0",
91-
"sirv": "^2.0.3"
91+
"sirv": "^2.0.4"
9292
},
9393
"devDependencies": {
94-
"@antfu/eslint-config": "^2.1.1",
95-
"@antfu/ni": "^0.21.11",
96-
"@iconify/json": "^2.2.147",
97-
"@nuxt/kit": "^3.8.2",
94+
"@antfu/eslint-config": "^2.6.3",
95+
"@antfu/ni": "^0.21.12",
96+
"@iconify/json": "^2.2.172",
97+
"@nuxt/kit": "^3.9.3",
9898
"@types/codemirror": "^5.60.15",
9999
"@types/debug": "^4.1.12",
100100
"@types/diff-match-patch": "^1.0.36",
101101
"@types/fs-extra": "^11.0.4",
102102
"@types/lodash-es": "^4.17.12",
103-
"@types/node": "^20.10.0",
104-
"@unocss/eslint-config": "^0.57.7",
105-
"@unocss/eslint-plugin": "^0.57.7",
106-
"@vitejs/plugin-vue": "^4.5.0",
107-
"@vue/compiler-sfc": "^3.3.9",
108-
"@vueuse/core": "^10.6.1",
109-
"@vueuse/router": "^10.6.1",
110-
"bumpp": "^9.2.0",
103+
"@types/node": "^20.11.5",
104+
"@unocss/eslint-config": "^0.58.3",
105+
"@unocss/eslint-plugin": "^0.58.3",
106+
"@vitejs/plugin-vue": "^5.0.3",
107+
"@vue/compiler-sfc": "^3.4.15",
108+
"@vueuse/core": "^10.7.2",
109+
"@vueuse/router": "^10.7.2",
110+
"bumpp": "^9.3.0",
111111
"codemirror": "^5.65.16",
112112
"codemirror-theme-vars": "^0.1.2",
113113
"comlink": "^4.4.1",
114114
"cross-env": "^7.0.3",
115115
"diff-match-patch": "^1.0.5",
116116
"echarts": "^5.4.3",
117-
"eslint": "^8.54.0",
117+
"eslint": "^8.56.0",
118118
"esno": "^4.0.0",
119119
"fuse.js": "^7.0.0",
120-
"lint-staged": "^15.1.0",
120+
"lint-staged": "^15.2.0",
121121
"npm-run-all": "^4.1.5",
122122
"ohash": "^1.1.3",
123123
"prism-theme-vars": "^0.2.4",
124124
"rimraf": "^5.0.5",
125125
"simple-git-hooks": "^2.9.0",
126126
"splitpanes": "^3.1.5",
127-
"typescript": "^5.3.2",
127+
"typescript": "^5.3.3",
128128
"unbuild": "^2.0.0",
129-
"unocss": "^0.57.7",
130-
"unplugin-auto-import": "^0.17.1",
131-
"unplugin-vue-components": "^0.25.2",
129+
"unocss": "^0.58.3",
130+
"unplugin-auto-import": "^0.17.3",
131+
"unplugin-vue-components": "^0.26.0",
132132
"vis-data": "7.1.7",
133133
"vis-network": "9.1.6",
134-
"vite": "^5.0.2",
134+
"vite": "^5.0.12",
135135
"vite-dev-rpc": "^0.1.4",
136136
"vite-hot-client": "^0.2.3",
137137
"vite-plugin-pages": "^0.32.0",
138-
"vue": "^3.3.9",
139-
"vue-echarts": "^6.6.1",
138+
"vue": "^3.4.15",
139+
"vue-echarts": "^6.6.8",
140140
"vue-router": "^4.2.5",
141-
"vue-tsc": "^1.8.22"
141+
"vue-tsc": "^1.8.27"
142142
},
143143
"simple-git-hooks": {
144144
"pre-commit": "npx lint-staged"

playground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"build-inspect": "serve .vite-inspect"
1111
},
1212
"dependencies": {
13-
"vue": "^3.3.8",
13+
"vue": "^3.4.15",
1414
"vue-router": "^4.2.5"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^4.5.0",
17+
"@vitejs/plugin-vue": "^5.0.3",
1818
"serve": "^14.2.1",
19-
"typescript": "^5.2.2",
20-
"vite": "^5.0.0",
19+
"typescript": "^5.3.3",
20+
"vite": "^5.0.12",
2121
"vite-plugin-inspect": "workspace:*"
2222
}
2323
}

0 commit comments

Comments
 (0)