[AAE-10472] upgrade apollo libraries to Angular 14 compatible versions (#7799)

* upgrade apollo libraries

* fix unit tests

* Empty-Commit
This commit is contained in:
Denys Vuika
2022-09-01 15:14:00 +01:00
committed by GitHub
parent b2ac4b4169
commit 9352daf799
4 changed files with 17 additions and 15 deletions
+8 -10
View File
@@ -23842,13 +23842,10 @@
}
},
"apollo-angular": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-2.6.0.tgz",
"integrity": "sha512-PxlOlYbJB39mKAIMX24twrrM+1qm+o7OIdvtiJJB4MSlDFdlKR6yCrZdxpvoHFRoK1vWl23g4GiLrf8bNyJuyQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-4.0.1.tgz",
"integrity": "sha512-hnM2zbYORcqwLI8YBVAVvOuCIc3a6rDGUFlzB9pHudaoqYT5NkP8L/2IAGnMFQ1izzcLemcISw02yiEIf0WO3A==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.0",
"extract-files": "^9.0.0",
"semver": "^7.0.0",
"tslib": "^2.0.0"
}
},
@@ -29524,7 +29521,8 @@
"extract-files": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-9.0.0.tgz",
"integrity": "sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ=="
"integrity": "sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==",
"dev": true
},
"extsprintf": {
"version": "1.3.0",
@@ -30517,9 +30515,9 @@
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
},
"graphql": {
"version": "15.8.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz",
"integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==",
"version": "16.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
"integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==",
"dev": true
},
"graphql-request": {