Skip to content

Commit d469201

Browse files
chore(deps): update dependency @types/json-schema to v7
1 parent fa5c4e5 commit d469201

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/apollo-codegen": "^0.16.0",
3333
"@types/graphql": "^0.13.1",
3434
"@types/jest": "^23.0.0",
35-
"@types/json-schema": "^6.0.1",
35+
"@types/json-schema": "^7.0.0",
3636
"@types/lodash": "^4.14.109",
3737
"@types/node": "^10.1.4",
3838
"@types/react-jsonschema-form": "^1.0.4",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,15 @@
382382
version "23.0.0"
383383
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.0.0.tgz#760cac74f00bb9c3075587716d2b3b4435663bc0"
384384

385-
"@types/json-schema@*", "@types/json-schema@^6.0.1":
385+
"@types/json-schema@*":
386386
version "6.0.1"
387387
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-6.0.1.tgz#a761975746f1c1b2579c62e3a4b5e88f986f7e2e"
388388

389+
"@types/json-schema@^7.0.0":
390+
version "7.0.15"
391+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
392+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
393+
389394
"@types/lodash@^4.14.109":
390395
version "4.14.109"
391396
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.109.tgz#b1c4442239730bf35cabaf493c772b18c045886d"

0 commit comments

Comments
 (0)