File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 ZenStack
3+ Copyright (c) 2025 ZenStack
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 ZenStack
3+ Copyright (c) 2025 ZenStack
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function run(cmd: string) {
2020
2121run ( 'npm init -y' ) ;
2222run (
23- 'npm i --no-audit --no-fund typescript@~5.8.0 prisma@6.11.x @prisma/client@6.11.x zod@^3.25 .0 decimal.js @types/node'
23+ 'npm i --no-audit --no-fund typescript@~5.8.0 prisma@6.11.x @prisma/client@6.11.x zod@^4.0 .0 decimal.js @types/node'
2424) ;
2525
2626console . log ( 'Test scaffold setup complete.' ) ;
You can’t perform that action at this time.
0 commit comments