Skip to content

Commit

Permalink
feat: upgrade vitest to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Inqnuam committed Sep 12, 2024
1 parent 778e76b commit 6ac351b
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 202 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "serverless-aws-lambda-vitest",
"description": "serverless-aws-lambda Test Driven Development with Vitest",
"version": "3.0.0",
"version": "3.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"vitest": "^2.0.5"
"vitest": "^2.1.0"
},
"scripts": {
"dev": "DEV=true node ./build.mjs",
Expand Down
Loading

0 comments on commit 6ac351b

Please sign in to comment.