diff --git a/core/package.json b/core/package.json index 801db180a..b0a74fa08 100644 --- a/core/package.json +++ b/core/package.json @@ -15,7 +15,7 @@ "type-check": "tsc", "type-check-watch": "tsc --watch" }, - "files": [".next"], + "files": [".next", "prisma", "supabase"], "prisma": { "seed": "ts-node prisma/seed.ts" }, @@ -25,6 +25,7 @@ "@faker-js/faker": "^8.0.2", "@hookform/resolvers": "^3.3.1", "@prisma/client": "^5.2.0", + "prisma": "^5.2.0", "@sentry/nextjs": "^7.72.0", "@stoplight/elements": "^7.12.2", "@supabase/supabase-js": "^2.33.2", @@ -66,7 +67,6 @@ "csv-parse": "^5.5.2", "dotenv-cli": "^7.2.1", "postcss": "^8.4.27", - "prisma": "^5.2.0", "supabase": "^1.68.6", "tailwindcss": "^3.3.3", "ts-node": "^10.9.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bbbe2ebc2..520cdc241 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -110,6 +110,9 @@ importers: openapi3-ts: specifier: ^4.1.2 version: 4.1.2 + prisma: + specifier: ^5.2.0 + version: 5.2.0 react: specifier: 18.2.0 version: 18.2.0 @@ -177,9 +180,6 @@ importers: postcss: specifier: ^8.4.27 version: 8.4.27 - prisma: - specifier: ^5.2.0 - version: 5.2.0 supabase: specifier: ^1.68.6 version: 1.68.6 @@ -3158,6 +3158,7 @@ packages: /@prisma/engines@5.2.0: resolution: {integrity: sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==} requiresBuild: true + dev: false /@radix-ui/number@1.0.1: resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==} @@ -9577,6 +9578,7 @@ packages: requiresBuild: true dependencies: '@prisma/engines': 5.2.0 + dev: false /prismjs@1.29.0: resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}