fix(deps): update dependency @apollo/client to v3.14.1 (#141)
This commit was merged in pull request #141.
This commit is contained in:
Generated
+4
-4
@@ -10,7 +10,7 @@
|
|||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.0",
|
"@apollo/client": "3.14.1",
|
||||||
"@auth0/auth0-vue": "2.5.0",
|
"@auth0/auth0-vue": "2.5.0",
|
||||||
"@vue/apollo-composable": "4.2.2",
|
"@vue/apollo-composable": "4.2.2",
|
||||||
"graphql": "16.13.1",
|
"graphql": "16.13.1",
|
||||||
@@ -98,9 +98,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@apollo/client": {
|
"node_modules/@apollo/client": {
|
||||||
"version": "3.14.0",
|
"version": "3.14.1",
|
||||||
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.0.tgz",
|
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.1.tgz",
|
||||||
"integrity": "sha512-0YQKKRIxiMlIou+SekQqdCo0ZTHxOcES+K8vKB53cIDpwABNR0P0yRzPgsbgcj3zRJniD93S/ontsnZsCLZrxQ==",
|
"integrity": "sha512-SgGX6E23JsZhUdG2anxiyHvEvvN6CUaI4ZfMsndZFeuHPXL3H0IsaiNAhLITSISbeyeYd+CBd9oERXQDdjXWZw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphql-typed-document-node/core": "^3.1.1",
|
"@graphql-typed-document-node/core": "^3.1.1",
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
"lintfix": "eslint --fix . && npm run lint:style --fix"
|
"lintfix": "eslint --fix . && npm run lint:style --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.0",
|
"@apollo/client": "3.14.1",
|
||||||
"@auth0/auth0-vue": "2.5.0",
|
"@auth0/auth0-vue": "2.5.0",
|
||||||
"@vue/apollo-composable": "4.2.2",
|
"@vue/apollo-composable": "4.2.2",
|
||||||
"graphql": "16.13.1",
|
"graphql": "16.13.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user