Skip to content

Commit

Permalink
Update vitest monorepo to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 4df4581 commit 138563f
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 97 deletions.
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@prisma/client": "5.22.0",
"@rating-tracker/commons": "workspace:*",
"@simplewebauthn/server": "11.0.0",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@xmldom/xmldom": "0.9.5",
"@yarnpkg/pnpify": "4.1.3",
"emailjs": "4.0.3",
Expand All @@ -92,7 +92,7 @@
"smtp-server": "3.13.6",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.4",
"vitest": "2.1.5",
"xpath-ts2": "1.4.2",
"zod": "3.23.8",
"zod-validation-error": "3.4.0"
Expand All @@ -103,7 +103,7 @@
"@types/smtp-server": "3.5.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitest/ui": "2.1.4",
"@vitest/ui": "2.1.5",
"eslint": "9.14.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"statuses": "2.0.1",
"vite": "5.4.11",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"devDependencies": {
"@types/statuses": "2.0.5",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitest/ui": "2.1.4",
"@vitest/ui": "2.1.5",
"eslint": "9.14.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@react-spring/web": "9.7.5",
"@simplewebauthn/browser": "11.0.0",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"@vitest/web-worker": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@vitest/web-worker": "2.1.5",
"hare-niemeyer": "3.0.0",
"hono": "4.6.10",
"http2-proxy": "5.0.53",
Expand All @@ -51,7 +51,7 @@
"vite-plugin-compression2": "1.3.1",
"vite-plugin-html": "3.2.2",
"vite-plugin-wasm": "3.3.0",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"devDependencies": {
"@rating-tracker/backend": "workspace:*",
Expand Down
Loading

0 comments on commit 138563f

Please sign in to comment.