Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to ^0.32.4 (noodle-run#130)
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 Jul 3, 2023
1 parent d0a409e commit ebded73
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 129 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@testing-library/user-event": "^14.4.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/coverage-v8": "^0.32.4",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vitest": "^0.32.2"
"vitest": "^0.32.4"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
"@noodle/vitest": "workspace:^",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/coverage-v8": "^0.32.4",
"eslint-config-noodle": "workspace:^",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vitest": "^0.32.4",
"vitest-mock-extended": "^1.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"@vitest/coverage-v8": "^0.32.4",
"@vitest/ui": "^0.32.4",
"happy-dom": "^9.20.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2"
"vitest": "^0.32.4"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"@testing-library/user-event": "^14.4.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/coverage-v8": "^0.32.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.24",
"storybook-addon-pseudo-states": "^2.1.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.32.4"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit ebded73

Please sign in to comment.