Skip to content

Commit

Permalink
Merge pull request #185 from oddbird/dependabot/npm_and_yarn/dev-majo…
Browse files Browse the repository at this point in the history
…r-9e5d52b39a

Bump the dev-major group across 1 directory with 2 updates
  • Loading branch information
jgerigmeyer authored Jul 15, 2024
2 parents a18837d + 48c7f2c commit db49724
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 505 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.3",
"chokidar-cli": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
"vitest": "^2.0.3"
},
"packageManager": "[email protected]"
}
7 changes: 6 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { defineConfig, mergeConfig } from 'vitest/config';
import {
coverageConfigDefaults,
defineConfig,
mergeConfig,
} from 'vitest/config';

import viteConfig from './vite.config.js';

Expand All @@ -24,6 +28,7 @@ export default mergeConfig(
'src/**/*.d.ts',
'src/routes/styleguide/**/*',
'src/routes/+layout.*',
...coverageConfigDefaults.exclude,
],
all: true,
skipFull: true,
Expand Down
Loading

0 comments on commit db49724

Please sign in to comment.