Skip to content

Commit

Permalink
chore(deps): update js test packages (#34)
Browse files Browse the repository at this point in the history
* chore(deps): update js test packages

* fix: test error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ThunderMiracle <cissoliu@gmail.com>
  • Loading branch information
renovate[bot] and thundermiracle committed Oct 2, 2023
1 parent de154d9 commit 7b51227
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 263 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -28,7 +28,8 @@
"@types/node": "^18.18.1",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/supertest": "^2.0.12",
"@types/supertest": "^2.0.13",
"@vitest/coverage-v8": "^0.34.6",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"@web-configs/typescript": "^0.2.2",
Expand All @@ -41,7 +42,7 @@
"supertest": "^6.3.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vitest": "^0.20.3"
"vitest": "^0.34.6"
},
"prettier": "@web-configs/prettier"
}

1 comment on commit 7b51227

@vercel
Copy link

@vercel vercel bot commented on 7b51227 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.