[ci skip] Changed by Jenkins: 2191
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
jenkins
2023-10-20 17:12:35 +00:00
parent 78b7ef44d9
commit 681d2fe273
2 changed files with 69 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "farmmaps-lib-app",
"version": "3.5.1",
"scripts": {
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
@@ -10,7 +10,7 @@
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"dependencies": {
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
@@ -56,7 +56,7 @@
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"devDependencies": {
"@angular-builders/custom-webpack": "^14",
"@angular-devkit/build-angular": "^14.1.3",
"@angular/cli": "^14.1.3",
@@ -86,4 +86,4 @@
"ts-node": "^8.8.1",
"typescript": "~4.6.4"
}
}
}