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.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2023
1 parent 0914f7d commit 4d1dca6
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 277 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,6 +32,6 @@
"prettier": "2.7.1",
"rimraf": "4.1.2",
"tsup": "6.6.3",
"vitest": "0.23.4"
"vitest": "0.30.0"
}
}
2 changes: 1 addition & 1 deletion src/config/package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-config-prettier": "8.6.0",
"type-fest": "3.6.0",
"typescript": "4.9.5",
"vitest": "0.23.4"
"vitest": "0.30.0"
},
"optionalDependencies": {
"@ltd/j-toml": "1.38.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lilith/package.json
Expand Up @@ -36,6 +36,6 @@
"eslint-config-prettier": "8.6.0",
"type-fest": "3.6.0",
"typescript": "4.9.5",
"vitest": "0.23.4"
"vitest": "0.30.0"
}
}
2 changes: 1 addition & 1 deletion src/logging/package.json
Expand Up @@ -35,7 +35,7 @@
"eslint-config-prettier": "8.6.0",
"type-fest": "3.6.0",
"typescript": "4.9.5",
"vitest": "0.23.4"
"vitest": "0.30.0"
},
"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.6.0",
"type-fest": "3.6.0",
"typescript": "4.9.5",
"vitest": "0.23.4"
"vitest": "0.30.0"
},
"optionalDependencies": {
"@noelware/lilith-logging": "workspace:src/logging",
Expand Down

0 comments on commit 4d1dca6

Please sign in to comment.