mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix bug
This commit is contained in:
@@ -50,3 +50,4 @@ src/app/store/notification.service.ts
|
||||
|
||||
|
||||
src/assets/www/pdfjs/web/compressed.tracemonkey-pldi-09.pdf.pdf
|
||||
node_modules_
|
||||
Generated
+21
-4
@@ -2304,14 +2304,31 @@
|
||||
}
|
||||
},
|
||||
"@ionic/angular": {
|
||||
"version": "5.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.8.1.tgz",
|
||||
"integrity": "sha512-VKgq71yPPyiS+wN8cyfTsVmp0EEamUAGaYq7lZuupnhZ+/8LNyo5Xp/kl8txtCnGFTNIDZpMpmI8+/7KnU8Zuw==",
|
||||
"version": "5.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.8.4.tgz",
|
||||
"integrity": "sha512-pvy7qOTVih3mqcyIV6C3BK8seeZOEoanRFw+Z5m+soXDcvgrouHBBAKzURu2RUx8uDZqlX38Pkn89ontvqIZUg==",
|
||||
"requires": {
|
||||
"@ionic/core": "5.8.1",
|
||||
"@ionic/core": "5.8.4",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": {
|
||||
"version": "5.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.4.tgz",
|
||||
"integrity": "sha512-ioaH7wXAtexcpk23III0KArjSXStkpPrpZ5BCNkyter3EbOmDVd8XIXRcT86zRG68rbGI7Pd9GrugxeaDyMk/g==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.4.0",
|
||||
"ionicons": "^5.5.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"tslib": {
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@
|
||||
"@ionic-native/sqlite-porter": "^4.20.0",
|
||||
"@ionic-native/status-bar": "^5.0.0",
|
||||
"@ionic-native/wheel-selector": "^5.31.1",
|
||||
"@ionic/angular": "^5.5.4",
|
||||
"@ionic/angular": "^5.8.4",
|
||||
"@ionic/core": "^5.8.1",
|
||||
"@ionic/pwa-elements": "^3.0.2",
|
||||
"@ionic/storage": "^2.3.1",
|
||||
|
||||
Reference in New Issue
Block a user