Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 23, 2024
1 parent b8539c8 commit 12290e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![NPM version](https://img.shields.io/npm/v/vite-plugin-inspect?color=a1b858&label=)](https://www.npmjs.com/package/vite-plugin-inspect)

> [!IMPORTANT]
> This branch requires Vite v6, current supported version: `6.0.0-alpha.16`
Inspect the intermediate state of Vite plugins. Useful for debugging and authoring plugins.

<img width="1304" src="https://user-images.githubusercontent.com/46585162/134683677-487e3e03-fa6b-49ad-bde0-520ebb641a96.png">
Expand All @@ -14,7 +17,7 @@ Inspect the intermediate state of Vite plugins. Useful for debugging and authori
npm i -D vite-plugin-inspect
```

> Since `vite-plugin-inspect@v0.7.0`, Vite v3.1 or above is required.
> Since `vite-plugin-inspect@v0.8.0`, Vite v6 or above is required.
Add plugin to your `vite.config.ts`:

Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish"
"release": "bumpp && npm publish --tag next"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
"vite": "^6.0.0-alpha.16"
},
"peerDependenciesMeta": {
"@nuxt/kit": {
Expand Down Expand Up @@ -142,10 +142,7 @@
},
"pnpm": {
"overrides": {
"vite": "6.0.0-alpha.15"
},
"patchedDependencies": {
"vite@6.0.0-alpha.15": "patches/vite@6.0.0-alpha.15.patch"
"vite": "6.0.0-alpha.16"
}
},
"simple-git-hooks": {
Expand Down

0 comments on commit 12290e6

Please sign in to comment.