Skip to content

Commit

Permalink
fix(studio): bump to 0.423.0 with sdk/client overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Sep 2, 2021
1 parent 003c27e commit 698ce54
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 98 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -21,6 +21,12 @@
"bench": "ts-node scripts/bench.ts | tee output.txt",
"prepare": "is-ci || husky install"
},
"pnpm": {
"overrides": {
"@prisma/sdk": "2.30.2",
"@prisma/client": "2.30.2"
}
},
"devDependencies": {
"@sindresorhus/slugify": "1.1.2",
"@slack/webhook": "6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -68,7 +68,7 @@
"@prisma/get-platform": "2.30.1-2.b8c35d44de987a9691890b3ddf3e2e7effb9bf20",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio-server": "0.422.0",
"@prisma/studio-server": "0.423.0",
"@timsuchanek/copy": "1.4.5",
"@types/jest": "27.0.1",
"@types/rimraf": "3.0.1",
Expand Down Expand Up @@ -132,4 +132,4 @@
"prettier --write"
]
}
}
}
161 changes: 65 additions & 96 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 698ce54

Please sign in to comment.