Skip to content

Commit

Permalink
fix(query): 🐞 fix version support
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Jan 7, 2025
1 parent 1f64301 commit 9131e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/sponsors/ngneat"
},
"peerDependencies": {
"@angular/core": ">=16.0.0 <=19.0.4",

This comment has been minimized.

Copy link
@alfredoperez

alfredoperez Jan 24, 2025

@NetanelBasal maybe we need a new version of dev tools package?

maybe it is just me, but I am still getting dependencies issues when using it in Angular 19

npm warn While resolving: @ngneat/[email protected]
npm warn Found: @angular/[email protected]
npm warn node_modules/@angular/core
npm warn   @angular/core@"19.1.1" from the root project
npm warn   32 more (@angular/compiler, @angular/animations, @angular/cdk, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @angular/core@">=16.0.0 <19.0.0" from @ngneat/[email protected]
npm warn node_modules/@ngneat/query-devtools
npm warn   dev @ngneat/query-devtools@"2.0.0" from the root project
npm warn
npm warn Conflicting peer dependency: @angular/[email protected]
npm warn node_modules/@angular/core
npm warn   peer @angular/core@">=16.0.0 <19.0.0" from @ngneat/[email protected]
npm warn   node_modules/@ngneat/query-devtools
npm warn     dev @ngneat/query-devtools@"2.0.0" from the root project
"@angular/core": ">=16.0.0 <20.0.0",
"@tanstack/query-devtools": "5.61.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"peerDependencies": {
"@tanstack/query-core": "^5.62.7",
"@angular/core": ">=16.0.0 <=19.0.4"
"@angular/core": ">=16.0.0 <20.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
Expand Down

0 comments on commit 9131e67

Please sign in to comment.