Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update prisma monorepo to v6.1.0 #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions audit-log-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions callback-free-itx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions computed-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions exists-fn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions input-transformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions input-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"zod": "3.23.8"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions instance-methods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions json-field-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"zod": "3.23.8"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions model-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"cuid": "3.0.0",
"date-fns": "4.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions obfuscated-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"bcryptjs": "2.4.3"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/bcryptjs": "2.4.6",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions query-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions readonly-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions retry-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"exponential-backoff": "3.1.1"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions row-level-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions static-methods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"bcryptjs": "2.4.3"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/bcryptjs": "2.4.6",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions transformed-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"date-fns": "4.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions update-delete-ignore-not-found/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"dev": "ts-node script.ts"
},
"dependencies": {
"@prisma/client": "6.0.1"
"@prisma/client": "6.1.0"
},
"devDependencies": {
"@faker-js/faker": "9.0.2",
"@types/node": "22.8.2",
"prisma": "6.0.1",
"prisma": "6.1.0",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down