Skip to content

Commit 9131e67

Browse files
committed
fix(query): 🐞 fix version support
1 parent 1f64301 commit 9131e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/sponsors/ngneat"
1111
},
1212
"peerDependencies": {
13-
"@angular/core": ">=16.0.0 <=19.0.4",
13+
"@angular/core": ">=16.0.0 <20.0.0",
1414
"@tanstack/query-devtools": "5.61.4"
1515
},
1616
"dependencies": {

query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"peerDependencies": {
1313
"@tanstack/query-core": "^5.62.7",
14-
"@angular/core": ">=16.0.0 <=19.0.4"
14+
"@angular/core": ">=16.0.0 <20.0.0"
1515
},
1616
"dependencies": {
1717
"tslib": "^2.4.0"

0 commit comments

Comments
 (0)