Skip to content

Commit 43726bc

Browse files
committed
chore: upgrade deps
1 parent d1f580b commit 43726bc

9 files changed

Lines changed: 2461 additions & 1556 deletions

File tree

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
8+
jobs:
9+
release:
10+
uses: sxzz/workflows/.github/workflows/release.yml@v1
11+
with:
12+
publish: true
13+
permissions:
14+
contents: write
15+
id-token: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After running `vite build`, the inspector client will be generated under `.vite-
5757

5858
<p align="center">
5959
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
60-
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>
60+
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg' alt="Sponsors"/>
6161
</a>
6262
</p>
6363

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vite-plugin-inspect",
33
"type": "module",
44
"version": "11.4.0",
5-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@11.4.0",
66
"description": "Inspect the intermediate state of Vite plugins",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -73,6 +73,7 @@
7373
"@types/node": "catalog:dev",
7474
"@unocss/eslint-config": "catalog:dev",
7575
"@unocss/eslint-plugin": "catalog:dev",
76+
"@unocss/reset": "catalog:dev",
7677
"@vitejs/plugin-vue": "catalog:dev",
7778
"@vue/compiler-sfc": "catalog:dev",
7879
"@vueuse/core": "catalog:frontend",

0 commit comments

Comments
 (0)