Skip to content

Commit

Permalink
chore(deps): update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 16, 2023
1 parent 94c4249 commit 1a054e3
Show file tree
Hide file tree
Showing 7 changed files with 1,472 additions and 1,371 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "armonik.api",
"packageManager": "pnpm@8.5.0",
"packageManager": "pnpm@8.6.2",
"scripts": {
"ci:publish": "zx scripts/publish.mjs",
"ci:publish-edge": "zx scripts/publish-edge.mjs",
"update-versions": "jiti ./scripts/update-versions.ts",
"verify-versions": "jiti ./scripts/verify-versions.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"consola": "^2.15.3",
"eslint": "^8.40.0",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^32.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"glob": "^8.1.0",
"jiti": "^1.18.2",
"pathe": "^1.1.0",
"tslib": "^2.5.0",
"pathe": "^1.1.1",
"tslib": "^2.5.3",
"typescript": "^4.9.5",
"zx": "^7.2.2"
}
Expand Down
36 changes: 18 additions & 18 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@
"test": "ng test",
"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"
},
"packageManager": "pnpm@8.5.0",
"packageManager": "pnpm@8.6.2",
"private": true,
"dependencies": {
"@angular/animations": "^16.0.1",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",
"@angular/forms": "^16.0.1",
"@angular/platform-browser": "^16.0.1",
"@angular/platform-browser-dynamic": "^16.0.1",
"@angular/router": "^16.0.1",
"@angular/animations": "^16.1.1",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@angular/router": "^16.1.1",
"@ngx-grpc/common": "^3.1.1",
"@ngx-grpc/core": "^3.1.1",
"@ngx-grpc/well-known-types": "^3.1.1",
"google-protobuf": "^3.21.2",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.13.0"
"tslib": "^2.5.3",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.1",
"@angular/cli": "~16.0.1",
"@angular/compiler-cli": "^16.0.1",
"@angular-devkit/build-angular": "^16.1.0",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "^16.1.1",
"@ngx-grpc/protoc-gen-ng": "^3.1.1",
"@types/google-protobuf": "^3.15.6",
"@types/jasmine": "~4.3.1",
"@types/jasmine": "~4.3.3",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^16.0.1",
"typescript": "~5.0.4"
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^16.1.0",
"typescript": "~5.1.3"
}
}
Loading

0 comments on commit 1a054e3

Please sign in to comment.