Skip to content

Commit

Permalink
Merge pull request #270 from jaredwray/upgrading-vitest-to-2.0.5
Browse files Browse the repository at this point in the history
upgrading vitest to 2.0.5
  • Loading branch information
jaredwray authored Aug 30, 2024
2 parents 06b742c + 98db031 commit c8bb615
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Github Flavor Markdown (remark-gfm).
* Emoji Support (remark-emoji).
* MDX Support (remark-mdx).
* ESM and Node 18+
* ESM and Node 20+

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"devDependencies": {
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.5",
"docula": "^0.5.3",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vitest": "^2.0.5",
"webpack": "^5.91.0",
"xo": "^0.59.3"
},
Expand Down
4 changes: 4 additions & 0 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export default defineConfig({
'site-output/**',
'.pnp.*',
'.yarn/**',
'vitest.config.mjs',
'dist/**',
'site/**',
'test/**',
],
},
},
Expand Down

0 comments on commit c8bb615

Please sign in to comment.