Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v0.30.1 (#314)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent 6f5d8a4 commit 88bd7ae
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 294 deletions.
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-istanbul": "0.28.4",
"@vitest/coverage-istanbul": "0.30.1",
"eslint": "8.37.0",
"eslint-config-custom": "0.28.0",
"fastify": "4.10.2",
Expand All @@ -35,7 +35,7 @@
"tsconfig": "0.28.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"vitest": "^0.28.3"
"vitest": "^0.30.0"
},
"peerDependencies": {
"fastify": ">=4.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/nodemailer-html-to-text": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-istanbul": "0.28.4",
"@vitest/coverage-istanbul": "0.30.1",
"eslint": "8.37.0",
"eslint-config-custom": "0.28.0",
"fastify": "4.10.2",
Expand All @@ -48,7 +48,7 @@
"tsconfig": "0.28.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"vitest": "0.28.4"
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.28.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-istanbul": "0.28.4",
"@vitest/coverage-istanbul": "0.30.1",
"eslint": "8.37.0",
"eslint-config-custom": "0.28.0",
"fastify": "4.10.2",
Expand All @@ -40,7 +40,7 @@
"tsconfig": "0.28.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"vitest": "0.28.4"
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.28.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/multi-tenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/pg": "8.6.6",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-istanbul": "0.28.4",
"@vitest/coverage-istanbul": "0.30.1",
"eslint": "8.37.0",
"eslint-config-custom": "0.28.0",
"fastify": "4.10.2",
Expand All @@ -48,7 +48,7 @@
"typescript": "4.9.5",
"vite": "4.2.1",
"vite-tsconfig-paths": "4.0.8",
"vitest": "0.28.4",
"vitest": "0.30.1",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-istanbul": "0.28.4",
"@vitest/coverage-istanbul": "0.30.1",
"eslint": "8.37.0",
"eslint-config-custom": "0.28.0",
"fastify": "4.10.2",
Expand All @@ -42,7 +42,7 @@
"tsconfig": "0.28.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"vitest": "0.28.4",
"vitest": "0.30.1",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/validator": "13.7.14",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-istanbul": "0.28.4",
"@vitest/coverage-istanbul": "0.30.1",
"eslint": "8.37.0",
"eslint-config-custom": "0.28.0",
"fastify": "4.10.2",
Expand All @@ -50,7 +50,7 @@
"tsconfig": "0.28.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"vitest": "0.28.4"
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.28.0",
Expand Down
Loading

0 comments on commit 88bd7ae

Please sign in to comment.