Update dependencies

This commit is contained in:
Wroclaw 2023-12-20 05:26:19 +01:00
parent f308ab80c9
commit 015b66706f
3 changed files with 339 additions and 322 deletions

649
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,14 +17,14 @@
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.39.0",
"nuxt": "3.8.2",
"prisma": "5.7.0",
"prisma": "5.7.1",
"sass": "^1.62.0",
"vite-plugin-vuetify": "^2.0.1",
"vuetify": "^3.1.15"
},
"dependencies": {
"@prisma/client": "5.7.0",
"@prisma/engines": "^5.7.0",
"@prisma/migrate": "5.7.0"
"@prisma/client": "5.7.1",
"@prisma/engines": "5.7.1",
"@prisma/migrate": "5.7.1"
}
}

View file

@ -4,12 +4,12 @@ let
# Updating this package will force an update for nodePackages.prisma. The
# version of prisma-engines and nodePackages.prisma must be the same for them to
# function correctly.
prisma-version = "5.7.0";
prisma-version = "5.7.1";
prisma-src = pkgs.fetchFromGitHub {
owner = "prisma";
repo = "prisma-engines";
rev = prisma-version;
hash = "sha256-gZEz0UtgNwumsZbweAyx3TOVHJshpBigc9pzWN7Gb/A=";
hash = "sha256-EOYbWUgoc/9uUtuocfWDh0elExzL0+wb4PsihgMbsWs=";
};
new-prisma-engines = pkgs.rustPlatform.buildRustPackage {
pname = "prisma-engines";