Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
1,764 changes: 1,099 additions & 665 deletions examples/chat/frontend-angular/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/chat/frontend-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"dependencies": {
"@angular/animations": "^21.2.13",
"@angular/common": "^21.2.13",
"@angular/compiler": "^21.2.13",
"@angular/core": "^21.2.13",
"@angular/forms": "^21.2.13",
"@angular/platform-browser": "^21.2.13",
"@angular/router": "^21.2.13",
"@angular/common": "^22.0.2",
"@angular/compiler": "^21.2.17",
"@angular/core": "^21.2.17",
"@angular/forms": "^22.0.2",
"@angular/platform-browser": "^22.0.2",
"@angular/router": "^22.0.2",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^21.2.11",
"@angular/build": "^22.0.3",
"@angular/cli": "^21.2.11",
"@angular/compiler-cli": "^21.2.13",
"typescript": "~5.9.3"
Expand Down
235 changes: 114 additions & 121 deletions examples/chat/frontend-react/package-lock.json

Large diffs are not rendered by default.

180 changes: 99 additions & 81 deletions examples/chat/frontend-svelte/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/chat/frontend-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"svelte": "^5.55.7",
"svelte-check": "^4.4.8",
"typescript": "~5.9.3",
"vite": "^8.0.13"
"vite": "^8.0.16"
}
}
Loading