Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent ddb7ac1 commit 5d4fa46
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 131 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.1",
"vitest": "2.0.5",
"vitest": "2.1.8",
"zod": "3.23.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"turbo": "2.3.0",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.0.5"
"vitest": "2.1.8"
},
"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.8",
"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.1",
"vitest": "2.0.5"
"vitest": "2.1.8"
},
"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.8",
"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 @@ -64,7 +64,7 @@
"supertokens-node": "16.7.5",
"tslib": "2.8.1",
"undici": "6.21.0",
"vitest": "2.0.5",
"vitest": "2.1.8",
"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.21.0",
"vitest": "2.0.5",
"vitest": "2.1.8",
"workers-loki-logger": "0.1.15",
"zod": "3.23.8"
}
Expand Down
Loading

0 comments on commit 5d4fa46

Please sign in to comment.