Skip to content

Commit

Permalink
chore(deps): update angular npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 717de43 commit eed20cd
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 1,094 deletions.
40 changes: 20 additions & 20 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "armonik.api.angular",
"private": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.12.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -11,36 +11,36 @@
"proto:generate:linux": "protoc --plugin=protoc-gen-ng=$(which protoc-gen-ng) --ng_out=./projects/aneoconsultingfr/armonik.api.angular/src/lib/generated -I ../../Protos/V1 ../../Protos/V1/*.proto"
},
"dependencies": {
"@angular/animations": "^18.2.1",
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"@angular/router": "^18.2.1",
"@angular/animations": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@ngx-grpc/common": "^3.1.2",
"@ngx-grpc/core": "^3.1.2",
"@ngx-grpc/well-known-types": "^3.1.2",
"google-protobuf": "^3.21.2",
"google-protobuf": "^3.21.4",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
"tslib": "^2.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "~18.2.1",
"@angular/compiler-cli": "^18.2.1",
"@angular-devkit/build-angular": "^18.2.9",
"@angular/cli": "~18.2.9",
"@angular/compiler-cli": "^18.2.8",
"@ngx-grpc/protoc-gen-ng": "^3.1.2",
"@types/google-protobuf": "^3.15.6",
"@types/jasmine": "~4.3.5",
"jasmine-core": "~5.1.0",
"karma": "~6.4.2",
"@types/google-protobuf": "^3.15.12",
"@types/jasmine": "~4.6.4",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.2.1",
"typescript": "~5.5.4"
"typescript": "~5.6.3"
}
}
Loading

0 comments on commit eed20cd

Please sign in to comment.