We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f64301 commit 9131e67Copy full SHA for 9131e67
devtools/package.json
@@ -10,7 +10,7 @@
10
"url": "https://github.com/sponsors/ngneat"
11
},
12
"peerDependencies": {
13
- "@angular/core": ">=16.0.0 <=19.0.4",
+ "@angular/core": ">=16.0.0 <20.0.0",
14
"@tanstack/query-devtools": "5.61.4"
15
16
"dependencies": {
query/package.json
@@ -11,7 +11,7 @@
"@tanstack/query-core": "^5.62.7",
- "@angular/core": ">=16.0.0 <=19.0.4"
+ "@angular/core": ">=16.0.0 <20.0.0"
17
"tslib": "^2.4.0"
0 commit comments