From eeec433052a662426cd0d342f6e36a00214ef6d0 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Mon, 12 Feb 2024 14:37:10 +0100 Subject: [PATCH] ci: remove --legacy-peer-deps --- .github/workflows/angular.yml | 2 +- package-lock.json | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 432c0f8..fe5349d 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -25,6 +25,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - - run: npm ci --legacy-peer-deps + - run: npm ci - run: npm run build --if-present - run: npm test diff --git a/package-lock.json b/package-lock.json index 192ea74..8984258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,21 @@ "typescript": "~5.3.3" } }, - "dist/manekinekko/angular-web-bluetooth": {}, + "dist/manekinekko/angular-web-bluetooth": { + "name": "@manekinekko/angular-web-bluetooth", + "version": "17.1.0", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@angular/common": "^17.1.0", + "@angular/core": "^17.1.0" + } + }, "node_modules/@aduh95/viz.js": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/@aduh95/viz.js/-/viz.js-3.4.0.tgz",