Skip to content
Merged
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
3,222 changes: 1,986 additions & 1,236 deletions angular/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.6",
"@angular/common": "^20.0.6",
"@angular/compiler": "^20.0.6",
"@angular/core": "^20.0.6",
"@angular/forms": "^20.0.6",
"@angular/platform-browser": "^20.0.6",
"@angular/platform-browser-dynamic": "^20.0.6",
"@angular/router": "^20.0.6",
"@angular/animations": "^20.1.4",
"@angular/common": "^20.1.4",
"@angular/compiler": "^20.1.4",
"@angular/core": "^20.1.4",
"@angular/forms": "^20.1.4",
"@angular/platform-browser": "^20.1.4",
"@angular/platform-browser-dynamic": "^20.1.4",
"@angular/router": "^20.1.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.5",
"@angular/cli": "^20.0.5",
"@angular/compiler-cli": "^20.0.6",
"@bufbuild/buf": "^1.55.1",
"@bufbuild/protobuf": "^2.6.0",
"@bufbuild/protoc-gen-es": "^2.6.0",
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-web": "^2.0.2",
"@angular-devkit/build-angular": "^20.1.4",
"@angular/cli": "^20.1.4",
"@angular/compiler-cli": "^20.1.4",
"@bufbuild/buf": "^1.56.0",
"@bufbuild/protobuf": "^2.6.2",
"@bufbuild/protoc-gen-es": "^2.6.2",
"@connectrpc/connect": "^2.0.3",
"@connectrpc/connect-web": "^2.0.3",
"@types/jasmine": "^5.1.8",
"jasmine-core": "^5.8.0",
"jasmine-core": "^5.9.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/gen/connectrpc/eliza/v1/eliza_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-es v2.6.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
// @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
Loading