Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 5ad52ba commit 43ceed9
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 91 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"slonik": "30.4.4",
"strip-ansi": "7.1.0",
"tslib": "2.8.0",
"vitest": "2.0.5",
"vitest": "2.1.5",
"zod": "3.23.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"turbo": "2.2.3",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
"vitest": "2.1.5"
},
"pnpm": {
"overrides.csstype": "To fix type check error https://github.com/JedWatson/react-select/issues/5952",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"graphql": "16.9.0",
"graphql-ws": "5.16.0",
"nock": "14.0.0-beta.7",
"vitest": "2.0.5",
"vitest": "2.1.5",
"ws": "8.18.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"graphql": "16.9.0",
"nock": "14.0.0-beta.7",
"tslib": "2.8.0",
"vitest": "2.0.5"
"vitest": "2.1.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"graphql-ws": "5.16.0",
"graphql-yoga": "5.9.0",
"nock": "14.0.0-beta.7",
"vitest": "2.0.5",
"vitest": "2.1.5",
"ws": "8.18.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"supertokens-node": "16.7.5",
"tslib": "2.8.0",
"undici": "6.20.1",
"vitest": "2.0.5",
"vitest": "2.1.5",
"zod": "3.23.8",
"zod-validation-error": "3.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/services/broker-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"itty-router": "4.2.2",
"toucan-js": "3.4.0",
"undici": "6.20.1",
"vitest": "2.0.5",
"vitest": "2.1.5",
"workers-loki-logger": "0.1.15",
"zod": "3.23.8"
}
Expand Down
Loading

0 comments on commit 43ceed9

Please sign in to comment.