From c1e4cb1ada8de348c4e8d13419bbeedf7428dd1c Mon Sep 17 00:00:00 2001 From: Jason Fulghum Date: Tue, 1 Nov 2022 17:16:36 -0700 Subject: [PATCH] Removing pnpm lock file --- .../orm-tests/prisma/pnpm-lock.yaml | 51 ------------------- 1 file changed, 51 deletions(-) delete mode 100644 integration-tests/orm-tests/prisma/pnpm-lock.yaml diff --git a/integration-tests/orm-tests/prisma/pnpm-lock.yaml b/integration-tests/orm-tests/prisma/pnpm-lock.yaml deleted file mode 100644 index 620ed7c60c..0000000000 --- a/integration-tests/orm-tests/prisma/pnpm-lock.yaml +++ /dev/null @@ -1,51 +0,0 @@ -lockfileVersion: 5.4 - -specifiers: - '@prisma/client': ^4.4.0 - '@types/node': ^17.0.23 - prisma: ^4.4.0 - -dependencies: - '@prisma/client': 4.4.0_prisma@4.4.0 - prisma: 4.4.0 - -devDependencies: - '@types/node': 17.0.45 - -packages: - - /@prisma/client/4.4.0_prisma@4.4.0: - resolution: {integrity: sha512-ciKOP246x1xwr04G9ajHlJ4pkmtu9Q6esVyqVBO0QJihaKQIUvbPjClp17IsRJyxqNpFm4ScbOc/s9DUzKHINQ==} - engines: {node: '>=14.17'} - requiresBuild: true - peerDependencies: - prisma: '*' - peerDependenciesMeta: - prisma: - optional: true - dependencies: - '@prisma/engines-version': 4.4.0-66.f352a33b70356f46311da8b00d83386dd9f145d6 - prisma: 4.4.0 - dev: false - - /@prisma/engines-version/4.4.0-66.f352a33b70356f46311da8b00d83386dd9f145d6: - resolution: {integrity: sha512-P5v/PuEIJLYXZUZBvOLPqoyCW+m6StNqHdiR6te++gYVODpPdLakks5HVx3JaZIY+LwR02juJWFlwpc9Eog/ug==} - dev: false - - /@prisma/engines/4.4.0: - resolution: {integrity: sha512-Fpykccxlt9MHrAs/QpPGpI2nOiRxuLA+LiApgA59ibbf24YICZIMWd3SI2YD+q0IAIso0jCGiHhirAIbxK3RyQ==} - requiresBuild: true - dev: false - - /@types/node/17.0.45: - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - dev: true - - /prisma/4.4.0: - resolution: {integrity: sha512-l/QKLmLcKJQFuc+X02LyICo0NWTUVaNNZ00jKJBqwDyhwMAhboD1FWwYV50rkH4Wls0RviAJSFzkC2ZrfawpfA==} - engines: {node: '>=14.17'} - hasBin: true - requiresBuild: true - dependencies: - '@prisma/engines': 4.4.0 - dev: false