Skip to content
/ query Public
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2cd0ceb

Browse files
committedMay 7, 2025
release: v5.75.5
1 parent 373546b commit 2cd0ceb

File tree

77 files changed

+133
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+133
-133
lines changed
 

‎examples/angular/auto-refetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/core": "^19.2.4",
1515
"@angular/platform-browser": "^19.2.4",
1616
"@angular/platform-browser-dynamic": "^19.2.4",
17-
"@tanstack/angular-query-experimental": "^5.75.4",
17+
"@tanstack/angular-query-experimental": "^5.75.5",
1818
"rxjs": "^7.8.2",
1919
"tslib": "^2.8.1",
2020
"zone.js": "0.15.0"

‎examples/angular/basic-persister/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@angular/core": "^19.2.4",
1515
"@angular/platform-browser": "^19.2.4",
1616
"@angular/platform-browser-dynamic": "^19.2.4",
17-
"@tanstack/angular-query-experimental": "^5.75.4",
17+
"@tanstack/angular-query-experimental": "^5.75.5",
1818
"@tanstack/angular-query-persist-client": "^5.62.7",
19-
"@tanstack/query-sync-storage-persister": "^5.75.4",
19+
"@tanstack/query-sync-storage-persister": "^5.75.5",
2020
"rxjs": "^7.8.2",
2121
"tslib": "^2.8.1",
2222
"zone.js": "^0.15.0"

0 commit comments

Comments
 (0)
Please sign in to comment.