diff options
author | 2023-07-19 23:57:41 -0700 | |
---|---|---|
committer | 2023-07-19 23:57:41 -0700 | |
commit | 0b365781a8ddbea40ec3259e5bf0435c9aebc0a6 (patch) | |
tree | 7683dac60e7fc46967d649e802d9cd7b6c027340 /test | |
parent | dd46c11273211601bb67eff04dde7279fff5b8d5 (diff) | |
download | bun-0b365781a8ddbea40ec3259e5bf0435c9aebc0a6.tar.gz bun-0b365781a8ddbea40ec3259e5bf0435c9aebc0a6.tar.zst bun-0b365781a8ddbea40ec3259e5bf0435c9aebc0a6.zip |
Bump version to Bun v0.7.0
Diffstat (limited to 'test')
-rw-r--r-- | test/js/third_party/prisma/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/third_party/prisma/package.json b/test/js/third_party/prisma/package.json index ccf11e097..7455b963b 100644 --- a/test/js/third_party/prisma/package.json +++ b/test/js/third_party/prisma/package.json @@ -3,7 +3,7 @@ "module": "index.ts", "type": "module", "devDependencies": { - "bun-types": "0.6.12", + "bun-types": "0.7.0", "prisma": "5.0.0" }, "peerDependencies": { |