mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Fix/misc UI (#1622)
* show available marketplace updates in menu * complete feature * delete unused class * update tsmatches to remove console log * fix merge conflict * change config header font size * fix new options emission for config elements * delete unecessary import * add custom modal for service marketplace conflict action * cleanup * remove unecessary imports * pr cleanup of unused imports and classes Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
@@ -38,7 +38,7 @@
|
||||
"pbkdf2": "^3.1.2",
|
||||
"rxjs": "^6.6.7",
|
||||
"swiper": "^8.2.4",
|
||||
"ts-matches": "^5.1.0",
|
||||
"ts-matches": "^5.1.7",
|
||||
"tslib": "^2.3.0",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.11.5"
|
||||
@@ -13293,9 +13293,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ts-matches": {
|
||||
"version": "5.1.5",
|
||||
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.5.tgz",
|
||||
"integrity": "sha512-PdashZCpn30SFH9mboHq3/rmC3wntKajw5IkQcSX9HhbcV7FoP3/nJzjFII6ZhRyoAV0mrDXWoblJulpMlh65g=="
|
||||
"version": "5.1.8",
|
||||
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.8.tgz",
|
||||
"integrity": "sha512-NDt8UCwE21SBJ9q3gWJUWyFUmOpYLv7zD7x5dWgriqBDDFo9gMIxLkGPwGqMBlMhlu5SOdsxokMhU9Xu1FllMA=="
|
||||
},
|
||||
"node_modules/ts-node": {
|
||||
"version": "10.7.0",
|
||||
@@ -24142,9 +24142,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"ts-matches": {
|
||||
"version": "5.1.5",
|
||||
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.5.tgz",
|
||||
"integrity": "sha512-PdashZCpn30SFH9mboHq3/rmC3wntKajw5IkQcSX9HhbcV7FoP3/nJzjFII6ZhRyoAV0mrDXWoblJulpMlh65g=="
|
||||
"version": "5.1.8",
|
||||
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.8.tgz",
|
||||
"integrity": "sha512-NDt8UCwE21SBJ9q3gWJUWyFUmOpYLv7zD7x5dWgriqBDDFo9gMIxLkGPwGqMBlMhlu5SOdsxokMhU9Xu1FllMA=="
|
||||
},
|
||||
"ts-node": {
|
||||
"version": "10.7.0",
|
||||
|
||||
Reference in New Issue
Block a user