Skip to content

Commit

Permalink
Merge pull request #254 from jaredwray/updating-vitest-to-latest
Browse files Browse the repository at this point in the history
updating vitest to latest
  • Loading branch information
jaredwray committed Mar 6, 2024
2 parents 3feb887 + afc9525 commit e03ea50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ site-output

# IDEs
.idea/
pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.61",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.3.1",
"docula": "^0.4.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"vitest": "^1.3.1",
"webpack": "^5.90.3",
"xo": "^0.56.0"
},
Expand Down

0 comments on commit e03ea50

Please sign in to comment.