What is the latest stable version of Prisma? ```...
# orm-help
j
What is the latest stable version of Prisma?
Copy code
$ npm outdated
Package         Current  Wanted   Latest  Location
dotenv            5.0.1   5.0.1    6.0.0  graphql-boilerplate
graphql-cli      2.16.0  2.16.0   2.16.3  graphql-boilerplate
graphql-yoga     1.13.1  1.13.1  1.14.10  graphql-boilerplate
jsonwebtoken      8.2.1   8.2.1    8.3.0  graphql-boilerplate
nodemon          1.17.4  1.17.4   1.17.5  graphql-boilerplate
prisma            1.7.1   1.7.1   1.10.2  graphql-boilerplate
n
1.10.2
.
👍 1