Skip to content

Commit

Permalink
angular17
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBergqvist committed Mar 8, 2024
1 parent 73299ac commit 9801bd0
Show file tree
Hide file tree
Showing 3 changed files with 1,520 additions and 1,856 deletions.
9 changes: 5 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"enabled": true,
"path": ".cache",
"environment": "all"
}
},
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
Expand Down Expand Up @@ -71,18 +72,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "sr-traffic:build"
"buildTarget": "sr-traffic:build"
},
"configurations": {
"production": {
"browserTarget": "sr-traffic:build:production"
"buildTarget": "sr-traffic:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "sr-traffic:build"
"buildTarget": "sr-traffic:build"
}
},
"test": {
Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,38 @@
"build": "ng build --configuration production",
"build-gh-pages": "ng build --configuration production --base-href=/sr-traffic/",
"test": "ng test",
"lint": "ng lint",
"postinstall": "ngcc"
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^15.0.2",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular/service-worker": "^16.2.12",
"@angular/animations": "^17.2.4",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.2.4",
"@angular/compiler": "^17.2.4",
"@angular/core": "^17.2.4",
"@angular/forms": "^17.2.4",
"@angular/platform-browser": "^17.2.4",
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
"@angular/service-worker": "^17.2.4",
"ng": "^0.0.0",
"ol": "7.1.0",
"primeflex": "^2.0.0",
"primeicons": "^6.0.0",
"primeng": "^17.0.0",
"rxjs": "7.5",
"rxjs": "^7.4",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.12",
"@angular/cli": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular/localize": "^16.2.12",
"@angular-devkit/build-angular": "^17.2.3",
"@angular/cli": "^17.2.3",
"@angular/compiler-cli": "^17.2.4",
"@angular/language-service": "^17.2.4",
"@angular/localize": "^17.2.4",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^17.0.17",
"@types/node": "^20.0.0",
"@types/ol": "^6.4.2",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~5.0.0",
Expand All @@ -51,6 +50,6 @@
"karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1",
"tslint": "~6.1.0",
"typescript": "~5.1.6"
"typescript": "~5.3.3"
}
}
Loading

0 comments on commit 9801bd0

Please sign in to comment.