Skip to content

Commit

Permalink
upgrading vitest to 1.2.1 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jan 19, 2024
1 parent 72c0d4a commit e7ecafe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"devDependencies": {
"@faker-js/faker": "8.3.1",
"@types/lodash.clonedeep": "4.5.9",
"@types/node": "20.10.5",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-v8": "1.1.0",
"@vitest/coverage-v8": "1.2.1",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -66,7 +66,7 @@
"prettier": "3.1.1",
"rimraf": "^5.0.5",
"typescript": "5.3.3",
"vitest": "1.1.0"
"vitest": "1.2.1"
},
"lint-staged": {
"*.{ts,js,mts,mjs}": "eslint --cache --fix",
Expand Down

0 comments on commit e7ecafe

Please sign in to comment.