Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "turbo build"
},
"devDependencies": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might as well want to bump the angular package version

"@angular/core": "^19.1.8",
"@angular/core": "^20.0.0",
"@biomejs/biome": "2.1.1",
"@changesets/cli": "^2.29.4",
"@tanstack/angular-query-experimental": "5.66.4",
Expand All @@ -33,6 +33,6 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@angular/fire": "^19.0.0"
"@angular/fire": "^20.0.0"
}
}
14 changes: 6 additions & 8 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,15 @@
"license": "Apache-2.0",
"devDependencies": {
"@dataconnect/default-connector": "file:../../dataconnect-sdk/js/default-connector",
"@analogjs/vite-plugin-angular": "^1.13.0",
"@angular/animations": "^19.0.0",
"@testing-library/angular": "^17.3.5",
"@testing-library/angular": "^18.0.0",
"@testing-library/dom": "^10.4.0",
"tsup": "^8.4.0"
},
"peerDependencies": {
"@tanstack/angular-query-experimental": "5.66.4",
"@angular/core": "^19.0.0",
"@angular/fire": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0"
"@angular/common": "^20.0.0 || ^19.0.0",
"@angular/core": "^20.0.0 || ^19.0.0",
"@angular/fire": "^20.0.0 || ^19.0.0",
"@angular/platform-browser-dynamic": "^20.0.0 || ^19.0.0",
"@tanstack/angular-query-experimental": "^5.66.4"
}
}
Loading
Loading