From 2bf3faf8e6213d2d2b0edb860a28ea50b32d7524 Mon Sep 17 00:00:00 2001 From: gv Date: Sun, 24 Nov 2024 04:23:28 -0700 Subject: [PATCH] do NOT fail to run if s3 misssing! local dev should NOT require it --- package.json | 7 +++---- yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 65add7c..dd62eda 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,8 @@ "migrate:dev": "dotenv -e .env.dev -- npx prisma migrate dev --name postgres-init", "migrate:postgres": "dotenv -e .env.test -- npx prisma migrate deploy", "prisma:studio": "dotenv -e .env.dev -- npx prisma studio", - "format": "prettier -w ./src/**/* -w ./docs/**/* -w ./*.md -w ./**/*.md", - "lint": "eslint . --fix", "format": "prettier -w ./src/**/*", + "lint": "eslint . --fix", "test": "jest" }, "author": "", @@ -28,7 +27,7 @@ "@glazed/datamodel": "^0.3.0", "@glazed/devtools": "^0.2.0", "@glazed/did-datastore": "^0.3.1", - "@prisma/client": "^5.17.0", + "@prisma/client": "5.22.0", "axios": "^0.27.2", "bcryptjs": "^2.4.3", "cors": "^2.8.5", @@ -76,7 +75,7 @@ "jest-mock-extended": "^2.0.4", "nodemon": "^2.0.16", "prettier": "^3.3.3", - "prisma": "^5.17.0", + "prisma": "5.22.0", "renamer": "^4.0.0", "supertest": "^6.3.3", "swagger-jsdoc": "^6.2.8", diff --git a/yarn.lock b/yarn.lock index a197920..1fb2e62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1992,7 +1992,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@prisma/client@^5.17.0": +"@prisma/client@5.22.0": version "5.22.0" resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.22.0.tgz#da1ca9c133fbefe89e0da781c75e1c59da5f8802" integrity sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA== @@ -6426,7 +6426,7 @@ printj@^1.3.0: resolved "https://registry.yarnpkg.com/printj/-/printj-1.3.1.tgz#9af6b1d55647a1587ac44f4c1654a4b95b8e12cb" integrity sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg== -prisma@^5.17.0: +prisma@5.22.0: version "5.22.0" resolved "https://registry.yarnpkg.com/prisma/-/prisma-5.22.0.tgz#1f6717ff487cdef5f5799cc1010459920e2e6197" integrity sha512-vtpjW3XuYCSnMsNVBjLMNkTj6OZbudcPPTPYHqX0CJfpcdWciI1dM8uHETwmDxxiqEwCIE6WvXucWUetJgfu/A==