mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
3 lines
357 B
Bash
Executable file
3 lines
357 B
Bash
Executable file
echo Setting Prisma Versions to V5
|
|
npx replace-in-file '/"prisma":\s*"\^4.0.0"/g' '"prisma": "^5.0.0"' 'packages/testtools/**/package*.json' 'tests/integration/**/package*.json' --isRegex
|
|
npx replace-in-file '/"@prisma/client":\s*"\^4.0.0"/g' '"@prisma/client": "^5.0.0"' 'packages/testtools/**/package*.json' 'tests/integration/**/package*.json' --isRegex
|