Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2023
1 parent 5559931 commit d11ed23
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 62 deletions.
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 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
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.1",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"solid-js": "^1.7.5",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"unbuild": "^1.2.1",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
122 changes: 72 additions & 50 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.0.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
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": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion storybook-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@previewjs/vfs": "workspace:*",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion type-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"lodash": "^4.17.21",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion vfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
}
}

0 comments on commit d11ed23

Please sign in to comment.