diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 61483da..6459b51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,7 @@ -on: push +on: + push: + branches: + - master name: Deploy Angular Application permissions: contents: write @@ -8,7 +11,7 @@ permissions: pull-requests: write jobs: deploy-ghpages: - needs: build + #needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: diff --git a/package-lock.json b/package-lock.json index 16a0bae..6fcd6ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,13 +9,13 @@ "version": "1.2.9", "license": "MIT", "dependencies": { - "@angular/animations": "^17.0.5", - "@angular/common": "^17.0.5", - "@angular/compiler": "^17.0.5", - "@angular/core": "^17.0.5", - "@angular/forms": "^17.0.5", - "@angular/platform-browser": "^17.0.5", - "@angular/platform-browser-dynamic": "^17.0.5", + "@angular/animations": "^17.3.10", + "@angular/common": "^17.3.10", + "@angular/compiler": "^17.3.10", + "@angular/core": "^17.3.10", + "@angular/forms": "^17.3.10", + "@angular/platform-browser": "^17.3.10", + "@angular/platform-browser-dynamic": "^17.3.10", "@babel/polyfill": "^7.12.1", "bootstrap": "^5.3.2", "core-js": "^3.37.1", @@ -597,6 +597,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.10.tgz", "integrity": "sha512-9fR5snTuG4aM2K54TG/6DXcKXMDKZMovZhjQOxO8l68/oqn6fKrHs8DLzckFs0XGRZ+2OyURH8WggFm1Z828rA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -714,6 +715,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.10.tgz", "integrity": "sha512-6SfD21M3LujymmZsZQIxAsV8Bj5u6He6ImZ+p2rr7FAhFxpVJyKldK8LCmJcFsBD4srpQcxEZ0iDxXvg+0ihAw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -729,6 +731,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.10.tgz", "integrity": "sha512-6Ce4siHyF0fCZBDm/cz+blJByGDu1/hbPkQVGmk5HGZTmCUeKkgyjoM6bZr7ssAsyGDRwxBh2SGHO4Ce31vuPA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -821,6 +824,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.10.tgz", "integrity": "sha512-ocEKu7X0yFCOvgJn1uZy76qjhsjKvULrO1k/BuIX0nwhp61DTGYTvCqKmwCBLM8/gvcKYH5vMKMHoQKtiSGE0A==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -836,6 +840,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-17.3.10.tgz", "integrity": "sha512-0VZWSXDi2M3DAGJlpdV3lo73Yo/73GPRqmfTOrvIoUIenFg5Dz6oNGzvt/1aRkRn6HKccjix6iMpH91EN65pWA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -862,6 +867,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.10.tgz", "integrity": "sha512-LEhBDOKm2A7nRmZqsafVp6OinRDG1OYZBSqjnT1jZ+f0CRRFIXz6aJ0TMPoU6vq9SLRJ7vrGD9P/eBf2hW00NQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -883,6 +889,7 @@ "version": "17.3.10", "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.3.10.tgz", "integrity": "sha512-TW6G4+isdHM2ssQTRTobeAKtR2516pJ25BSwRb+9+Jw/ZAEYOOi+KQyofIFYQccaUjb3+LpjRcaZbtZ9m/Ispg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -3571,6 +3578,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.8.tgz", "integrity": "sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index bbb8224..b0d5aa9 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.0.5", - "@angular/common": "^17.0.5", - "@angular/compiler": "^17.0.5", - "@angular/core": "^17.0.5", - "@angular/forms": "^17.0.5", - "@angular/platform-browser": "^17.0.5", - "@angular/platform-browser-dynamic": "^17.0.5", + "@angular/animations": "^17.3.10", + "@angular/common": "^17.3.10", + "@angular/compiler": "^17.3.10", + "@angular/core": "^17.3.10", + "@angular/forms": "^17.3.10", + "@angular/platform-browser": "^17.3.10", + "@angular/platform-browser-dynamic": "^17.3.10", "@babel/polyfill": "^7.12.1", "bootstrap": "^5.3.2", "core-js": "^3.37.1",