Update graphql mock client

This commit is contained in:
Ramon Wenger 2022-01-26 20:01:17 +01:00
parent 0e3abdfe8e
commit 09b19b9d22
2 changed files with 4 additions and 4 deletions

View File

@ -14593,9 +14593,9 @@
} }
}, },
"mock-apollo-client": { "mock-apollo-client": {
"version": "0.7.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/mock-apollo-client/-/mock-apollo-client-0.7.0.tgz", "resolved": "https://registry.npmjs.org/mock-apollo-client/-/mock-apollo-client-1.2.0.tgz",
"integrity": "sha512-r0ICU01m007W0MwMej0lzlg1REtepDZ15Fyj8Hz9tiW/1TPb0PyHryGykrg9YhfbB8/+ZF2ovz+88yMF75TDoA==", "integrity": "sha512-zCVHv3p7zvUmen9zce9l965ZrI6rMbrm2/oqGaTerVYOaYskl/cVgTG/L7iIToTIpI7onk/f6tu8hxPXZdyy/g==",
"dev": true "dev": true
}, },
"mrmime": { "mrmime": {

View File

@ -125,7 +125,7 @@
"jest-transform-graphql": "^2.1.0", "jest-transform-graphql": "^2.1.0",
"jest-transform-stub": "^2.0.0", "jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^0.3.1", "jest-watch-typeahead": "^0.3.1",
"mock-apollo-client": "^0.7.0", "mock-apollo-client": "^1.2.0",
"ts-loader": "^8.3.0", "ts-loader": "^8.3.0",
"typescript": "^4.5.4", "typescript": "^4.5.4",
"vue-jest": "^3.0.4", "vue-jest": "^3.0.4",