Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent f0ba6e7 commit c93e2aa
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 100 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.3.1"
"vitest": "^1.4.0"
}
}
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.3.1"
"vitest": "^1.4.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.5",
"unbuild": "^2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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.15",
"unbuild": "^2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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.19.0",
"pino-pretty": "^10.3.1",
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
140 changes: 52 additions & 88 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.2",
"unbuild": "^2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.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": "^2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
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.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.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.4.2",
"unbuild": "^2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}

0 comments on commit c93e2aa

Please sign in to comment.