Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent decaf06 commit 25e5f66
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 86 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"slonik": "30.4.4",
"strip-ansi": "7.1.0",
"tslib": "2.8.0",
"vitest": "2.0.5",
"vitest": "2.1.4",
"zod": "3.23.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"turbo": "2.2.3",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
"vitest": "2.1.4"
},
"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.4",
"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.4"
},
"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.7.0",
"nock": "14.0.0-beta.7",
"vitest": "2.0.5",
"vitest": "2.1.4",
"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": "15.2.1",
"tslib": "2.8.0",
"undici": "6.20.1",
"vitest": "2.0.5",
"vitest": "2.1.4",
"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.4",
"workers-loki-logger": "0.1.15",
"zod": "3.23.8"
}
Expand Down
Loading

0 comments on commit 25e5f66

Please sign in to comment.