Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 708579d commit 1fd713f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"devDependencies": {
"@vitest/coverage-v8": "1.6.0"
"@vitest/coverage-v8": "2.0.1"
},
"dependencies": {
"rusty-motors-shared": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@sentry/node": "^8.0.0",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/pg": "^8.11.6",
"pg": "^8.11.5",
"pg-hstore": "^2.3.4",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@fastify/sensible": "^5.5.0",
"@sentry/node": "^8.0.0",
"fastify": "^4.25.2",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/shard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fastify": "^4.27.0",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 1fd713f

Please sign in to comment.