Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v2.1.2 (#5971)
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] authored Oct 3, 2024
1 parent cb15d89 commit 6c29c18
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 97 deletions.
6 changes: 3 additions & 3 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"dotenv-flow": "4.1.0",
Expand All @@ -158,6 +158,6 @@
"vite": "5.4.8",
"vite-plugin-magical-svg": "1.3.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
6 changes: 3 additions & 3 deletions apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.1",
"eslint-plugin-tailwindcss": "3.17.4",
Expand All @@ -42,6 +42,6 @@
"vite": "5.4.8",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
Expand All @@ -72,7 +72,7 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@prisma/client": "5.20.0",
"@soluble/dsn-parser": "1.9.2",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"@your-org/eslint-config-bases": "workspace:^",
"camelcase": "8.0.0",
"cross-env": "7.0.3",
Expand All @@ -71,7 +71,7 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"peerDependencies": {
"@pothos/plugin-prisma": "^3.41.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@size-limit/file": "11.1.5",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"es-check": "7.2.1",
Expand All @@ -53,7 +53,7 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"engines": {
"node": ">=18.17"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"@your-org/eslint-config-bases": "workspace:^",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
Expand All @@ -80,7 +80,7 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"peerDependencies": {
"@emotion/react": "^11.10.8",
Expand Down
Loading

0 comments on commit 6c29c18

Please sign in to comment.