We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vite-plugin-devtools-json
1 parent 278022e commit 997cb6fCopy full SHA for 997cb6f
.changeset/stale-vans-wait.md
@@ -0,0 +1,5 @@
1
+---
2
+'sv': patch
3
4
+
5
+chore: update `vite-plugin-devtools-json`
packages/addons/devtools-json/index.ts
@@ -11,7 +11,7 @@ export default defineAddon({
11
run: ({ sv, typescript }) => {
12
const ext = typescript ? 'ts' : 'js';
13
14
- sv.devDependency('vite-plugin-devtools-json', '^0.2.0');
+ sv.devDependency('vite-plugin-devtools-json', '^1.0.0');
15
16
// add the vite plugin
17
sv.file(`vite.config.${ext}`, (content) => {
0 commit comments