Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 8daa5e2

Browse files
authored
chore(cli-core): update prisma-db-introspection package (#4910)
1 parent 0998f00 commit 8daa5e2

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

cli/packages/prisma-cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"opn": "^5.1.0",
106106
"prisma-client-lib": "1.23.0-test.3",
107107
"prisma-datamodel": "1.23.0-alpha.1",
108-
"prisma-db-introspection": "0.0.7",
108+
"prisma-db-introspection": "1.36.0-test.2",
109109
"prisma-generate-schema": "1.20.4",
110110
"prisma-yml": "1.0.95",
111111
"scuid": "^1.0.2",

cli/yarn.lock

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8028,39 +8028,11 @@ prisma-datamodel@^1.36.0-test.2:
80288028
pluralize "^7.0.0"
80298029
popsicle "10"
80308030

8031-
8032-
version "0.0.7"
8033-
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-0.0.7.tgz#0f529e059f5b563ece1fcb41870a0a89b24a426a"
8034-
integrity sha512-IA96o5vgjVMHChh3VfcogtZ9cbONak+w9YGe40iwqgfVFdSyX5n0KfK7tDez3RZx6kb8XiK2V7b+hk6zcrATkw==
8035-
dependencies:
8036-
ajv "5"
8037-
bluebird "^3.5.1"
8038-
chalk "^2.3.0"
8039-
debug "^3.1.0"
8040-
dotenv "^4.0.0"
8041-
fs-extra "^5.0.0"
8042-
graphql-request "^1.5.0"
8043-
isomorphic-fetch "^2.2.1"
8044-
js-yaml "^3.10.0"
8045-
json-stable-stringify "^1.0.1"
8046-
jsonwebtoken "^8.1.0"
8047-
lodash "^4.17.4"
8048-
pg "^7.4.1"
8049-
prisma-json-schema "^0.0.1"
8050-
replaceall "^0.1.6"
8051-
scuid "^1.0.2"
8052-
yaml-ast-parser "^0.0.40"
8053-
80548031
80558032
version "0.1.3"
80568033
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"
80578034
integrity sha512-XZrf2080oR81mY8/OC8al68HiwBm0nXlFE727JIia0ZbNqwuV4MyRYk6E0+OIa6/9KEYxZrcAmoBs3EW1cCvnA==
80588035

8059-
prisma-json-schema@^0.0.1:
8060-
version "0.0.1"
8061-
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
8062-
integrity sha512-V9UNqGtfqX5ZPt0kjv5JfE4Cj5Oc7NjSvkodUeB6M3Rsqob2Amzzft2HlU0IptiBauqPKzWEqiplM2fRCaC27A==
8063-
80648036
80658037
version "1.20.0-beta.18"
80668038
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.20.0-beta.18.tgz#fc5f3d2b14f12110e4c64c00305088c5118adb3d"

0 commit comments

Comments
 (0)