mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 03:35:17 +03:00
fix: bumped Prisma version to 2.22.1.
This commit is contained in:
parent
092bb70db2
commit
8d3e3830f4
@ -22,6 +22,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nodemon": "^2.0.4",
|
"nodemon": "^2.0.4",
|
||||||
"standard": "^14.3.4",
|
"standard": "^14.3.4",
|
||||||
"prisma": "2.21.0"
|
"prisma": "2.22.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -119,7 +119,7 @@ waspNpmDeps =
|
|||||||
("debug", "~2.6.9"),
|
("debug", "~2.6.9"),
|
||||||
("express", "~4.16.1"),
|
("express", "~4.16.1"),
|
||||||
("morgan", "~1.9.1"),
|
("morgan", "~1.9.1"),
|
||||||
("@prisma/client", "2.21.0"),
|
("@prisma/client", "2.22.1"),
|
||||||
("jsonwebtoken", "^8.5.1"),
|
("jsonwebtoken", "^8.5.1"),
|
||||||
("secure-password", "^4.0.0"),
|
("secure-password", "^4.0.0"),
|
||||||
("dotenv", "8.2.0")
|
("dotenv", "8.2.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user