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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2022
1 parent 80b4c63 commit 9fc5dcb
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,6 +32,6 @@
"prettier": "2.7.1",
"rimraf": "3.0.2",
"tsup": "6.5.0",
"vitest": "0.23.4"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion src/config/package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.3.0",
"typescript": "4.9.3",
"vitest": "0.23.4"
"vitest": "0.25.3"
},
"optionalDependencies": {
"@ltd/j-toml": "1.35.3",
Expand Down
2 changes: 1 addition & 1 deletion src/lilith/package.json
Expand Up @@ -36,6 +36,6 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.3.0",
"typescript": "4.9.3",
"vitest": "0.23.4"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion src/logging/package.json
Expand Up @@ -35,7 +35,7 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.3.0",
"typescript": "4.9.3",
"vitest": "0.23.4"
"vitest": "0.25.3"
},
"optionalDependencies": {
"@noelware/lilith": "workspace:src/lilith"
Expand Down
2 changes: 1 addition & 1 deletion src/winston/package.json
Expand Up @@ -32,7 +32,7 @@
"eslint-config-prettier": "8.5.0",
"type-fest": "3.3.0",
"typescript": "4.9.3",
"vitest": "0.23.4"
"vitest": "0.25.3"
},
"optionalDependencies": {
"@noelware/lilith-logging": "workspace:src/logging",
Expand Down

0 comments on commit 9fc5dcb

Please sign in to comment.