Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 85233b1 commit e373518
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 101 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"@types/html-escaper": "^3.0.2",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"solid-js": "^1.8.17",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"pino": "^8.21.0",
"pino-pretty": "^11.0.0",
"unbuild": "^2.0.0",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
142 changes: 53 additions & 89 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion serializable-values/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@types/prettier": "^2.7.3",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion storybook-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@previewjs/vfs": "workspace:*",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion type-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"lodash": "^4.17.21",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
Loading

0 comments on commit e373518

Please sign in to comment.