Update dependencies
This commit is contained in:
parent
f308ab80c9
commit
015b66706f
3 changed files with 339 additions and 322 deletions
649
package-lock.json
generated
649
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -17,14 +17,14 @@
|
||||||
"@typescript-eslint/parser": "^6.9.1",
|
"@typescript-eslint/parser": "^6.9.1",
|
||||||
"eslint": "^8.39.0",
|
"eslint": "^8.39.0",
|
||||||
"nuxt": "3.8.2",
|
"nuxt": "3.8.2",
|
||||||
"prisma": "5.7.0",
|
"prisma": "5.7.1",
|
||||||
"sass": "^1.62.0",
|
"sass": "^1.62.0",
|
||||||
"vite-plugin-vuetify": "^2.0.1",
|
"vite-plugin-vuetify": "^2.0.1",
|
||||||
"vuetify": "^3.1.15"
|
"vuetify": "^3.1.15"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/client": "5.7.0",
|
"@prisma/client": "5.7.1",
|
||||||
"@prisma/engines": "^5.7.0",
|
"@prisma/engines": "5.7.1",
|
||||||
"@prisma/migrate": "5.7.0"
|
"@prisma/migrate": "5.7.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,12 +4,12 @@ let
|
||||||
# Updating this package will force an update for nodePackages.prisma. The
|
# 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
|
# version of prisma-engines and nodePackages.prisma must be the same for them to
|
||||||
# function correctly.
|
# function correctly.
|
||||||
prisma-version = "5.7.0";
|
prisma-version = "5.7.1";
|
||||||
prisma-src = pkgs.fetchFromGitHub {
|
prisma-src = pkgs.fetchFromGitHub {
|
||||||
owner = "prisma";
|
owner = "prisma";
|
||||||
repo = "prisma-engines";
|
repo = "prisma-engines";
|
||||||
rev = prisma-version;
|
rev = prisma-version;
|
||||||
hash = "sha256-gZEz0UtgNwumsZbweAyx3TOVHJshpBigc9pzWN7Gb/A=";
|
hash = "sha256-EOYbWUgoc/9uUtuocfWDh0elExzL0+wb4PsihgMbsWs=";
|
||||||
};
|
};
|
||||||
new-prisma-engines = pkgs.rustPlatform.buildRustPackage {
|
new-prisma-engines = pkgs.rustPlatform.buildRustPackage {
|
||||||
pname = "prisma-engines";
|
pname = "prisma-engines";
|
||||||
|
|
Loading…
Reference in a new issue