Skip to content

Commit

Permalink
build: Upgrade to Angular 10
Browse files Browse the repository at this point in the history
To upgrade from ng 9.x use `ng update @angular/core@10 @angular/cli@10`

BREAKING CHANGE: See angular upgrade guide: https://update.angular.io/?l=2&v=9.1-10.2

re #1752
  • Loading branch information
raitisbe committed Apr 22, 2021
1 parent 11d0937 commit cd43bd6
Show file tree
Hide file tree
Showing 13 changed files with 3,503 additions and 2,153 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
5,148 changes: 3,219 additions & 1,929 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"private": true,
"dependencies": {
"@angular/common": "^9.1.13",
"@angular/compiler": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/localize": "^9.1.13",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/common": "^10.2.5",
"@angular/compiler": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/forms": "^10.2.5",
"@angular/localize": "^10.2.5",
"@angular/platform-browser": "^10.2.5",
"@angular/platform-browser-dynamic": "^10.2.5",
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^5.0.0",
Expand All @@ -44,7 +44,7 @@
"proj4": "^2.7.2",
"rxjs": "^6.6.7",
"share-api-polyfill": "^1.0.20",
"tslib": "^1.10.0",
"tslib": "^2.0.0",
"vega": "5.20.2",
"vega-embed": "6.17.0",
"vega-lite": "^5.0.0",
Expand All @@ -53,13 +53,13 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "~9.2.0",
"@angular-devkit/build-angular": "~0.901.15",
"@angular-devkit/build-ng-packagr": "~0.901.12",
"@angular-devkit/build-angular": "~0.1002.3",
"@angular-devkit/build-ng-packagr": "~0.1002.3",
"@angular-eslint/eslint-plugin": "^2.1.0",
"@angular-eslint/eslint-plugin-template": "^1.2.0",
"@angular-eslint/template-parser": "^1.2.0",
"@angular/cli": "~9.1.15",
"@angular/compiler-cli": "~9.1.13",
"@angular/cli": "~10.2.3",
"@angular/compiler-cli": "~10.2.5",
"@angularclass/hmr": "^3.0.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
Expand All @@ -81,13 +81,13 @@
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "^9.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.1.0",
"prettier": "^2.2.1",
"protractor": "~7.0.0",
"puppeteer": "^8.0.0",
"ts-node": "~9.1.1",
"typescript": "~3.8.3"
"typescript": "~4.0.7"
},
"config": {
"commitizen": {
Expand Down
14 changes: 11 additions & 3 deletions projects/hslayers-cesium/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions projects/hslayers-cesium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"peerDependencies": {
"@types/cesium": "^1.67.12",
"cesium": "^1.65.0",
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/localize": "^9.0.0",
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/forms": "^10.0.0",
"@angular/localize": "^10.0.0",
"@ngx-translate/core": "^12.0.0",
"@ngx-translate/http-loader": "^5.0.0",
"moment": "^2.24.0",
Expand All @@ -23,6 +23,6 @@
"hslayers-ng": "^3.0.0"
},
"dependencies": {
"tslib": "^1.10.0"
"tslib": "^2.0.0"
}
}
Loading

0 comments on commit cd43bd6

Please sign in to comment.