Skip to content

Commit

Permalink
feat: downgrade prisma to v5.8.0 for compat with dd-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Sep 23, 2024
1 parent d21e036 commit 676a55b
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 29 deletions.
11 changes: 3 additions & 8 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:unit": "dotenv -e .env.test vitest run",
"test-ci:unit": "vitest run",
"test:load:build": "webpack --config tests/load/webpack.config.js",
"test:e2e": "dotenv -e .env.test playwright test",
"test:e2e": "dotenv -e .env.test npx playwright test",
"test-dev": "start-server-and-test dev http://127.0.0.1:3000 test",
"test-dev:unit": "dotenv -e .env.test vitest",
"test-ci:e2e": "start-server-and-test start http://127.0.0.1:3000 test:e2e",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@opengovsg/sgid-client": "^2.2.0",
"@opengovsg/starter-kitty-validators": "^1.1.0",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.18.0",
"@prisma/client": "5.8.0",
"@sendgrid/mail": "^8.1.3",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-query": "^4.36.1",
Expand Down Expand Up @@ -121,7 +121,7 @@
"pg": "^8.12.0",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"prisma": "^5.18.0",
"prisma": "5.8.0",
"prisma-json-types-generator": "^3.0.4",
"prisma-kysely": "^1.8.0",
"react": "^18.3.1",
Expand Down Expand Up @@ -190,11 +190,6 @@
"webpack-cli": "^5.1.4",
"webpack-glob-entries": "^1.0.1"
},
"overrides": {
"dd-trace": {
"import-in-the-middle": "^1.11.0"
}
},
"publishConfig": {
"access": "restricted"
},
Expand Down
103 changes: 82 additions & 21 deletions package-lock.json

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

0 comments on commit 676a55b

Please sign in to comment.