mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 12:59:30 +08:00
merge with upstream 4745cd
This commit is contained in:
parent
867cad5d7d
commit
bd7d35d050
3 changed files with 137 additions and 108 deletions
12
package.json
12
package.json
|
@ -32,14 +32,14 @@
|
||||||
"@iconify-json/heroicons-outline": "^1.1.4",
|
"@iconify-json/heroicons-outline": "^1.1.4",
|
||||||
"@iconify-json/heroicons-solid": "^1.1.5",
|
"@iconify-json/heroicons-solid": "^1.1.5",
|
||||||
"@iconify-json/ic": "^1.1.9",
|
"@iconify-json/ic": "^1.1.9",
|
||||||
"@iconify-json/material-symbols": "1.1.15",
|
"@iconify-json/material-symbols": "1.1.16",
|
||||||
"@iconify-json/mdi": "^1.1.31",
|
"@iconify-json/mdi": "^1.1.31",
|
||||||
"@iconify-json/simple-icons": "1.1.25",
|
"@iconify-json/simple-icons": "1.1.25",
|
||||||
"@iconify-json/uil": "^1.1.2",
|
"@iconify-json/uil": "^1.1.2",
|
||||||
"@sveltejs/adapter-auto": "1.0.0-next.71",
|
"@sveltejs/adapter-auto": "1.0.0-next.72",
|
||||||
"@sveltejs/adapter-node": "1.0.0-next.88",
|
"@sveltejs/adapter-node": "1.0.0-next.89",
|
||||||
"@sveltejs/adapter-static": "1.0.0-next.42",
|
"@sveltejs/adapter-static": "1.0.0-next.42",
|
||||||
"@sveltejs/kit": "1.0.0-next.477",
|
"@sveltejs/kit": "1.0.0-next.480",
|
||||||
"@tailwindcss/typography": "^0.5.7",
|
"@tailwindcss/typography": "^0.5.7",
|
||||||
"@types/node": "^18.7.16",
|
"@types/node": "^18.7.16",
|
||||||
"@types/unist": "^2.0.6",
|
"@types/unist": "^2.0.6",
|
||||||
|
@ -70,14 +70,14 @@
|
||||||
"remark-fff": "^0.3.0",
|
"remark-fff": "^0.3.0",
|
||||||
"remark-footnotes": "~2.0.0",
|
"remark-footnotes": "~2.0.0",
|
||||||
"shiki-twoslash": "^3.1.0",
|
"shiki-twoslash": "^3.1.0",
|
||||||
"svelte": "^3.50.0",
|
"svelte": "^3.50.1",
|
||||||
"svelte-bricks": "^0.1.7",
|
"svelte-bricks": "^0.1.7",
|
||||||
"svelte-check": "^2.9.0",
|
"svelte-check": "^2.9.0",
|
||||||
"svelte-preprocess": "^4.10.7",
|
"svelte-preprocess": "^4.10.7",
|
||||||
"svelte-typeahead": "^4.3.2",
|
"svelte-typeahead": "^4.3.2",
|
||||||
"tailwindcss": "^3.1.8",
|
"tailwindcss": "^3.1.8",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"typescript": "^4.8.2",
|
"typescript": "^4.8.3",
|
||||||
"unist-util-visit": "^4.1.1",
|
"unist-util-visit": "^4.1.1",
|
||||||
"unocss": "^0.45.18",
|
"unocss": "^0.45.18",
|
||||||
"vite": "^3.1.0",
|
"vite": "^3.1.0",
|
||||||
|
|
230
pnpm-lock.yaml
230
pnpm-lock.yaml
|
@ -4,14 +4,14 @@ specifiers:
|
||||||
'@iconify-json/heroicons-outline': ^1.1.4
|
'@iconify-json/heroicons-outline': ^1.1.4
|
||||||
'@iconify-json/heroicons-solid': ^1.1.5
|
'@iconify-json/heroicons-solid': ^1.1.5
|
||||||
'@iconify-json/ic': ^1.1.9
|
'@iconify-json/ic': ^1.1.9
|
||||||
'@iconify-json/material-symbols': 1.1.15
|
'@iconify-json/material-symbols': 1.1.16
|
||||||
'@iconify-json/mdi': ^1.1.31
|
'@iconify-json/mdi': ^1.1.31
|
||||||
'@iconify-json/simple-icons': 1.1.25
|
'@iconify-json/simple-icons': 1.1.25
|
||||||
'@iconify-json/uil': ^1.1.2
|
'@iconify-json/uil': ^1.1.2
|
||||||
'@sveltejs/adapter-auto': 1.0.0-next.71
|
'@sveltejs/adapter-auto': 1.0.0-next.72
|
||||||
'@sveltejs/adapter-node': 1.0.0-next.88
|
'@sveltejs/adapter-node': 1.0.0-next.89
|
||||||
'@sveltejs/adapter-static': 1.0.0-next.42
|
'@sveltejs/adapter-static': 1.0.0-next.42
|
||||||
'@sveltejs/kit': 1.0.0-next.477
|
'@sveltejs/kit': 1.0.0-next.480
|
||||||
'@tailwindcss/typography': ^0.5.7
|
'@tailwindcss/typography': ^0.5.7
|
||||||
'@types/node': ^18.7.16
|
'@types/node': ^18.7.16
|
||||||
'@types/unist': ^2.0.6
|
'@types/unist': ^2.0.6
|
||||||
|
@ -40,16 +40,16 @@ specifiers:
|
||||||
rehype-slug: ^5.0.1
|
rehype-slug: ^5.0.1
|
||||||
remark: ^14.0.2
|
remark: ^14.0.2
|
||||||
remark-fff: ^0.3.0
|
remark-fff: ^0.3.0
|
||||||
remark-footnotes: ~2.0.0
|
remark-footnotes: ~4.0.1
|
||||||
shiki-twoslash: ^3.1.0
|
shiki-twoslash: ^3.1.0
|
||||||
svelte: ^3.50.0
|
svelte: ^3.50.1
|
||||||
svelte-bricks: ^0.1.7
|
svelte-bricks: ^0.1.7
|
||||||
svelte-check: ^2.9.0
|
svelte-check: ^2.9.0
|
||||||
svelte-preprocess: ^4.10.7
|
svelte-preprocess: ^4.10.7
|
||||||
svelte-typeahead: ^4.3.2
|
svelte-typeahead: ^4.3.2
|
||||||
tailwindcss: ^3.1.8
|
tailwindcss: ^3.1.8
|
||||||
tslib: ^2.4.0
|
tslib: ^2.4.0
|
||||||
typescript: ^4.8.2
|
typescript: ^4.8.3
|
||||||
unist-util-visit: ^4.1.1
|
unist-util-visit: ^4.1.1
|
||||||
unocss: ^0.45.18
|
unocss: ^0.45.18
|
||||||
vite: ^3.1.0
|
vite: ^3.1.0
|
||||||
|
@ -60,19 +60,19 @@ devDependencies:
|
||||||
'@iconify-json/heroicons-outline': 1.1.4
|
'@iconify-json/heroicons-outline': 1.1.4
|
||||||
'@iconify-json/heroicons-solid': 1.1.5
|
'@iconify-json/heroicons-solid': 1.1.5
|
||||||
'@iconify-json/ic': 1.1.9
|
'@iconify-json/ic': 1.1.9
|
||||||
'@iconify-json/material-symbols': 1.1.15
|
'@iconify-json/material-symbols': 1.1.16
|
||||||
'@iconify-json/mdi': 1.1.31
|
'@iconify-json/mdi': 1.1.31
|
||||||
'@iconify-json/simple-icons': 1.1.25
|
'@iconify-json/simple-icons': 1.1.25
|
||||||
'@iconify-json/uil': 1.1.2
|
'@iconify-json/uil': 1.1.2
|
||||||
'@sveltejs/adapter-auto': 1.0.0-next.71
|
'@sveltejs/adapter-auto': 1.0.0-next.72
|
||||||
'@sveltejs/adapter-node': 1.0.0-next.88
|
'@sveltejs/adapter-node': 1.0.0-next.89
|
||||||
'@sveltejs/adapter-static': 1.0.0-next.42
|
'@sveltejs/adapter-static': 1.0.0-next.42
|
||||||
'@sveltejs/kit': 1.0.0-next.477_svelte@3.50.0+vite@3.1.0
|
'@sveltejs/kit': 1.0.0-next.480_svelte@3.50.1+vite@3.1.0
|
||||||
'@tailwindcss/typography': 0.5.7_tailwindcss@3.1.8
|
'@tailwindcss/typography': 0.5.7_tailwindcss@3.1.8
|
||||||
'@types/node': 18.7.16
|
'@types/node': 18.7.16
|
||||||
'@types/unist': 2.0.6
|
'@types/unist': 2.0.6
|
||||||
'@typescript-eslint/eslint-plugin': 5.36.2_iurrlxgqcgk5svigzxakafpeuu
|
'@typescript-eslint/eslint-plugin': 5.36.2_2l2r3i3lm6jysqd4ac3ql4n2mm
|
||||||
'@typescript-eslint/parser': 5.36.2_yqf6kl63nyoq5megxukfnom5rm
|
'@typescript-eslint/parser': 5.36.2_itqs5654cmlnjraw6gjzqacppi
|
||||||
autoprefixer: 10.4.8_postcss@8.4.16
|
autoprefixer: 10.4.8_postcss@8.4.16
|
||||||
chalk: 5.0.1
|
chalk: 5.0.1
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
|
@ -81,31 +81,31 @@ devDependencies:
|
||||||
daisyui: 2.25.0_25hquoklqeoqwmt7fwvvcyxm5e
|
daisyui: 2.25.0_25hquoklqeoqwmt7fwvvcyxm5e
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
eslint-config-prettier: 8.5.0_eslint@8.23.0
|
eslint-config-prettier: 8.5.0_eslint@8.23.0
|
||||||
eslint-plugin-svelte3: 4.0.0_sc4laremvjv7grvyfrqmp3xv5q
|
eslint-plugin-svelte3: 4.0.0_jtvgu4usxe4xoavzb5jpyaoyje
|
||||||
fenceparser: 2.2.0
|
fenceparser: 2.2.0
|
||||||
fff-flavored-frontmatter: 0.3.0
|
fff-flavored-frontmatter: 0.3.0
|
||||||
github-slugger: 1.4.0
|
github-slugger: 1.4.0
|
||||||
mdast-util-to-string: 3.1.0
|
mdast-util-to-string: 3.1.0
|
||||||
mdsvex: 0.10.6_svelte@3.50.0
|
mdsvex: 0.10.6_svelte@3.50.1
|
||||||
npm-run-all: 4.1.5
|
npm-run-all: 4.1.5
|
||||||
postcss: 8.4.16
|
postcss: 8.4.16
|
||||||
prettier: 2.7.1
|
prettier: 2.7.1
|
||||||
prettier-plugin-svelte: 2.7.0_jkiirj7yro4cfik5roozpcraa4
|
prettier-plugin-svelte: 2.7.0_nk6d2fkgcllkkdynqbuearcure
|
||||||
rehype-autolink-headings: 6.1.1
|
rehype-autolink-headings: 6.1.1
|
||||||
rehype-external-links: 2.0.1
|
rehype-external-links: 2.0.1
|
||||||
rehype-slug: 5.0.1
|
rehype-slug: 5.0.1
|
||||||
remark: 14.0.2
|
remark: 14.0.2
|
||||||
remark-fff: 0.3.0
|
remark-fff: 0.3.0
|
||||||
remark-footnotes: 2.0.0
|
remark-footnotes: 4.0.1
|
||||||
shiki-twoslash: 3.1.0
|
shiki-twoslash: 3.1.0
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
svelte-bricks: 0.1.7
|
svelte-bricks: 0.1.7
|
||||||
svelte-check: 2.9.0_shxyscafa2tdzd4z2tgnnrhyyu
|
svelte-check: 2.9.0_ip6t7gbsntalqsv24txi5sqe6u
|
||||||
svelte-preprocess: 4.10.7_gzukngxpmlbzkiu3cz7vpamp3y
|
svelte-preprocess: 4.10.7_snqnsttluzgwj6kbxzouwakc4q
|
||||||
svelte-typeahead: 4.3.2
|
svelte-typeahead: 4.3.2
|
||||||
tailwindcss: 3.1.8_postcss@8.4.16
|
tailwindcss: 3.1.8_postcss@8.4.16
|
||||||
tslib: 2.4.0
|
tslib: 2.4.0
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
unist-util-visit: 4.1.1
|
unist-util-visit: 4.1.1
|
||||||
unocss: 0.45.18_vite@3.1.0
|
unocss: 0.45.18_vite@3.1.0
|
||||||
vite: 3.1.0
|
vite: 3.1.0
|
||||||
|
@ -1355,49 +1355,53 @@ packages:
|
||||||
/@iconify-json/heroicons-outline/1.1.4:
|
/@iconify-json/heroicons-outline/1.1.4:
|
||||||
resolution: {integrity: sha512-H59TKT8dK6SDonC0NXeT021Erhq7n0apg+41cUDFgv3Zps4x+2t2Sd3QWI5cs6sW/kpOlY8DTP0xUtF5T/bp4w==}
|
resolution: {integrity: sha512-H59TKT8dK6SDonC0NXeT021Erhq7n0apg+41cUDFgv3Zps4x+2t2Sd3QWI5cs6sW/kpOlY8DTP0xUtF5T/bp4w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/heroicons-solid/1.1.5:
|
/@iconify-json/heroicons-solid/1.1.5:
|
||||||
resolution: {integrity: sha512-IYcLU3A8eUQFLQ5RdrrqZ/hFNVxctnCgxKU7xwH0Vc8948BGB0ZPFuFa/2ScPmE1AseWXLzhycwI8IDEl3MPmQ==}
|
resolution: {integrity: sha512-IYcLU3A8eUQFLQ5RdrrqZ/hFNVxctnCgxKU7xwH0Vc8948BGB0ZPFuFa/2ScPmE1AseWXLzhycwI8IDEl3MPmQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/ic/1.1.9:
|
/@iconify-json/ic/1.1.9:
|
||||||
resolution: {integrity: sha512-yRHx4AnNNf5kpWVnNMaeXGYnLmaR2tkGsjSc//FaI7LhljUaDkiawUvmnYbjh6M61O78EeEoNk8HgYJVqb+y8A==}
|
resolution: {integrity: sha512-yRHx4AnNNf5kpWVnNMaeXGYnLmaR2tkGsjSc//FaI7LhljUaDkiawUvmnYbjh6M61O78EeEoNk8HgYJVqb+y8A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/material-symbols/1.1.15:
|
/@iconify-json/material-symbols/1.1.16:
|
||||||
resolution: {integrity: sha512-4gjfhDK3C10CDbChjVnbtl4MDc3wDlAmo2vG7qbvKvJV9pI+C12t6GK+EYm93kQYVtOVJeq4loVxK10gbhab8A==}
|
resolution: {integrity: sha512-4HGz38nTNloEddcb0nw3T29o/giPxJn0cY43B2LLziF+Tm4NEA+iakh2Orh0Y+antUpP/bZZ8YfX2OBoGgM8Ug==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/mdi/1.1.31:
|
/@iconify-json/mdi/1.1.31:
|
||||||
resolution: {integrity: sha512-2lUKoj6tqvVQ6q8XmhxfeqWdC34IhUpjz6eYMvwLLEgF+0cIL0ANLqBL7+/Vklt7Ugv5vJ0btJBHvW5Ij9Ikyw==}
|
resolution: {integrity: sha512-2lUKoj6tqvVQ6q8XmhxfeqWdC34IhUpjz6eYMvwLLEgF+0cIL0ANLqBL7+/Vklt7Ugv5vJ0btJBHvW5Ij9Ikyw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/simple-icons/1.1.25:
|
/@iconify-json/simple-icons/1.1.25:
|
||||||
resolution: {integrity: sha512-wIi0TCyZUWjZWeWHCJTGqANPjARAytQKm7VNRjJoFkoR/bwmvP6TpUX/PoQqJEV5FcbwaBfOEgQNOwsaa6OzZQ==}
|
resolution: {integrity: sha512-wIi0TCyZUWjZWeWHCJTGqANPjARAytQKm7VNRjJoFkoR/bwmvP6TpUX/PoQqJEV5FcbwaBfOEgQNOwsaa6OzZQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/uil/1.1.2:
|
/@iconify-json/uil/1.1.2:
|
||||||
resolution: {integrity: sha512-CiuJGSB49MbhWgbxqd1lfOSnxZ/nk5O30XkzOYqcmaKDuoHkUCwDeTJo+TEi+yHzmVAxpRSvAE0rvP9NimuT9Q==}
|
resolution: {integrity: sha512-CiuJGSB49MbhWgbxqd1lfOSnxZ/nk5O30XkzOYqcmaKDuoHkUCwDeTJo+TEi+yHzmVAxpRSvAE0rvP9NimuT9Q==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify/types/1.1.0:
|
/@iconify/types/1.1.0:
|
||||||
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@iconify/types/2.0.0:
|
||||||
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@iconify/utils/1.0.33:
|
/@iconify/utils/1.0.33:
|
||||||
resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==}
|
resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -1570,12 +1574,12 @@ packages:
|
||||||
string.prototype.matchall: 4.0.7
|
string.prototype.matchall: 4.0.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/adapter-auto/1.0.0-next.71:
|
/@sveltejs/adapter-auto/1.0.0-next.72:
|
||||||
resolution: {integrity: sha512-Qsl82HcehWJbZztXgmU/nTPDeeIaB4jrOQpSvy3Pi8octs+rEf/CO87Wk06EP+M/zUzEHDNENMOx0DgWuHpj7Q==}
|
resolution: {integrity: sha512-SisfQ6adHkkmm6ANVq9V9hemowl9mSVQd+XoNDAhjgf1DtCdJEgpkdJDZ7xq7RB0lsTZTSiAp7c/LlV4lCSTMA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/adapter-cloudflare': 1.0.0-next.32
|
'@sveltejs/adapter-cloudflare': 1.0.0-next.32
|
||||||
'@sveltejs/adapter-netlify': 1.0.0-next.76
|
'@sveltejs/adapter-netlify': 1.0.0-next.76
|
||||||
'@sveltejs/adapter-vercel': 1.0.0-next.72
|
'@sveltejs/adapter-vercel': 1.0.0-next.73
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- encoding
|
- encoding
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -1598,8 +1602,8 @@ packages:
|
||||||
tiny-glob: 0.2.9
|
tiny-glob: 0.2.9
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/adapter-node/1.0.0-next.88:
|
/@sveltejs/adapter-node/1.0.0-next.89:
|
||||||
resolution: {integrity: sha512-N75E0tbq1+70/8lYUbttj7ry+5PDl7DB29aJqYIQQdnWMkIv0CPnH5ux4fwDuQJuhR7k1lfUbLd96JWwPBHvIg==}
|
resolution: {integrity: sha512-fWN2gqvM6zmZI25Y2vOpl+sPYzx19PBynf+FvUOcytP4+MhGzT8OxTTW7NCIBOGpRw8D2+u1yfQbANKhI2Ayug==}
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.14.54
|
esbuild: 0.14.54
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -1608,8 +1612,8 @@ packages:
|
||||||
resolution: {integrity: sha512-BLMQY8zfUibex5FE3zkMXdkW4l/n+1tecUrCxmmO5jc8vEuZc41VQdmQtDifX80Bf1pCG3RH7151tJ+jqte2lg==}
|
resolution: {integrity: sha512-BLMQY8zfUibex5FE3zkMXdkW4l/n+1tecUrCxmmO5jc8vEuZc41VQdmQtDifX80Bf1pCG3RH7151tJ+jqte2lg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/adapter-vercel/1.0.0-next.72:
|
/@sveltejs/adapter-vercel/1.0.0-next.73:
|
||||||
resolution: {integrity: sha512-oNs8FQaYC2NnwDcvX/jc9MDNqXc9HxwGPQNkd+1vBpFVWZl9mShQgCcOMzfTOIH0ka984jYNa0ZawYYHex79xg==}
|
resolution: {integrity: sha512-wYm80tDSkwa9YfXHCHqMFMHmGYsQjVWj2oLbQdijQ2k8dnQPq908Pla3IES1cLwtT+fIMbZyh3Xly7mt06FwJg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vercel/nft': 0.22.1
|
'@vercel/nft': 0.22.1
|
||||||
esbuild: 0.14.54
|
esbuild: 0.14.54
|
||||||
|
@ -1618,8 +1622,8 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/kit/1.0.0-next.477_svelte@3.50.0+vite@3.1.0:
|
/@sveltejs/kit/1.0.0-next.480_svelte@3.50.1+vite@3.1.0:
|
||||||
resolution: {integrity: sha512-r9sJZy9XuM4ztn0R9l6z12+oiJ6YuX2Go0GxwqC48axtf4wevmxPLw9M2XiSj4lINpT4lZn8JFRx2e9tCCMZyQ==}
|
resolution: {integrity: sha512-RnltVDZFksAkeIZ0wgMQDr4POz3WZxSDy6D/ycIjrz3VXMDYWxKRqmTEI7Yl7TxPgUabeYHGRm/qI+nSXOb/Yw==}
|
||||||
engines: {node: '>=16.14'}
|
engines: {node: '>=16.14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
|
@ -1627,7 +1631,7 @@ packages:
|
||||||
svelte: ^3.44.0
|
svelte: ^3.44.0
|
||||||
vite: ^3.1.0
|
vite: ^3.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/vite-plugin-svelte': 1.0.5_svelte@3.50.0+vite@3.1.0
|
'@sveltejs/vite-plugin-svelte': 1.0.5_svelte@3.50.1+vite@3.1.0
|
||||||
cookie: 0.5.0
|
cookie: 0.5.0
|
||||||
devalue: 3.1.3
|
devalue: 3.1.3
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
|
@ -1637,7 +1641,7 @@ packages:
|
||||||
sade: 1.8.1
|
sade: 1.8.1
|
||||||
set-cookie-parser: 2.5.1
|
set-cookie-parser: 2.5.1
|
||||||
sirv: 2.0.2
|
sirv: 2.0.2
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
tiny-glob: 0.2.9
|
tiny-glob: 0.2.9
|
||||||
undici: 5.10.0
|
undici: 5.10.0
|
||||||
vite: 3.1.0
|
vite: 3.1.0
|
||||||
|
@ -1646,7 +1650,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/vite-plugin-svelte/1.0.5_svelte@3.50.0+vite@3.1.0:
|
/@sveltejs/vite-plugin-svelte/1.0.5_svelte@3.50.1+vite@3.1.0:
|
||||||
resolution: {integrity: sha512-CmSdSow0Dr5ua1A11BQMtreWnE0JZmkVIcRU/yG3PKbycKUpXjNdgYTWFSbStLB0vdlGnBbm2+Y4sBVj+C+TIw==}
|
resolution: {integrity: sha512-CmSdSow0Dr5ua1A11BQMtreWnE0JZmkVIcRU/yG3PKbycKUpXjNdgYTWFSbStLB0vdlGnBbm2+Y4sBVj+C+TIw==}
|
||||||
engines: {node: ^14.18.0 || >= 16}
|
engines: {node: ^14.18.0 || >= 16}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1662,8 +1666,8 @@ packages:
|
||||||
deepmerge: 4.2.2
|
deepmerge: 4.2.2
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
magic-string: 0.26.3
|
magic-string: 0.26.3
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
svelte-hmr: 0.14.12_svelte@3.50.0
|
svelte-hmr: 0.14.12_svelte@3.50.1
|
||||||
vite: 3.1.0
|
vite: 3.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -1744,7 +1748,7 @@ packages:
|
||||||
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
|
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin/5.36.2_iurrlxgqcgk5svigzxakafpeuu:
|
/@typescript-eslint/eslint-plugin/5.36.2_2l2r3i3lm6jysqd4ac3ql4n2mm:
|
||||||
resolution: {integrity: sha512-OwwR8LRwSnI98tdc2z7mJYgY60gf7I9ZfGjN5EjCwwns9bdTuQfAXcsjSB2wSQ/TVNYSGKf4kzVXbNGaZvwiXw==}
|
resolution: {integrity: sha512-OwwR8LRwSnI98tdc2z7mJYgY60gf7I9ZfGjN5EjCwwns9bdTuQfAXcsjSB2wSQ/TVNYSGKf4kzVXbNGaZvwiXw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1755,23 +1759,23 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/parser': 5.36.2_yqf6kl63nyoq5megxukfnom5rm
|
'@typescript-eslint/parser': 5.36.2_itqs5654cmlnjraw6gjzqacppi
|
||||||
'@typescript-eslint/scope-manager': 5.36.2
|
'@typescript-eslint/scope-manager': 5.36.2
|
||||||
'@typescript-eslint/type-utils': 5.36.2_yqf6kl63nyoq5megxukfnom5rm
|
'@typescript-eslint/type-utils': 5.36.2_itqs5654cmlnjraw6gjzqacppi
|
||||||
'@typescript-eslint/utils': 5.36.2_yqf6kl63nyoq5megxukfnom5rm
|
'@typescript-eslint/utils': 5.36.2_itqs5654cmlnjraw6gjzqacppi
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
functional-red-black-tree: 1.0.1
|
functional-red-black-tree: 1.0.1
|
||||||
ignore: 5.2.0
|
ignore: 5.2.0
|
||||||
regexpp: 3.2.0
|
regexpp: 3.2.0
|
||||||
semver: 7.3.7
|
semver: 7.3.7
|
||||||
tsutils: 3.21.0_typescript@4.8.2
|
tsutils: 3.21.0_typescript@4.8.3
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/parser/5.36.2_yqf6kl63nyoq5megxukfnom5rm:
|
/@typescript-eslint/parser/5.36.2_itqs5654cmlnjraw6gjzqacppi:
|
||||||
resolution: {integrity: sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==}
|
resolution: {integrity: sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1783,10 +1787,10 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 5.36.2
|
'@typescript-eslint/scope-manager': 5.36.2
|
||||||
'@typescript-eslint/types': 5.36.2
|
'@typescript-eslint/types': 5.36.2
|
||||||
'@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.2
|
'@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.3
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -1799,7 +1803,7 @@ packages:
|
||||||
'@typescript-eslint/visitor-keys': 5.36.2
|
'@typescript-eslint/visitor-keys': 5.36.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/type-utils/5.36.2_yqf6kl63nyoq5megxukfnom5rm:
|
/@typescript-eslint/type-utils/5.36.2_itqs5654cmlnjraw6gjzqacppi:
|
||||||
resolution: {integrity: sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==}
|
resolution: {integrity: sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1809,12 +1813,12 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.2
|
'@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.3
|
||||||
'@typescript-eslint/utils': 5.36.2_yqf6kl63nyoq5megxukfnom5rm
|
'@typescript-eslint/utils': 5.36.2_itqs5654cmlnjraw6gjzqacppi
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
tsutils: 3.21.0_typescript@4.8.2
|
tsutils: 3.21.0_typescript@4.8.3
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -1824,7 +1828,7 @@ packages:
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree/5.36.2_typescript@4.8.2:
|
/@typescript-eslint/typescript-estree/5.36.2_typescript@4.8.3:
|
||||||
resolution: {integrity: sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==}
|
resolution: {integrity: sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1839,13 +1843,13 @@ packages:
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
semver: 7.3.7
|
semver: 7.3.7
|
||||||
tsutils: 3.21.0_typescript@4.8.2
|
tsutils: 3.21.0_typescript@4.8.3
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/utils/5.36.2_yqf6kl63nyoq5megxukfnom5rm:
|
/@typescript-eslint/utils/5.36.2_itqs5654cmlnjraw6gjzqacppi:
|
||||||
resolution: {integrity: sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==}
|
resolution: {integrity: sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1854,7 +1858,7 @@ packages:
|
||||||
'@types/json-schema': 7.0.11
|
'@types/json-schema': 7.0.11
|
||||||
'@typescript-eslint/scope-manager': 5.36.2
|
'@typescript-eslint/scope-manager': 5.36.2
|
||||||
'@typescript-eslint/types': 5.36.2
|
'@typescript-eslint/types': 5.36.2
|
||||||
'@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.2
|
'@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.3
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
eslint-scope: 5.1.1
|
eslint-scope: 5.1.1
|
||||||
eslint-utils: 3.0.0_eslint@8.23.0
|
eslint-utils: 3.0.0_eslint@8.23.0
|
||||||
|
@ -1919,7 +1923,7 @@ packages:
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
colorette: 2.0.19
|
colorette: 2.0.19
|
||||||
consola: 2.15.3
|
consola: 2.15.3
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.12
|
||||||
pathe: 0.3.7
|
pathe: 0.3.7
|
||||||
perfect-debounce: 0.1.3
|
perfect-debounce: 0.1.3
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -2304,7 +2308,7 @@ packages:
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001393
|
caniuse-lite: 1.0.30001393
|
||||||
electron-to-chromium: 1.4.244
|
electron-to-chromium: 1.4.247
|
||||||
node-releases: 2.0.6
|
node-releases: 2.0.6
|
||||||
update-browserslist-db: 1.0.7_browserslist@4.21.3
|
update-browserslist-db: 1.0.7_browserslist@4.21.3
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -2814,8 +2818,8 @@ packages:
|
||||||
jake: 10.8.5
|
jake: 10.8.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/electron-to-chromium/1.4.244:
|
/electron-to-chromium/1.4.247:
|
||||||
resolution: {integrity: sha512-E21saXLt2eTDaTxgUtiJtBUqanF9A32wZasAwDZ8gvrqXoxrBrbwtDCx7c/PQTLp81wj4X0OLDeoGQg7eMo3+w==}
|
resolution: {integrity: sha512-FLs6R4FQE+1JHM0hh3sfdxnYjKvJpHZyhQDjc2qFq/xFvmmRt/TATNToZhrcGUFzpF2XjeiuozrA8lI0PZmYYw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/emoji-regex/8.0.0:
|
/emoji-regex/8.0.0:
|
||||||
|
@ -3316,14 +3320,14 @@ packages:
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-plugin-svelte3/4.0.0_sc4laremvjv7grvyfrqmp3xv5q:
|
/eslint-plugin-svelte3/4.0.0_jtvgu4usxe4xoavzb5jpyaoyje:
|
||||||
resolution: {integrity: sha512-OIx9lgaNzD02+MDFNLw0GEUbuovNcglg+wnd/UY0fbZmlQSz7GlQiQ1f+yX0XvC07XPcDOnFcichqI3xCwp71g==}
|
resolution: {integrity: sha512-OIx9lgaNzD02+MDFNLw0GEUbuovNcglg+wnd/UY0fbZmlQSz7GlQiQ1f+yX0XvC07XPcDOnFcichqI3xCwp71g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=8.0.0'
|
eslint: '>=8.0.0'
|
||||||
svelte: ^3.2.0
|
svelte: ^3.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.23.0
|
eslint: 8.23.0
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-scope/5.1.1:
|
/eslint-scope/5.1.1:
|
||||||
|
@ -3483,8 +3487,8 @@ packages:
|
||||||
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/fast-glob/3.2.11:
|
/fast-glob/3.2.12:
|
||||||
resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==}
|
resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==}
|
||||||
engines: {node: '>=8.6.0'}
|
engines: {node: '>=8.6.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nodelib/fs.stat': 2.0.5
|
'@nodelib/fs.stat': 2.0.5
|
||||||
|
@ -3735,7 +3739,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
array-union: 2.1.0
|
array-union: 2.1.0
|
||||||
dir-glob: 3.0.1
|
dir-glob: 3.0.1
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.12
|
||||||
ignore: 5.2.0
|
ignore: 5.2.0
|
||||||
merge2: 1.4.1
|
merge2: 1.4.1
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
|
@ -4247,6 +4251,14 @@ packages:
|
||||||
semver: 6.3.0
|
semver: 6.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/mdast-util-footnote/1.1.0:
|
||||||
|
resolution: {integrity: sha512-M8tHiqL+7eS/ASWWs+nnmMKRLO1A1JnllNRzF2gLT4gpzLGvRiE0IugPI+/zfpi93IrtrxmlFolTdRPtWZocaA==}
|
||||||
|
dependencies:
|
||||||
|
'@types/mdast': 3.0.10
|
||||||
|
mdast-util-to-markdown: 1.3.0
|
||||||
|
micromark-util-normalize-identifier: 1.0.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/mdast-util-from-markdown/1.2.0:
|
/mdast-util-from-markdown/1.2.0:
|
||||||
resolution: {integrity: sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==}
|
resolution: {integrity: sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -4290,7 +4302,7 @@ packages:
|
||||||
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
|
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/mdsvex/0.10.6_svelte@3.50.0:
|
/mdsvex/0.10.6_svelte@3.50.1:
|
||||||
resolution: {integrity: sha512-aGRDY0r5jx9+OOgFdyB9Xm3EBr9OUmcrTDPWLB7a7g8VPRxzPy4MOBmcVYgz7ErhAJ7bZ/coUoj6aHio3x/2mA==}
|
resolution: {integrity: sha512-aGRDY0r5jx9+OOgFdyB9Xm3EBr9OUmcrTDPWLB7a7g8VPRxzPy4MOBmcVYgz7ErhAJ7bZ/coUoj6aHio3x/2mA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: 3.x
|
svelte: 3.x
|
||||||
|
@ -4298,7 +4310,7 @@ packages:
|
||||||
'@types/unist': 2.0.6
|
'@types/unist': 2.0.6
|
||||||
prism-svelte: 0.4.7
|
prism-svelte: 0.4.7
|
||||||
prismjs: 1.29.0
|
prismjs: 1.29.0
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
vfile-message: 2.0.4
|
vfile-message: 2.0.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -4337,6 +4349,19 @@ packages:
|
||||||
uvu: 0.5.6
|
uvu: 0.5.6
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/micromark-extension-footnote/1.0.2:
|
||||||
|
resolution: {integrity: sha512-sD7t/hooONLnbPYgcQpBcTjh7mPEcD2R/jRS5DLYDNm0XbngbaJZ01F1aI3v6VXVMdAu3XtFKUecNRlXbgGk/Q==}
|
||||||
|
dependencies:
|
||||||
|
micromark-core-commonmark: 1.0.6
|
||||||
|
micromark-factory-space: 1.0.0
|
||||||
|
micromark-util-character: 1.1.0
|
||||||
|
micromark-util-chunked: 1.0.0
|
||||||
|
micromark-util-normalize-identifier: 1.0.0
|
||||||
|
micromark-util-resolve-all: 1.0.0
|
||||||
|
micromark-util-symbol: 1.0.1
|
||||||
|
uvu: 0.5.6
|
||||||
|
dev: true
|
||||||
|
|
||||||
/micromark-factory-destination/1.0.0:
|
/micromark-factory-destination/1.0.0:
|
||||||
resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==}
|
resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5216,14 +5241,14 @@ packages:
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier-plugin-svelte/2.7.0_jkiirj7yro4cfik5roozpcraa4:
|
/prettier-plugin-svelte/2.7.0_nk6d2fkgcllkkdynqbuearcure:
|
||||||
resolution: {integrity: sha512-fQhhZICprZot2IqEyoiUYLTRdumULGRvw0o4dzl5jt0jfzVWdGqeYW27QTWAeXhoupEZJULmNoH3ueJwUWFLIA==}
|
resolution: {integrity: sha512-fQhhZICprZot2IqEyoiUYLTRdumULGRvw0o4dzl5jt0jfzVWdGqeYW27QTWAeXhoupEZJULmNoH3ueJwUWFLIA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prettier: ^1.16.4 || ^2.0.0
|
prettier: ^1.16.4 || ^2.0.0
|
||||||
svelte: ^3.2.0
|
svelte: ^3.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
prettier: 2.7.1
|
prettier: 2.7.1
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier/2.7.1:
|
/prettier/2.7.1:
|
||||||
|
@ -5404,8 +5429,13 @@ packages:
|
||||||
resolution: {integrity: sha512-BsEiUJQOK1dRbjLDyQGM3KHReKvXfQ8uWa3HdZwG/1Gj9sUFCORjdNxOGeeCVjQJBQ+MNu6K8i+eSZ35Jy+KkA==}
|
resolution: {integrity: sha512-BsEiUJQOK1dRbjLDyQGM3KHReKvXfQ8uWa3HdZwG/1Gj9sUFCORjdNxOGeeCVjQJBQ+MNu6K8i+eSZ35Jy+KkA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/remark-footnotes/2.0.0:
|
/remark-footnotes/4.0.1:
|
||||||
resolution: {integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==}
|
resolution: {integrity: sha512-He6YzQFk/Wu2KgfjI80EyPXjt/G+WFaYfUH+xapqPQBdm3aTdEyzosXXv9a2FbTxGqgOfJ4q/TCB46v+wofRpQ==}
|
||||||
|
dependencies:
|
||||||
|
'@types/mdast': 3.0.10
|
||||||
|
mdast-util-footnote: 1.1.0
|
||||||
|
micromark-extension-footnote: 1.0.2
|
||||||
|
unified: 10.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/remark-parse/10.0.1:
|
/remark-parse/10.0.1:
|
||||||
|
@ -5610,7 +5640,7 @@ packages:
|
||||||
'@typescript/twoslash': 3.1.0
|
'@typescript/twoslash': 3.1.0
|
||||||
'@typescript/vfs': 1.3.4
|
'@typescript/vfs': 1.3.4
|
||||||
shiki: 0.10.1
|
shiki: 0.10.1
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -5854,7 +5884,7 @@ packages:
|
||||||
resolution: {integrity: sha512-2wJseuhlVYVRoCKJGQuwCySTMsvBVS4dchah6Ecz9RNng0zufx6NxToXc7iGf0QOHjo9wwAsOczRI+Ou2q4gEg==}
|
resolution: {integrity: sha512-2wJseuhlVYVRoCKJGQuwCySTMsvBVS4dchah6Ecz9RNng0zufx6NxToXc7iGf0QOHjo9wwAsOczRI+Ou2q4gEg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-check/2.9.0_shxyscafa2tdzd4z2tgnnrhyyu:
|
/svelte-check/2.9.0_ip6t7gbsntalqsv24txi5sqe6u:
|
||||||
resolution: {integrity: sha512-9AVrtP7WbfDgCdqTZNPdj5CCCy1OrYMxFVWAWzNw7fl93c9klFJFtqzVXa6fovfQ050CcpUyJE2dPFL9TFAREw==}
|
resolution: {integrity: sha512-9AVrtP7WbfDgCdqTZNPdj5CCCy1OrYMxFVWAWzNw7fl93c9klFJFtqzVXa6fovfQ050CcpUyJE2dPFL9TFAREw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -5862,13 +5892,13 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/trace-mapping': 0.3.15
|
'@jridgewell/trace-mapping': 0.3.15
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.12
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
sade: 1.8.1
|
sade: 1.8.1
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
svelte-preprocess: 4.10.7_gzukngxpmlbzkiu3cz7vpamp3y
|
svelte-preprocess: 4.10.7_snqnsttluzgwj6kbxzouwakc4q
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@babel/core'
|
- '@babel/core'
|
||||||
- coffeescript
|
- coffeescript
|
||||||
|
@ -5882,16 +5912,16 @@ packages:
|
||||||
- sugarss
|
- sugarss
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-hmr/0.14.12_svelte@3.50.0:
|
/svelte-hmr/0.14.12_svelte@3.50.1:
|
||||||
resolution: {integrity: sha512-4QSW/VvXuqVcFZ+RhxiR8/newmwOCTlbYIezvkeN6302YFRE8cXy0naamHcjz8Y9Ce3ITTZtrHrIL0AGfyo61w==}
|
resolution: {integrity: sha512-4QSW/VvXuqVcFZ+RhxiR8/newmwOCTlbYIezvkeN6302YFRE8cXy0naamHcjz8Y9Ce3ITTZtrHrIL0AGfyo61w==}
|
||||||
engines: {node: ^12.20 || ^14.13.1 || >= 16}
|
engines: {node: ^12.20 || ^14.13.1 || >= 16}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: '>=3.19.0'
|
svelte: '>=3.19.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-preprocess/4.10.7_gzukngxpmlbzkiu3cz7vpamp3y:
|
/svelte-preprocess/4.10.7_snqnsttluzgwj6kbxzouwakc4q:
|
||||||
resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==}
|
resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==}
|
||||||
engines: {node: '>= 9.11.2'}
|
engines: {node: '>= 9.11.2'}
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
|
@ -5939,8 +5969,8 @@ packages:
|
||||||
postcss: 8.4.16
|
postcss: 8.4.16
|
||||||
sorcery: 0.10.0
|
sorcery: 0.10.0
|
||||||
strip-indent: 3.0.0
|
strip-indent: 3.0.0
|
||||||
svelte: 3.50.0
|
svelte: 3.50.1
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-search/1.1.0:
|
/svelte-search/1.1.0:
|
||||||
|
@ -5954,8 +5984,8 @@ packages:
|
||||||
svelte-search: 1.1.0
|
svelte-search: 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte/3.50.0:
|
/svelte/3.50.1:
|
||||||
resolution: {integrity: sha512-zXeOUDS7+85i+RxLN+0iB6PMbGH7OhEgjETcD1fD8ZrhuhNFxYxYEHU41xuhkHIulJavcu3PKbPyuCrBxdxskQ==}
|
resolution: {integrity: sha512-bS4odcsdj5D5jEg6riZuMg5NKelzPtmsCbD9RG+8umU03TeNkdWnP6pqbCm0s8UQNBkqk29w/Bdubn3C+HWSwA==}
|
||||||
engines: {node: '>= 8'}
|
engines: {node: '>= 8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -5986,7 +6016,7 @@ packages:
|
||||||
detective: 5.2.1
|
detective: 5.2.1
|
||||||
didyoumean: 1.2.2
|
didyoumean: 1.2.2
|
||||||
dlv: 1.1.3
|
dlv: 1.1.3
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.12
|
||||||
glob-parent: 6.0.2
|
glob-parent: 6.0.2
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
lilconfig: 2.0.6
|
lilconfig: 2.0.6
|
||||||
|
@ -6094,14 +6124,14 @@ packages:
|
||||||
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
|
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/tsutils/3.21.0_typescript@4.8.2:
|
/tsutils/3.21.0_typescript@4.8.3:
|
||||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 1.14.1
|
tslib: 1.14.1
|
||||||
typescript: 4.8.2
|
typescript: 4.8.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/type-check/0.4.0:
|
/type-check/0.4.0:
|
||||||
|
@ -6121,8 +6151,8 @@ packages:
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/typescript/4.8.2:
|
/typescript/4.8.3:
|
||||||
resolution: {integrity: sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==}
|
resolution: {integrity: sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==}
|
||||||
engines: {node: '>=4.2.0'}
|
engines: {node: '>=4.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -6185,7 +6215,7 @@ packages:
|
||||||
is-buffer: 2.0.5
|
is-buffer: 2.0.5
|
||||||
is-plain-obj: 4.1.0
|
is-plain-obj: 4.1.0
|
||||||
trough: 2.1.0
|
trough: 2.1.0
|
||||||
vfile: 5.3.4
|
vfile: 5.3.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unique-string/2.0.0:
|
/unique-string/2.0.0:
|
||||||
|
@ -6320,8 +6350,8 @@ packages:
|
||||||
unist-util-stringify-position: 3.0.2
|
unist-util-stringify-position: 3.0.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vfile/5.3.4:
|
/vfile/5.3.5:
|
||||||
resolution: {integrity: sha512-KI+7cnst03KbEyN1+JE504zF5bJBZa+J+CrevLeyIMq0aPU681I2rQ5p4PlnQ6exFtWiUrg26QUdFMnAKR6PIw==}
|
resolution: {integrity: sha512-U1ho2ga33eZ8y8pkbQLH54uKqGhFJ6GYIHnnG5AhRpAh3OWjkrRHKa/KogbmQn8We+c0KVV3rTOgR9V/WowbXQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/unist': 2.0.6
|
'@types/unist': 2.0.6
|
||||||
is-buffer: 2.0.5
|
is-buffer: 2.0.5
|
||||||
|
@ -6336,7 +6366,7 @@ packages:
|
||||||
workbox-window: ^6.4.0
|
workbox-window: ^6.4.0
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.12
|
||||||
pretty-bytes: 6.0.0
|
pretty-bytes: 6.0.0
|
||||||
rollup: 2.79.0
|
rollup: 2.79.0
|
||||||
vite: 3.1.0
|
vite: 3.1.0
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
import { page } from '$app/stores'
|
import { page } from '$app/stores'
|
||||||
import Head from '$lib/components/head.svelte'
|
import Head from '$lib/components/head.svelte'
|
||||||
import Footer from '$lib/components/footer.svelte'
|
import Footer from '$lib/components/footer.svelte'
|
||||||
console.error($page.status, $page.error.message)
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Head page={{ title: $page.status.toString() ?? '404', path: $page.url.pathname }} />
|
<Head page={{ title: $page.status.toString() ?? '404', path: $page.url.pathname }} />
|
||||||
|
@ -17,7 +16,7 @@
|
||||||
<h1 class="opacity-20 text-6xl md:text-[12rem] -mt-2 mb-0">
|
<h1 class="opacity-20 text-6xl md:text-[12rem] -mt-2 mb-0">
|
||||||
{$page.status ?? '404'}
|
{$page.status ?? '404'}
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="-mt-12 md:-mt-24">{$page.error.message ?? 'Not found'}</h2>
|
<h2 class="-mt-12 md:-mt-24">{$page.error?.message ?? 'Not found'}</h2>
|
||||||
<div class="card-actions">
|
<div class="card-actions">
|
||||||
<a href="/" class="btn btn-neutral no-underline shadow-xl hover:shadow-2xl mt-8">
|
<a href="/" class="btn btn-neutral no-underline shadow-xl hover:shadow-2xl mt-8">
|
||||||
<span class="i-heroicons-outline-home -ml-1 mr-2" />
|
<span class="i-heroicons-outline-home -ml-1 mr-2" />
|
||||||
|
|
Loading…
Reference in a new issue