Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update dependency vitest to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2022
1 parent 828e79b commit ca4debf
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"prettier": "2.7.1",
"rimraf": "3.0.2",
"tsup": "6.4.0",
"vitest": "0.23.4"
"vitest": "0.25.0"
}
}
2 changes: 1 addition & 1 deletion src/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.2.0",
"typescript": "4.8.3",
"vitest": "0.23.4"
"vitest": "0.25.0"
},
"optionalDependencies": {
"@ltd/j-toml": "1.35.2",
Expand Down
2 changes: 1 addition & 1 deletion src/lilith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.2.0",
"typescript": "4.8.3",
"vitest": "0.23.4"
"vitest": "0.25.0"
}
}
2 changes: 1 addition & 1 deletion src/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.2.0",
"typescript": "4.8.3",
"vitest": "0.23.4"
"vitest": "0.25.0"
},
"optionalDependencies": {
"@noelware/lilith": "workspace:src/lilith"
Expand Down
2 changes: 1 addition & 1 deletion src/winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.2.0",
"typescript": "4.8.3",
"vitest": "0.23.4"
"vitest": "0.25.0"
},
"optionalDependencies": {
"@noelware/lilith-logging": "workspace:src/logging",
Expand Down

0 comments on commit ca4debf

Please sign in to comment.