Skip to content

Commit

Permalink
config #4
Browse files Browse the repository at this point in the history
  • Loading branch information
redmanuel1 committed Sep 2, 2024
1 parent 814fa03 commit 39c4fa4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "argon-dashboard-angular:build"
"buildTarget": "argon-dashboard-angular:build"
},
"configurations": {
"production": {
"browserTarget": "argon-dashboard-angular:build:production"
"buildTarget": "argon-dashboard-angular:build:production"
},
"development": {
"browserTarget": "argon-dashboard-angular:build:development"
"buildTarget": "argon-dashboard-angular:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "argon-dashboard-angular:build"
"buildTarget": "argon-dashboard-angular:build"
}
},
"test": {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/animations": "^17.3.12",
"@angular/cdk": "^14.2.0",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/elements": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/elements": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/google-maps": "^14.2.0",
"@angular/localize": "^16.2.12",
"@angular/localize": "^17.3.12",
"@angular/material": "^14.2.0",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@ng-bootstrap/ng-bootstrap": "12.0.1",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.3.3",
Expand All @@ -35,13 +35,13 @@
"nouislider": "15.5.1",
"rxjs": "~7.5.0",
"web-animations-js": "2.3.2",
"zone.js": "~0.13.3"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "~16.2.15",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "16.2.12",
"@angular/cli": "~17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "17.3.12",
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.21",
Expand All @@ -57,6 +57,6 @@
"karma-jasmine-html-reporter": "~2.0.0",
"protractor": "^7.0.0",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
"typescript": "~5.4.5"
}
}

0 comments on commit 39c4fa4

Please sign in to comment.