Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @prisma/client to v3 (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 11, 2021
1 parent 17c5909 commit bce094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/side-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "local-node-module",
"version": "1.0.0",
"dependencies": {
"@prisma/client": "^2.9.0"
"@prisma/client": "^3.0.0"
}
}

1 comment on commit bce094f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⏱ Benchmark results

largeDepsEsbuild: 12.7s

largeDepsZisi: 1m 13.4s

Please sign in to comment.