feat: WIP first pass at UpdateOs page replacement component

This commit is contained in:
Zack Spear
2023-09-20 17:55:03 -07:00
committed by Zack Spear
parent 5c58a86d86
commit 57efcef072
20 changed files with 602 additions and 163 deletions

12
web/package-lock.json generated
View File

@@ -20,6 +20,7 @@
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.0",
"hex-to-rgba": "^2.0.1",
"marked": "^9.0.3",
"semver": "^7.5.4",
"vue-i18n": "^9.2.2",
"wretch": "^2.6.0"
@@ -13269,6 +13270,17 @@
"node": ">=0.10.0"
}
},
"node_modules/marked": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz",
"integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 16"
}
},
"node_modules/mdn-data": {
"version": "2.0.30",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",