Skip to content

Commit 94d347e

Browse files
committed
Update to latest alpha
1 parent 3f7ccc4 commit 94d347e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@angular/platform-browser-dynamic": "^18.0.0",
3838
"@angular/platform-server": "^18.0.0",
3939
"@angular/router": "^18.0.0",
40-
"@apollo/client": "https://pkg.pr.new/@apollo/client@12384",
40+
"@apollo/client": "https://pkg.pr.new/@apollo/client@12221",
4141
"@babel/core": "^7.24.6",
4242
"@babel/preset-env": "^7.24.6",
4343
"@changesets/changelog-github": "^0.5.0",

packages/apollo-angular/testing/tests/integration.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe('Integration', () => {
1111
let backend: ApolloTestingController;
1212

1313
beforeEach(() => {
14+
TestBed.resetTestingModule();
1415
TestBed.configureTestingModule({
1516
imports: [ApolloTestingModule],
1617
});
@@ -131,6 +132,7 @@ describe('Integration', () => {
131132
query heroes($first: Int!) {
132133
heroes(first: $first) {
133134
name
135+
__typename
134136
}
135137
}
136138
`,

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,19 @@
264264
dependencies:
265265
tslib "^2.3.0"
266266

267+
"@apollo/client@https://pkg.pr.new/@apollo/client@12221":
268+
version "4.0.0-alpha.0"
269+
resolved "https://pkg.pr.new/@apollo/client@12221#d8a470f1993539909177eba396eb583572382185"
270+
dependencies:
271+
"@graphql-typed-document-node/core" "^3.1.1"
272+
"@wry/caches" "^1.0.0"
273+
"@wry/equality" "^0.5.6"
274+
"@wry/trie" "^0.5.0"
275+
graphql-tag "^2.12.6"
276+
optimism "^0.18.0"
277+
rehackt "^0.1.0"
278+
tslib "^2.3.0"
279+
267280
"@apollo/client@https://pkg.pr.new/@apollo/client@12384":
268281
version "3.13.0"
269282
resolved "https://pkg.pr.new/@apollo/client@12384#8fb6746f15541854a956115c6a8610e3da7858d8"

0 commit comments

Comments
 (0)