File tree Expand file tree Collapse file tree
deployment-platforms/rest-express-docker-aws-ec2
generator-prisma-client/deno-deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "@prisma/adapter-pg" : " 7.5.0" ,
1313 "@prisma/client" : " 7.5.0" ,
14- "dotenv" : " ^ 17.2.1 " ,
14+ "dotenv" : " 17.4.2 " ,
1515 "express" : " 5.1.0" ,
16- "pg" : " ^8.16.3 " ,
16+ "pg" : " 8.20.0 " ,
1717 "prisma" : " 7.5.0"
1818 },
1919 "devDependencies" : {
2020 "@types/express" : " 5.0.5" ,
2121 "@types/node" : " 22.18.12" ,
22- "@types/pg" : " ^8.15.6 " ,
23- "tsx" : " ^4.20.6 " ,
22+ "@types/pg" : " 8.20.0 " ,
23+ "tsx" : " 4.21.0 " ,
2424 "typescript" : " 5.8.2"
2525 }
2626}
Original file line number Diff line number Diff line change 55 "types" : [" node" ]
66 },
77 "imports" : {
8- "@prisma/adapter-pg" : " npm:@prisma/adapter-pg@^7.0 .0" ,
9- "@prisma/client" : " npm:@prisma/client@^7.0 .0" ,
10- "prisma" : " npm:prisma@^7.0 .0"
8+ "@prisma/adapter-pg" : " npm:@prisma/adapter-pg@7.8 .0" ,
9+ "@prisma/client" : " npm:@prisma/client@7.8 .0" ,
10+ "prisma" : " npm:prisma@7.8 .0"
1111 },
1212 "tasks" : {
1313 "dev" : " deno run -A --env=.env --watch src/main.ts" ,
Original file line number Diff line number Diff line change 88 "generate" : " prisma generate"
99 },
1010 "devDependencies" : {
11- "@types/node" : " ^ 24.8.1 " ,
11+ "@types/node" : " 24.12.2 " ,
1212 "prisma" : " 7.5.0" ,
13- "tsx" : " ^4.20.6 " ,
14- "typescript" : " ^ 5.9.3"
13+ "tsx" : " 4.21.0 " ,
14+ "typescript" : " 5.9.3"
1515 },
1616 "dependencies" : {
17- "@gqloom/core" : " ^ 0.12.1" ,
18- "@gqloom/prisma" : " ^ 0.12.2" ,
19- "@gqloom/zod" : " ^ 0.12.2" ,
17+ "@gqloom/core" : " 0.12.1" ,
18+ "@gqloom/prisma" : " 0.12.2" ,
19+ "@gqloom/zod" : " 0.12.2" ,
2020 "@prisma/adapter-pg" : " 7.5.0" ,
2121 "@prisma/client" : " 7.5.0" ,
2222 "dotenv" : " 16.6.1" ,
23- "graphql" : " ^ 16.11.0 " ,
24- "graphql-scalars" : " ^ 1.25.0" ,
25- "graphql-yoga" : " ^5.16 .0" ,
26- "pg" : " ^8.16 .0" ,
27- "zod" : " ^4.1.12 "
23+ "graphql" : " 16.13.2 " ,
24+ "graphql-scalars" : " 1.25.0" ,
25+ "graphql-yoga" : " 5.21 .0" ,
26+ "pg" : " 8.20 .0" ,
27+ "zod" : " 4.4.3 "
2828 },
2929 "prisma" : {
3030 "seed" : " tsx prisma/seed.ts"
You can’t perform that action at this time.
0 commit comments