mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
update angualr to fix bug in 12.2.0
This commit is contained in:
committed by
Aiden McClelland
parent
a26a53874a
commit
85b6448f2d
@@ -12,44 +12,43 @@
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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",
|
||||
"@angular/common": "^12.2.4",
|
||||
"@angular/core": "^12.2.4",
|
||||
"@angular/forms": "^12.2.4",
|
||||
"@angular/platform-browser": "^12.2.4",
|
||||
"@angular/platform-browser-dynamic": "^12.2.4",
|
||||
"@angular/router": "^12.2.4",
|
||||
"@ionic/angular": "^5.7.0",
|
||||
"@ionic/storage-angular": "^3.0.6",
|
||||
"@start9labs/emver": "0.1.5",
|
||||
"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",
|
||||
"ajv": "^6.12.6",
|
||||
"core-js": "^3.17.2",
|
||||
"json-pointer": "^0.6.1",
|
||||
"jsonpointerx": "^1.1.4",
|
||||
"marked": "3.0.2",
|
||||
"mustache": "^4.2.0",
|
||||
"ng-qrcode": "^5.0.0",
|
||||
"patch-db-client": "file: ../../../../patch-db/client",
|
||||
"rxjs": "6.6.7",
|
||||
"uuid": "8.3.2",
|
||||
"zone.js": "0.11.4"
|
||||
"rxjs": "^6.6.7",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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",
|
||||
"@angular-devkit/build-angular": "^12.2.4",
|
||||
"@angular/cli": "^12.2.4",
|
||||
"@angular/compiler": "^12.2.4",
|
||||
"@angular/compiler-cli": "^12.2.4",
|
||||
"@angular/language-service": "^12.2.4",
|
||||
"@ionic/angular-toolkit": "^4.0.0",
|
||||
"@types/json-pointer": "^1.0.31",
|
||||
"@types/marked": "^3.0.0",
|
||||
"@types/mustache": "^4.1.2",
|
||||
"@types/node": "16.4.13",
|
||||
"@types/uuid": "8.3.1",
|
||||
"node-html-parser": "4.1.3",
|
||||
"@types/node": "^16.7.13",
|
||||
"@types/uuid": "^8.3.1",
|
||||
"node-html-parser": "^4.1.4",
|
||||
"raw-loader": "^4.0.2",
|
||||
"ts-node": "10.2.0",
|
||||
"tslint": "6.1.3",
|
||||
"ts-node": "^10.2.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "4.3.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user