update to angular 12

This commit is contained in:
Matt Hill
2021-08-10 18:53:39 -06:00
parent 8bd6c6d6f4
commit b6aea884aa
19 changed files with 12735 additions and 10234 deletions

View File

@@ -9,49 +9,47 @@
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod && tsc postprocess.ts && node postprocess.js && git log | head -n1 > www/git-hash.txt",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"lint": "ng lint"
},
"dependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"@ionic/angular": "^5.6.0",
"@ionic/storage": "^3.0.0",
"@ionic/storage-angular": "^3.0.0",
"@start9labs/emver": "^0.1.4",
"ajv": "^6.12.6",
"angularx-qrcode": "^11.0.0",
"compare-versions": "^3.5.0",
"core-js": "^3.4.0",
"handlebars": "^4.7.6",
"json-pointer": "^0.6.1",
"jsonpointerx": "^1.0.30",
"marked": "^2.0.0",
"@angular/common": "12.2.0",
"@angular/core": "12.2.0",
"@angular/forms": "12.2.0",
"@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@ionic/angular": "5.6.13",
"@ionic/storage-angular": "3.0.6",
"@start9labs/emver": "0.1.4",
"ajv": "6.12.6",
"compare-versions": "3.6.0",
"core-js": "3.16.1",
"json-pointer": "0.6.1",
"jsonpointerx": "1.1.3",
"marked": "2.1.3",
"mustache": "^4.2.0",
"ng-qrcode": "^5.0.0",
"patch-db-client": "file: ../../../../patch-db/client",
"rxjs": "^6.6.0",
"uuid": "^8.3.0",
"zone.js": "^0.11.2"
"rxjs": "6.6.7",
"uuid": "8.3.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.0",
"@angular/cli": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/language-service": "^11.0.0",
"@ionic/angular-toolkit": "^3.0.0",
"@ionic/lab": "^3.2.9",
"@types/json-pointer": "^1.0.30",
"@types/marked": "^2.0.0",
"@types/node": "^15.0.0",
"@types/uuid": "^8.0.0",
"node-html-parser": "^3.2.0",
"ts-node": "^9.1.0",
"tslint": "^6.1.0",
"typescript": "4.1.5"
"@angular-devkit/build-angular": "12.2.0",
"@angular/cli": "12.2.0",
"@angular/compiler": "12.2.0",
"@angular/compiler-cli": "12.2.0",
"@angular/language-service": "12.2.0",
"@ionic/angular-toolkit": "4.0.0",
"@types/json-pointer": "1.0.31",
"@types/marked": "2.0.4",
"@types/mustache": "^4.1.2",
"@types/node": "16.4.13",
"@types/uuid": "8.3.1",
"node-html-parser": "4.1.3",
"raw-loader": "^4.0.2",
"ts-node": "10.2.0",
"tslint": "6.1.3",
"typescript": "4.3.5"
}
}