Compare commits

...

3 Commits

Author SHA1 Message Date
pitmutt ca0037728b
Merge pull request 'dev241: Angular update' (#11) from dev241 into master
Reviewed-on: #11
2024-01-31 21:13:31 +00:00
Rene Vergara a3600d94ce
Version bump 2024-01-31 15:11:48 -06:00
Rene Vergara 0893ffe5a0
Angular update 2024-01-31 14:45:49 -06:00
5 changed files with 2332 additions and 2652 deletions

View File

@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.1] - 2024-01-31
### Changed
- Updated to Angular 17
- Updated to Node 20
## [2.4.0] - 2023-10-26 ## [2.4.0] - 2023-10-26
### Added ### Added

View File

@ -71,10 +71,10 @@
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "zgo:build:production" "buildTarget": "zgo:build:production"
}, },
"development": { "development": {
"browserTarget": "zgo:build:development" "buildTarget": "zgo:build:development"
} }
}, },
"defaultConfiguration": "development" "defaultConfiguration": "development"
@ -82,7 +82,7 @@
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "zgo:build" "buildTarget": "zgo:build"
} }
}, },
"test": { "test": {

4935
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,17 +10,17 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.0.0", "@angular/animations": "^17.1.2",
"@angular/cdk": "^16.0.0", "@angular/cdk": "^17.1.2",
"@angular/common": "^16.0.0", "@angular/common": "^17.1.2",
"@angular/compiler": "^16.0.0", "@angular/compiler": "^17.1.2",
"@angular/core": "^16.0.0", "@angular/core": "^17.1.2",
"@angular/forms": "^16.0.0", "@angular/forms": "^17.1.2",
"@angular/material": "^16.0.0", "@angular/material": "^17.1.2",
"@angular/platform-browser": "^16.0.0", "@angular/platform-browser": "^17.1.2",
"@angular/platform-browser-dynamic": "^16.0.0", "@angular/platform-browser-dynamic": "^17.1.2",
"@angular/router": "^16.0.0", "@angular/router": "^17.1.2",
"@fortawesome/angular-fontawesome": "^0.13.0", "@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-free": "^6.4.0", "@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0", "@fortawesome/free-brands-svg-icons": "^6.4.0",
@ -39,12 +39,12 @@
"tslib": "^2.5.0", "tslib": "^2.5.0",
"urlsafe-base64": "^1.0.0", "urlsafe-base64": "^1.0.0",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"zone.js": "~0.13.0" "zone.js": "~0.14.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.0.0", "@angular-devkit/build-angular": "^17.1.1",
"@angular/cli": "^16.0.0", "@angular/cli": "^17.1.1",
"@angular/compiler-cli": "^16.0.0", "@angular/compiler-cli": "^17.1.2",
"@types/jasmine": "~4.3.1", "@types/jasmine": "~4.3.1",
"@types/node": "^18.16.6", "@types/node": "^18.16.6",
"@types/request": "^2.48.8", "@types/request": "^2.48.8",
@ -56,6 +56,6 @@
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0", "karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.5" "typescript": "~5.3.3"
} }
} }

View File

@ -44,8 +44,8 @@
<div class="footer" align="center" <div class="footer" align="center"
style="margin-top: 10px; style="margin-top: 10px;
margin-bottom: 20px;"> margin-bottom: 20px;">
<div >&copy; 2023 Vergara Technologies LLC</div> <div >&copy; 2024 Vergara Technologies LLC</div>
<div class="tiny">Version 2.4.0</div> <div class="tiny">Version 2.4.1</div>
<div class="tiny">{{ vE.mainPriceData }}</div> <div class="tiny">{{ vE.mainPriceData }}</div>
</div> </div>
<div></div> <div></div>