chore: install marked

This commit is contained in:
Zack Spear
2024-01-11 20:48:37 -06:00
committed by Zack Spear
parent 44d2d58f12
commit cf54f01945
2 changed files with 13 additions and 0 deletions

12
web/package-lock.json generated
View File

@@ -21,6 +21,7 @@
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.2",
"hex-to-rgba": "^2.0.1",
"marked": "^11.1.1",
"pinia-plugin-persistedstate": "^3.2.1",
"semver": "^7.5.4",
"vue-i18n": "^9.6.5",
@@ -12407,6 +12408,17 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/marked": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz",
"integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/mdn-data": {
"version": "2.0.30",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",

View File

@@ -53,6 +53,7 @@
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.2",
"hex-to-rgba": "^2.0.1",
"marked": "^11.1.1",
"pinia-plugin-persistedstate": "^3.2.1",
"semver": "^7.5.4",
"vue-i18n": "^9.6.5",