Skip to content

Commit 997cb6f

Browse files
committed
chore: update vite-plugin-devtools-json
1 parent 278022e commit 997cb6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/stale-vans-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
chore: update `vite-plugin-devtools-json`

packages/addons/devtools-json/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineAddon({
1111
run: ({ sv, typescript }) => {
1212
const ext = typescript ? 'ts' : 'js';
1313

14-
sv.devDependency('vite-plugin-devtools-json', '^0.2.0');
14+
sv.devDependency('vite-plugin-devtools-json', '^1.0.0');
1515

1616
// add the vite plugin
1717
sv.file(`vite.config.${ext}`, (content) => {

0 commit comments

Comments
 (0)