aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar limina1 <liminal@duck.com>2024-08-27 08:23:05 -0400
committerLibravatar limina1 <liminal@duck.com>2024-08-27 08:23:05 -0400
commit37c7042a8ce66e79d55fb6d423cfd5a9725d7681 (patch)
treeda00b72ef73328f6b8e7034065889ccbdaf94048
parentb98f36606adfc4b6657285c26dc3f32316dd33cd (diff)
merged from alexandria-uiHEADmain
-rw-r--r--package-lock.json8
-rw-r--r--yarn.lock10
2 files changed, 18 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index f1579d8..94546ff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,6 +26,7 @@
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.3",
"@types/markdown-it": "^13.0.7",
+ "@types/showdown": "^2.0.6",
"autoprefixer": "^10.4.17",
"eslint-plugin-svelte": "^2.35.1",
"flowbite": "^2.2.1",
@@ -1166,6 +1167,13 @@
"integrity": "sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==",
"dev": true
},
+ "node_modules/@types/showdown": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@types/showdown/-/showdown-2.0.6.tgz",
+ "integrity": "sha512-pTvD/0CIeqe4x23+YJWlX2gArHa8G0J0Oh6GKaVXV7TAeickpkkZiNOgFcFcmLQ5lB/K0qBJL1FtRYltBfbGCQ==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/@typescript-eslint/types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
diff --git a/yarn.lock b/yarn.lock
index a708b47..9961aed 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -240,6 +240,11 @@
resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz"
integrity sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==
+"@rollup/rollup-linux-x64-musl@4.18.1":
+ version "4.18.1"
+ resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.1.tgz"
+ integrity sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==
+
"@scure/base@^1.1.1", "@scure/base@~1.1.0", "@scure/base@1.1.1":
version "1.1.1"
resolved "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz"
@@ -357,6 +362,11 @@
resolved "https://registry.npmjs.org/@types/pug/-/pug-2.0.6.tgz"
integrity sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==
+"@types/showdown@^2.0.6":
+ version "2.0.6"
+ resolved "https://registry.npmjs.org/@types/showdown/-/showdown-2.0.6.tgz"
+ integrity sha512-pTvD/0CIeqe4x23+YJWlX2gArHa8G0J0Oh6GKaVXV7TAeickpkkZiNOgFcFcmLQ5lB/K0qBJL1FtRYltBfbGCQ==
+
"@typescript-eslint/types@6.21.0":
version "6.21.0"
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz"