Skip to content

Commit 1feda41

Browse files
jycouetmanuel3108
andauthored
chore: update vite-plugin-devtools-json (#667)
* chore: update `vite-plugin-devtools-json` * Apply suggestion from @manuel3108 --------- Co-authored-by: Manuel <[email protected]>
1 parent b533a85 commit 1feda41

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(devtools-json): 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)