Skip to content

Commit bc89453

Browse files
committed
fix: update prisma-yml
1 parent dc7a51e commit bc89453

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"graphql-config": "^2.0.1",
12-
"prisma-yml": "1.0.93"
12+
"prisma-yml": "1.0.95"
1313
},
1414
"devDependencies": {
1515
"@types/graphql": "^0.13.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,13 +2908,13 @@ pretty-format@^23.5.0:
29082908
ansi-regex "^3.0.0"
29092909
ansi-styles "^3.2.0"
29102910

2911-
2912-
version "0.1.1"
2913-
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.1.tgz#d8fd35848cab1d3e7b567b34b3e27c11a5f817b2"
2911+
2912+
version "0.1.2"
2913+
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.2.tgz#2ad1cad7858d42bb8b32d3a31e9d3d9a7318d2e0"
29142914

2915-
2916-
version "1.0.93"
2917-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.93.tgz#32b27e40fdca901b620d4d09262a00e74ed45df0"
2915+
2916+
version "1.0.95"
2917+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.95.tgz#0b025336b068eb029d25fc1357a39994fe26b89f"
29182918
dependencies:
29192919
ajv "5"
29202920
bluebird "^3.5.1"
@@ -2930,7 +2930,7 @@ [email protected]:
29302930
json-stable-stringify "^1.0.1"
29312931
jsonwebtoken "^8.1.0"
29322932
lodash "^4.17.4"
2933-
prisma-json-schema "0.1.1"
2933+
prisma-json-schema "0.1.2"
29342934
replaceall "^0.1.6"
29352935
scuid "^1.0.2"
29362936
yaml-ast-parser "^0.0.40"

0 commit comments

Comments
 (0)