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 Jul 4, 2023
1 parent 51a1045 commit 68adfc6
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 238 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"publint": "^0.1.12",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"resolutions": {
"cssstyle": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"tsup": "^7.0.0",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"dependencies": {
"unpic": "^3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"preact": "^10.15.1",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"dependencies": {
"@unpic/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "5.0.4",
"undici": "5.22.1",
"vite": "4.3.9",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"peerDependencies": {
"@builder.io/qwik": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publint": "^0.1.12",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"dependencies": {
"@unpic/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"keywords": [
"solid"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.30.1",
"vitest": "^0.32.0",
"vue-tsc": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/webc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@11ty/webc": "^0.11.4",
"@types/jsdom": "^21.1.1",
"jsdom": "^22.0.0",
"vitest": "^0.30.1"
"vitest": "^0.32.0"
},
"peerDependencies": {
"@11ty/webc": ">=0.9.0"
Expand Down
Loading

0 comments on commit 68adfc6

Please sign in to comment.