Browse Source

merged from alexandria-ui

master
limina1 2 years ago
parent
commit
37c7042a8c
  1. 8
      package-lock.json
  2. 10
      yarn.lock

8
package-lock.json generated

@ -26,6 +26,7 @@
"@sveltejs/adapter-auto": "^3.1.1", "@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.3", "@sveltejs/kit": "^2.4.3",
"@types/markdown-it": "^13.0.7", "@types/markdown-it": "^13.0.7",
"@types/showdown": "^2.0.6",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"eslint-plugin-svelte": "^2.35.1", "eslint-plugin-svelte": "^2.35.1",
"flowbite": "^2.2.1", "flowbite": "^2.2.1",
@ -1166,6 +1167,13 @@
"integrity": "sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==", "integrity": "sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==",
"dev": true "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": { "node_modules/@typescript-eslint/types": {
"version": "6.21.0", "version": "6.21.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",

10
yarn.lock

@ -240,6 +240,11 @@
resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz" resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz"
integrity sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g== 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": "@scure/base@^1.1.1", "@scure/base@~1.1.0", "@scure/base@1.1.1":
version "1.1.1" version "1.1.1"
resolved "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz" 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" resolved "https://registry.npmjs.org/@types/pug/-/pug-2.0.6.tgz"
integrity sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg== 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": "@typescript-eslint/types@6.21.0":
version "6.21.0" version "6.21.0"
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz" resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz"

Loading…
Cancel
Save