mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:49:31 +08:00
merge with upsteam 35b3514bd8
This commit is contained in:
parent
6b0931e36f
commit
3bb83c69db
2 changed files with 166 additions and 268 deletions
18
package.json
18
package.json
|
@ -37,12 +37,12 @@
|
||||||
"@sveltejs/adapter-netlify": "^1.0.0",
|
"@sveltejs/adapter-netlify": "^1.0.0",
|
||||||
"@sveltejs/adapter-node": "^1.1.0",
|
"@sveltejs/adapter-node": "^1.1.0",
|
||||||
"@sveltejs/adapter-static": "^1.0.1",
|
"@sveltejs/adapter-static": "^1.0.1",
|
||||||
"@sveltejs/kit": "^1.0.7",
|
"@sveltejs/kit": "^1.0.11",
|
||||||
"@tailwindcss/typography": "^0.5.8",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@types/node": "^18.11.18",
|
"@types/node": "^18.11.18",
|
||||||
"@types/unist": "^2.0.6",
|
"@types/unist": "^2.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
||||||
"@typescript-eslint/parser": "^5.48.0",
|
"@typescript-eslint/parser": "^5.48.1",
|
||||||
"@vite-pwa/sveltekit": "^0.1.2",
|
"@vite-pwa/sveltekit": "^0.1.2",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"eslint-plugin-svelte3": "^4.0.0",
|
"eslint-plugin-svelte3": "^4.0.0",
|
||||||
"fenceparser": "^2.2.0",
|
"fenceparser": "^2.2.0",
|
||||||
"fff-flavored-frontmatter": "~0.4.2",
|
"fff-flavored-frontmatter": "~0.5.0",
|
||||||
"github-slugger": "^2.0.0",
|
"github-slugger": "^2.0.0",
|
||||||
"mdast-util-to-string": "^3.1.0",
|
"mdast-util-to-string": "^3.1.0",
|
||||||
"mdsvex": "^0.10.6",
|
"mdsvex": "^0.10.6",
|
||||||
|
@ -70,18 +70,18 @@
|
||||||
"remark-footnotes": "~2.0.0",
|
"remark-footnotes": "~2.0.0",
|
||||||
"rollup": "^3.10.0",
|
"rollup": "^3.10.0",
|
||||||
"shiki-twoslash": "^3.1.0",
|
"shiki-twoslash": "^3.1.0",
|
||||||
"svelte": "^3.55.0",
|
"svelte": "^3.55.1",
|
||||||
"svelte-bricks": "^0.1.7",
|
"svelte-bricks": "^0.1.7",
|
||||||
"svelte-check": "^2.10.3",
|
"svelte-check": "^3.0.2",
|
||||||
"svelte-preprocess": "^5.0.0",
|
"svelte-preprocess": "^5.0.0",
|
||||||
"svelte-preprocess-import-assets": "^0.2.5",
|
"svelte-preprocess-import-assets": "^0.2.5",
|
||||||
"svelte-typeahead": "^4.4.1",
|
"svelte-typeahead": "^4.4.1",
|
||||||
"tailwindcss": "^3.2.4",
|
"tailwindcss": "^3.2.4",
|
||||||
"tslib": "^2.4.1",
|
"tslib": "^2.4.1",
|
||||||
"typescript": "^4.9.4",
|
"typescript": "^4.9.4",
|
||||||
"unocss": "^0.47.6",
|
"unocss": "^0.48.4",
|
||||||
"vite": "^4.0.4",
|
"vite": "^4.0.4",
|
||||||
"vite-imagetools": "^4.0.13",
|
"vite-imagetools": "^4.0.14",
|
||||||
"vite-plugin-pwa": "^0.14.1",
|
"vite-plugin-pwa": "^0.14.1",
|
||||||
"workbox-build": "^6.5.4",
|
"workbox-build": "^6.5.4",
|
||||||
"workbox-window": "^6.5.4"
|
"workbox-window": "^6.5.4"
|
||||||
|
|
416
pnpm-lock.yaml
416
pnpm-lock.yaml
|
@ -16,12 +16,12 @@ specifiers:
|
||||||
'@sveltejs/adapter-netlify': ^1.0.0
|
'@sveltejs/adapter-netlify': ^1.0.0
|
||||||
'@sveltejs/adapter-node': ^1.1.0
|
'@sveltejs/adapter-node': ^1.1.0
|
||||||
'@sveltejs/adapter-static': ^1.0.1
|
'@sveltejs/adapter-static': ^1.0.1
|
||||||
'@sveltejs/kit': ^1.0.7
|
'@sveltejs/kit': ^1.0.11
|
||||||
'@tailwindcss/typography': ^0.5.8
|
'@tailwindcss/typography': ^0.5.9
|
||||||
'@types/node': ^18.11.18
|
'@types/node': ^18.11.18
|
||||||
'@types/unist': ^2.0.6
|
'@types/unist': ^2.0.6
|
||||||
'@typescript-eslint/eslint-plugin': ^5.48.0
|
'@typescript-eslint/eslint-plugin': ^5.48.1
|
||||||
'@typescript-eslint/parser': ^5.48.0
|
'@typescript-eslint/parser': ^5.48.1
|
||||||
'@vite-pwa/sveltekit': ^0.1.2
|
'@vite-pwa/sveltekit': ^0.1.2
|
||||||
autoprefixer: ^10.4.13
|
autoprefixer: ^10.4.13
|
||||||
chalk: ^5.2.0
|
chalk: ^5.2.0
|
||||||
|
@ -33,7 +33,7 @@ specifiers:
|
||||||
eslint-config-prettier: ^8.6.0
|
eslint-config-prettier: ^8.6.0
|
||||||
eslint-plugin-svelte3: ^4.0.0
|
eslint-plugin-svelte3: ^4.0.0
|
||||||
fenceparser: ^2.2.0
|
fenceparser: ^2.2.0
|
||||||
fff-flavored-frontmatter: ~0.4.2
|
fff-flavored-frontmatter: ~0.5.0
|
||||||
github-slugger: ^2.0.0
|
github-slugger: ^2.0.0
|
||||||
mdast-util-to-string: ^3.1.0
|
mdast-util-to-string: ^3.1.0
|
||||||
mdsvex: ^0.10.6
|
mdsvex: ^0.10.6
|
||||||
|
@ -50,18 +50,18 @@ specifiers:
|
||||||
remark-footnotes: ~2.0.0
|
remark-footnotes: ~2.0.0
|
||||||
rollup: ^3.10.0
|
rollup: ^3.10.0
|
||||||
shiki-twoslash: ^3.1.0
|
shiki-twoslash: ^3.1.0
|
||||||
svelte: ^3.55.0
|
svelte: ^3.55.1
|
||||||
svelte-bricks: ^0.1.7
|
svelte-bricks: ^0.1.7
|
||||||
svelte-check: ^2.10.3
|
svelte-check: ^3.0.2
|
||||||
svelte-preprocess: ^5.0.0
|
svelte-preprocess: ^5.0.0
|
||||||
svelte-preprocess-import-assets: ^0.2.5
|
svelte-preprocess-import-assets: ^0.2.5
|
||||||
svelte-typeahead: ^4.4.1
|
svelte-typeahead: ^4.4.1
|
||||||
tailwindcss: ^3.2.4
|
tailwindcss: ^3.2.4
|
||||||
tslib: ^2.4.1
|
tslib: ^2.4.1
|
||||||
typescript: ^4.9.4
|
typescript: ^4.9.4
|
||||||
unocss: ^0.47.6
|
unocss: ^0.48.4
|
||||||
vite: ^4.0.4
|
vite: ^4.0.4
|
||||||
vite-imagetools: ^4.0.13
|
vite-imagetools: ^4.0.14
|
||||||
vite-plugin-pwa: ^0.14.1
|
vite-plugin-pwa: ^0.14.1
|
||||||
workbox-build: ^6.5.4
|
workbox-build: ^6.5.4
|
||||||
workbox-window: ^6.5.4
|
workbox-window: ^6.5.4
|
||||||
|
@ -82,8 +82,8 @@ devDependencies:
|
||||||
'@sveltejs/adapter-netlify': 1.0.0_@sveltejs+kit@1.2.9
|
'@sveltejs/adapter-netlify': 1.0.0_@sveltejs+kit@1.2.9
|
||||||
'@sveltejs/adapter-node': 1.1.4_@sveltejs+kit@1.2.9
|
'@sveltejs/adapter-node': 1.1.4_@sveltejs+kit@1.2.9
|
||||||
'@sveltejs/adapter-static': 1.0.5_@sveltejs+kit@1.2.9
|
'@sveltejs/adapter-static': 1.0.5_@sveltejs+kit@1.2.9
|
||||||
'@sveltejs/kit': 1.2.9_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/kit': 1.2.9_svelte@3.55.1+vite@4.0.4
|
||||||
'@tailwindcss/typography': 0.5.8_tailwindcss@3.2.4
|
'@tailwindcss/typography': 0.5.9_tailwindcss@3.2.4
|
||||||
'@types/node': 18.11.18
|
'@types/node': 18.11.18
|
||||||
'@types/unist': 2.0.6
|
'@types/unist': 2.0.6
|
||||||
'@typescript-eslint/eslint-plugin': 5.49.0_7fyu7tzssq62w2gougx5irpqtq
|
'@typescript-eslint/eslint-plugin': 5.49.0_7fyu7tzssq62w2gougx5irpqtq
|
||||||
|
@ -97,16 +97,16 @@ devDependencies:
|
||||||
daisyui: 2.49.0_gbtt6ss3tbiz4yjtvdr6fbrj44
|
daisyui: 2.49.0_gbtt6ss3tbiz4yjtvdr6fbrj44
|
||||||
eslint: 8.31.0
|
eslint: 8.31.0
|
||||||
eslint-config-prettier: 8.6.0_eslint@8.31.0
|
eslint-config-prettier: 8.6.0_eslint@8.31.0
|
||||||
eslint-plugin-svelte3: 4.0.0_6go7qzsvzihesfwmyvq3tnl5qq
|
eslint-plugin-svelte3: 4.0.0_btuntbn75dxkba3nofpps2nvzm
|
||||||
fenceparser: 2.2.0
|
fenceparser: 2.2.0
|
||||||
fff-flavored-frontmatter: 0.4.2
|
fff-flavored-frontmatter: 0.5.0
|
||||||
github-slugger: 2.0.0
|
github-slugger: 2.0.0
|
||||||
mdast-util-to-string: 3.1.0
|
mdast-util-to-string: 3.1.0
|
||||||
mdsvex: 0.10.6_svelte@3.55.0
|
mdsvex: 0.10.6_svelte@3.55.1
|
||||||
npm-run-all: 4.1.5
|
npm-run-all: 4.1.5
|
||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
prettier: 2.8.3
|
prettier: 2.8.3
|
||||||
prettier-plugin-svelte: 2.9.0_32rvz4smotdecgbwkzbvnqo5iy
|
prettier-plugin-svelte: 2.9.0_kdmmghgdi3ngrsq6otxkjilbry
|
||||||
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.1.0
|
rehype-slug: 5.1.0
|
||||||
|
@ -115,16 +115,16 @@ devDependencies:
|
||||||
remark-footnotes: 2.0.0
|
remark-footnotes: 2.0.0
|
||||||
rollup: 3.10.0
|
rollup: 3.10.0
|
||||||
shiki-twoslash: 3.1.0
|
shiki-twoslash: 3.1.0
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
svelte-bricks: 0.1.7
|
svelte-bricks: 0.1.7
|
||||||
svelte-check: 2.10.3_77wbasr76lhjripnylrva3hecy
|
svelte-check: 3.0.3_pehl75e5jsy22vp33udjja4soi
|
||||||
svelte-preprocess: 5.0.0_xue3rdxu6mzlha4hp67wl3d5yu
|
svelte-preprocess: 5.0.0_oifjsu5oar4lzyaoppb2hxramu
|
||||||
svelte-preprocess-import-assets: 0.2.5_svelte@3.55.0
|
svelte-preprocess-import-assets: 0.2.5_svelte@3.55.1
|
||||||
svelte-typeahead: 4.4.1
|
svelte-typeahead: 4.4.1
|
||||||
tailwindcss: 3.2.4_postcss@8.4.21
|
tailwindcss: 3.2.4_postcss@8.4.21
|
||||||
tslib: 2.4.1
|
tslib: 2.4.1
|
||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
unocss: 0.47.6_rollup@3.10.0+vite@4.0.4
|
unocss: 0.48.5_rollup@3.10.0+vite@4.0.4
|
||||||
vite: 4.0.4_@types+node@18.11.18
|
vite: 4.0.4_@types+node@18.11.18
|
||||||
vite-imagetools: 4.0.17_rollup@3.10.0
|
vite-imagetools: 4.0.17_rollup@3.10.0
|
||||||
vite-plugin-pwa: 0.14.1_fh56thzkyakgjs6jm6gbtbzxsq
|
vite-plugin-pwa: 0.14.1_fh56thzkyakgjs6jm6gbtbzxsq
|
||||||
|
@ -1669,8 +1669,8 @@ packages:
|
||||||
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify/utils/2.0.6:
|
/@iconify/utils/2.0.12:
|
||||||
resolution: {integrity: sha512-XVC4T1gKbtKBjwvWdTthYkRWNNiGDfsbyuTvFdbcOux77KIF2w03hQMxKcMTtFwezzW/DV5CC3DNZfY3Tcs0hA==}
|
resolution: {integrity: sha512-hhUyt1/k5RRhfcW/PRRdBw8e1ACehJT5QEZJRm7HnkCiUx11/0ccLr7K0OMlPSwjnfYcBS2gAUD3EpmL0iJCkQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.1.1
|
'@antfu/install-pkg': 0.1.1
|
||||||
'@antfu/utils': 0.7.2
|
'@antfu/utils': 0.7.2
|
||||||
|
@ -2781,7 +2781,7 @@ packages:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@sveltejs/kit': ^1.0.0
|
'@sveltejs/kit': ^1.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/kit': 1.2.9_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/kit': 1.2.9_svelte@3.55.1+vite@4.0.4
|
||||||
import-meta-resolve: 2.2.0
|
import-meta-resolve: 2.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2791,7 +2791,7 @@ packages:
|
||||||
'@sveltejs/kit': ^1.0.0
|
'@sveltejs/kit': ^1.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iarna/toml': 2.2.5
|
'@iarna/toml': 2.2.5
|
||||||
'@sveltejs/kit': 1.2.9_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/kit': 1.2.9_svelte@3.55.1+vite@4.0.4
|
||||||
esbuild: 0.16.12
|
esbuild: 0.16.12
|
||||||
set-cookie-parser: 2.5.1
|
set-cookie-parser: 2.5.1
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -2804,7 +2804,7 @@ packages:
|
||||||
'@rollup/plugin-commonjs': 24.0.1_rollup@3.10.0
|
'@rollup/plugin-commonjs': 24.0.1_rollup@3.10.0
|
||||||
'@rollup/plugin-json': 6.0.0_rollup@3.10.0
|
'@rollup/plugin-json': 6.0.0_rollup@3.10.0
|
||||||
'@rollup/plugin-node-resolve': 15.0.1_rollup@3.10.0
|
'@rollup/plugin-node-resolve': 15.0.1_rollup@3.10.0
|
||||||
'@sveltejs/kit': 1.2.9_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/kit': 1.2.9_svelte@3.55.1+vite@4.0.4
|
||||||
rollup: 3.10.0
|
rollup: 3.10.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2813,10 +2813,10 @@ packages:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@sveltejs/kit': ^1.0.0
|
'@sveltejs/kit': ^1.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/kit': 1.2.9_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/kit': 1.2.9_svelte@3.55.1+vite@4.0.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/kit/1.2.9_svelte@3.55.0+vite@4.0.4:
|
/@sveltejs/kit/1.2.9_svelte@3.55.1+vite@4.0.4:
|
||||||
resolution: {integrity: sha512-zHuYwMgCJpmgYoQ1EOIgNFNkBTKqErHH+fqZVfNmEw2hICoKZHIjqm8/fetRUtF71dqXq0TmPS/HuCCBHXQiZw==}
|
resolution: {integrity: sha512-zHuYwMgCJpmgYoQ1EOIgNFNkBTKqErHH+fqZVfNmEw2hICoKZHIjqm8/fetRUtF71dqXq0TmPS/HuCCBHXQiZw==}
|
||||||
engines: {node: ^16.14 || >=18}
|
engines: {node: ^16.14 || >=18}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -2825,7 +2825,7 @@ packages:
|
||||||
svelte: ^3.54.0
|
svelte: ^3.54.0
|
||||||
vite: ^4.0.0
|
vite: ^4.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/vite-plugin-svelte': 2.0.2_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/vite-plugin-svelte': 2.0.2_svelte@3.55.1+vite@4.0.4
|
||||||
'@types/cookie': 0.5.1
|
'@types/cookie': 0.5.1
|
||||||
cookie: 0.5.0
|
cookie: 0.5.0
|
||||||
devalue: 4.2.2
|
devalue: 4.2.2
|
||||||
|
@ -2836,7 +2836,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.55.0
|
svelte: 3.55.1
|
||||||
tiny-glob: 0.2.9
|
tiny-glob: 0.2.9
|
||||||
undici: 5.16.0
|
undici: 5.16.0
|
||||||
vite: 4.0.4_@types+node@18.11.18
|
vite: 4.0.4_@types+node@18.11.18
|
||||||
|
@ -2844,7 +2844,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/vite-plugin-svelte/2.0.2_svelte@3.55.0+vite@4.0.4:
|
/@sveltejs/vite-plugin-svelte/2.0.2_svelte@3.55.1+vite@4.0.4:
|
||||||
resolution: {integrity: sha512-xCEan0/NNpQuL0l5aS42FjwQ6wwskdxC3pW1OeFtEKNZwRg7Evro9lac9HesGP6TdFsTv2xMes5ASQVKbCacxg==}
|
resolution: {integrity: sha512-xCEan0/NNpQuL0l5aS42FjwQ6wwskdxC3pW1OeFtEKNZwRg7Evro9lac9HesGP6TdFsTv2xMes5ASQVKbCacxg==}
|
||||||
engines: {node: ^14.18.0 || >= 16}
|
engines: {node: ^14.18.0 || >= 16}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -2855,8 +2855,8 @@ packages:
|
||||||
deepmerge: 4.2.2
|
deepmerge: 4.2.2
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
svelte-hmr: 0.15.1_svelte@3.55.0
|
svelte-hmr: 0.15.1_svelte@3.55.1
|
||||||
vite: 4.0.4_@types+node@18.11.18
|
vite: 4.0.4_@types+node@18.11.18
|
||||||
vitefu: 0.2.4_vite@4.0.4
|
vitefu: 0.2.4_vite@4.0.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -2884,8 +2884,8 @@ packages:
|
||||||
defer-to-connect: 2.0.1
|
defer-to-connect: 2.0.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tailwindcss/typography/0.5.8_tailwindcss@3.2.4:
|
/@tailwindcss/typography/0.5.9_tailwindcss@3.2.4:
|
||||||
resolution: {integrity: sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==}
|
resolution: {integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
tailwindcss: '>=3.0.0 || insiders'
|
tailwindcss: '>=3.0.0 || insiders'
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -3186,18 +3186,12 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/types/5.47.1:
|
|
||||||
resolution: {integrity: sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@typescript-eslint/types/5.49.0:
|
/@typescript-eslint/types/5.49.0:
|
||||||
resolution: {integrity: sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==}
|
resolution: {integrity: sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree/5.47.1_5e3hwdzh7amjvied4y7czab76m:
|
/@typescript-eslint/typescript-estree/5.49.0_5e3hwdzh7amjvied4y7czab76m:
|
||||||
resolution: {integrity: sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==}
|
resolution: {integrity: sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
|
@ -3205,8 +3199,8 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.47.1
|
'@typescript-eslint/types': 5.49.0
|
||||||
'@typescript-eslint/visitor-keys': 5.47.1
|
'@typescript-eslint/visitor-keys': 5.49.0
|
||||||
debug: 4.3.4_supports-color@9.3.1
|
debug: 4.3.4_supports-color@9.3.1
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
|
@ -3217,27 +3211,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4:
|
|
||||||
resolution: {integrity: sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 5.47.1
|
|
||||||
'@typescript-eslint/visitor-keys': 5.47.1
|
|
||||||
debug: 4.3.4
|
|
||||||
globby: 11.1.0
|
|
||||||
is-glob: 4.0.3
|
|
||||||
semver: 7.3.8
|
|
||||||
tsutils: 3.21.0_typescript@4.9.4
|
|
||||||
typescript: 4.9.4
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree/5.49.0_typescript@4.9.4:
|
/@typescript-eslint/typescript-estree/5.49.0_typescript@4.9.4:
|
||||||
resolution: {integrity: sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==}
|
resolution: {integrity: sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
@ -3257,7 +3230,6 @@ packages:
|
||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/utils/5.49.0_iukboom6ndih5an6iafl45j2fe:
|
/@typescript-eslint/utils/5.49.0_iukboom6ndih5an6iafl45j2fe:
|
||||||
resolution: {integrity: sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==}
|
resolution: {integrity: sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==}
|
||||||
|
@ -3279,21 +3251,12 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys/5.47.1:
|
|
||||||
resolution: {integrity: sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 5.47.1
|
|
||||||
eslint-visitor-keys: 3.3.0
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys/5.49.0:
|
/@typescript-eslint/visitor-keys/5.49.0:
|
||||||
resolution: {integrity: sha512-v9jBMjpNWyn8B6k/Mjt6VbUS4J1GvUlR4x3Y+ibnP1z7y7V4n0WRz+50DY6+Myj0UaXVSuUlHohO+eZ8IJEnkg==}
|
resolution: {integrity: sha512-v9jBMjpNWyn8B6k/Mjt6VbUS4J1GvUlR4x3Y+ibnP1z7y7V4n0WRz+50DY6+Myj0UaXVSuUlHohO+eZ8IJEnkg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.49.0
|
'@typescript-eslint/types': 5.49.0
|
||||||
eslint-visitor-keys: 3.3.0
|
eslint-visitor-keys: 3.3.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript/twoslash/3.1.0:
|
/@typescript/twoslash/3.1.0:
|
||||||
resolution: {integrity: sha512-kTwMUQ8xtAZaC4wb2XuLkPqFVBj2dNBueMQ89NWEuw87k2nLBbuafeG5cob/QEr6YduxIdTVUjix0MtC7mPlmg==}
|
resolution: {integrity: sha512-kTwMUQ8xtAZaC4wb2XuLkPqFVBj2dNBueMQ89NWEuw87k2nLBbuafeG5cob/QEr6YduxIdTVUjix0MtC7mPlmg==}
|
||||||
|
@ -3321,159 +3284,161 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/astro/0.47.6_rollup@3.10.0+vite@4.0.4:
|
/@unocss/astro/0.48.5_rollup@3.10.0+vite@4.0.4:
|
||||||
resolution: {integrity: sha512-8lR4KwuCeVxOTKk6g6hx6VUHhW1u+hki8oRsJaKEB0s5iUPmY6rCNtb/iaBJdceY11bZMMy5LZHJFTkod/T/zg==}
|
resolution: {integrity: sha512-3OkMAceJwfa+mUfPEAATRNCXwpI4aLl+upXVsoHDN013pM7st4oC7ZgYHvb8EajuSinng9ffMcPfgrIJK9N5bQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
'@unocss/reset': 0.47.6
|
'@unocss/reset': 0.48.5
|
||||||
'@unocss/vite': 0.47.6_rollup@3.10.0+vite@4.0.4
|
'@unocss/vite': 0.48.5_rollup@3.10.0+vite@4.0.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- vite
|
- vite
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/cli/0.47.6_rollup@3.10.0:
|
/@unocss/cli/0.48.5_rollup@3.10.0:
|
||||||
resolution: {integrity: sha512-Lwuzl6xK+67LUb4pCKlyrMv9cDuTvywhlSBiYzDj1Su+21IQVRxUagpo10b1WlLXWWQz4J3bOJZYE/e/QV2/HQ==}
|
resolution: {integrity: sha512-xFz5iPc9t3sDDZyPq/1Sy83tpMUFSSPm7FUCVucaJ9LmROFii5yy1L+aILecUMRVfx3VN5TpJ1eqNB3Yqx63Yg==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ampproject/remapping': 2.2.0
|
'@ampproject/remapping': 2.2.0
|
||||||
'@rollup/pluginutils': 5.0.2_rollup@3.10.0
|
'@rollup/pluginutils': 5.0.2_rollup@3.10.0
|
||||||
'@unocss/config': 0.47.6
|
'@unocss/config': 0.48.5
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
'@unocss/preset-uno': 0.47.6
|
'@unocss/preset-uno': 0.48.5
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
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.12
|
fast-glob: 3.2.12
|
||||||
magic-string: 0.26.7
|
magic-string: 0.27.0
|
||||||
pathe: 1.0.0
|
pathe: 1.0.0
|
||||||
perfect-debounce: 0.1.3
|
perfect-debounce: 0.1.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/config/0.47.6:
|
/@unocss/config/0.48.5:
|
||||||
resolution: {integrity: sha512-KycIrpKqPrTnrbNRLUgePuzfZUKk6afsKII6B53q9rVxxC1og4g7wCsvrn2D89lPipsJ6B9041VsdIhNqa8bFg==}
|
resolution: {integrity: sha512-b1HThifrJLUTYDxeaoL02blk/IMCtbode5pv57mVpBY7v29XICkcfe2PW27BQHIsEmI6LdFICjAB0Xn9kwrRyQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
unconfig: 0.3.7
|
unconfig: 0.3.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/core/0.47.6:
|
/@unocss/core/0.48.5:
|
||||||
resolution: {integrity: sha512-Pjg/NdpuTwZk2Ns3bzI/3XVPuXU+AQ78Sw+9QJyMgA56dArd3TlpNDN6UTOD9XAK6mxdPUu7rNSKpNTLpBW2og==}
|
resolution: {integrity: sha512-goidlxqDEW14yYzLIqyUsoVPvrq3BuxvzY+87tulfHtiHWXd7fITSjHu80Bn0J6LZm1bVn2/D5nfE7ZLU/uW8g==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/inspector/0.47.6:
|
/@unocss/inspector/0.48.5:
|
||||||
resolution: {integrity: sha512-enYQJo7+/UtSbgzpyKzL4vZU9Tz3QyoPGDmuKoHXSIt6sAtB+DQelW7vMWjcmwA19uaISxIGXx9BJPj5XV67UA==}
|
resolution: {integrity: sha512-zEIAC2nELJNyW9S6Rsg9EAzYlFP+bNBuz53OSQQyikn39vQKFHa0bfsfSvJl/JHZIL7U6H4WqeSppIuiW//WdQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
gzip-size: 6.0.0
|
gzip-size: 6.0.0
|
||||||
sirv: 2.0.2
|
sirv: 2.0.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-attributify/0.47.6:
|
/@unocss/preset-attributify/0.48.5:
|
||||||
resolution: {integrity: sha512-s5XB8JpBPbGCHjvzc2j+Cx9o+QQm2CjRdQ7UjL05+uQcVYb8PBjlfD3BeIA21eBH5IxXF9SdOJfx8kUWNa5WFQ==}
|
resolution: {integrity: sha512-nxYChw4vpppKt1nIFItsFkopdH7gTY19ZE4ieMen3cP27YWC6BSNg5L4QksaLlABPCIqAYHmpH3e41FGZonM+g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-icons/0.47.6:
|
/@unocss/preset-icons/0.48.5:
|
||||||
resolution: {integrity: sha512-YvANR5ueN+r1E4YOfqF1llyUzS6yxROrJ+7MGNdIfyNHFcTwdHRy0f6y8uyiMYWyLc6nGGrUjjdo+DEc30obSA==}
|
resolution: {integrity: sha512-pXgerhZfSZX2YNXW+1S6UtJEDgAGEz7u5Popx8IBoVmUr8xnFN1+AYZOTNH0KATx4R7s9NyRIr0sxD4DMq8bcA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/utils': 2.0.6
|
'@iconify/utils': 2.0.12
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
ohmyfetch: 0.4.21
|
ohmyfetch: 0.4.21
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-mini/0.47.6:
|
/@unocss/preset-mini/0.48.5:
|
||||||
resolution: {integrity: sha512-XP7ShDB42WU0xvZA1dG4E3LnzN4TYISm6AKQee3gmITUtE0ELTp9XutMgt0sqTe5FXeTRqw9XH7axv+4EqnE3Q==}
|
resolution: {integrity: sha512-jMKUCkbKsgLkEAeaB7qV/ExZ1W9yAnRQ/PwrnGnxbIIAxDIylfPDBL2bR2w2TucHblpqCf6Twb09r1F6qfy3yQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-tagify/0.47.6:
|
/@unocss/preset-tagify/0.48.5:
|
||||||
resolution: {integrity: sha512-9MxgZAUWWEg5OPLY+fpEf/Clw88pi57HON95E9zKvRy816S5gqhbt3PSxal7pCB9WO+3JM6BFLazAJ7DHpT1qA==}
|
resolution: {integrity: sha512-ZWwDYBZ/aeN8LaH1AGKyXVye3PNXgT2yzL8fJmWf0VCZtT02cH4AE9GLGeKISOvl47J16oDuE6jd3nd1tBw+vg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-typography/0.47.6:
|
/@unocss/preset-typography/0.48.5:
|
||||||
resolution: {integrity: sha512-/Hfsw05ogolLXqrxTu5bLFIgGGmVdRHGw5vSmY3g+YPy37HfWpbP3cOs8YEOv8r3lV9J7vzAxAKKT0MQgukiHQ==}
|
resolution: {integrity: sha512-KYVrbOAC2c1frV3QrebQdxNTttZY3ImfuZfhxPhywickNIEHc6Hn5UugZJ5XrfkiMD4aXQ0vDeDUFlXtMPn9ug==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-uno/0.47.6:
|
/@unocss/preset-uno/0.48.5:
|
||||||
resolution: {integrity: sha512-pDRuFmPzshX6ICaWhj7UBrnoL++rYD/QY52aljg9L4yAOZsZ1m0XRUlbnoXXXsEqDjw38SYNUzA1LtYcevBRvA==}
|
resolution: {integrity: sha512-D/vVO1fgFll5IpoE92BVhKFkaejJAhux0DVAtRC/VUwOR0NE3CmRlTct+mBRO938aeuiELxFysuO0hNMDpTmeA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
'@unocss/preset-mini': 0.47.6
|
'@unocss/preset-mini': 0.48.5
|
||||||
'@unocss/preset-wind': 0.47.6
|
'@unocss/preset-wind': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-web-fonts/0.47.6:
|
/@unocss/preset-web-fonts/0.48.5:
|
||||||
resolution: {integrity: sha512-TkN/etSSl61TtqxQJSVG/zfJUccdpgIuvqYrJOf4OZMj2rLwNHU2kOJEPFCfDyHTS+UjQ7LibfnE6snFDJ3pgQ==}
|
resolution: {integrity: sha512-cX2xRQzzuaMD5+f5ea9fjYfnjIGJqERP5Jpo2fiReNEhXFWYRAkFgK5Wcgzx2TLP47NvM4oWJR+pKBoaCJzsaQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
ohmyfetch: 0.4.21
|
ohmyfetch: 0.4.21
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/preset-wind/0.47.6:
|
/@unocss/preset-wind/0.48.5:
|
||||||
resolution: {integrity: sha512-yl9zayR/CRfgnlM1iGEBKI3CkIVADv72UQHY+ZHqq/0VzeW8lSRG1KezqDKz2x3fMfrtbfls/fGLXQPNpD0mIw==}
|
resolution: {integrity: sha512-uSlViwl+1mJeClxJcwE6QA3SIOnOpL+Nes8VeO4NQADhn8ywhgjouAi2fy/gxQAcGtAV5PODn2jrG2M80+Ghkw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
'@unocss/preset-mini': 0.47.6
|
'@unocss/preset-mini': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/reset/0.47.6:
|
/@unocss/reset/0.48.5:
|
||||||
resolution: {integrity: sha512-bdc2dbuDg+CzgeLowEwO1URRIMdzmCE4RH4IKpCpT1Xoa+92RRubdtzK4N/9ZiSo8d4vvfWcc8fvhZko/6smPQ==}
|
resolution: {integrity: sha512-+JJT3Btj1oNX4XwKBDPRUYre3NYBNmi0PsC3tqkHN2VphJG0iZl91XNfsveLz8pVpDJPUDdLH4xsqh52WmxU1g==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/scope/0.47.6:
|
/@unocss/scope/0.48.5:
|
||||||
resolution: {integrity: sha512-aI7B4Il5xYfMcr50AC90I+Igi3KB9U0JPX2yiU2/WhOaO33ZReBWJmBQ4LhBGrdgNh8vkHpeqs8ntwq/o25nbA==}
|
resolution: {integrity: sha512-2xPJWUyDUnJkn37n6+a0t4vKb8l07UeGTHM4jxOvKdML4Gi5tsxulyj+lBPP+wLWu9fNiFe7HlEejbh/J13QVw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/transformer-attributify-jsx/0.47.6:
|
/@unocss/transformer-attributify-jsx/0.48.5:
|
||||||
resolution: {integrity: sha512-1sjBPNpczbg1ZsM4OKr9SCisc3vXEpW+3aeCRlBq7UGlJId3vJlX19Yp6IV9IEnVubsUkgo/3nr0B12OD58VdQ==}
|
resolution: {integrity: sha512-GRV3aNXgQ9YBXblwGV4PgVjUZExsAyGViN2LVl1qAUlnN3IgTjBFGGWo9t/I90LEk3Sy1TiOj05iZ9vB0RPq8g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/transformer-compile-class/0.47.6:
|
/@unocss/transformer-compile-class/0.48.5:
|
||||||
resolution: {integrity: sha512-/+O0qJlHFOF4iO+RVkK5sPLJJzWp8dkAJGH/ArBzpT4hnxe8W7c0tb0hlJxwUp5J7UcP4lDhd8VKKvlyadHkuA==}
|
resolution: {integrity: sha512-ZMZ0Z8tJ6TFHyoUPAYY3FG0euJ4OmGlcMVDKfbDPOH0Gxxj2VJ+5Xn57VTy1GjfAKxk4MLnf08THwcCuh0BrZw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/transformer-directives/0.47.6:
|
/@unocss/transformer-directives/0.48.5:
|
||||||
resolution: {integrity: sha512-vRY9bNhE+iNlRpsnky86MtKpRb8ipk3IHvtuRkK5DSjcjn7RGmh5ZpH9pzg39NvbWtRYq5/EN19riIYQHRetnA==}
|
resolution: {integrity: sha512-pl8SekJvkXEBzUbXDaYexeOpT3UWzS/YS4nVzN6gEisLGSpbD5a/yfI3iAA3GVWCH8HrmzUl0FpL3cY5yf44rg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
css-tree: 2.3.1
|
css-tree: 2.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/transformer-variant-group/0.47.6:
|
/@unocss/transformer-variant-group/0.48.5:
|
||||||
resolution: {integrity: sha512-+uXz0pOv6WbEzQuW5RbgDSiwO274blsOsE63PdiRBMID1eSYKffGBcmiDh875QWc9ncFpjSKml+4q8jU7I+a0w==}
|
resolution: {integrity: sha512-j7P/gpW1WzlDRBey4GxHsDbLQt8a8jrOD0PbRwJJCIBg6XrV/gsojgbwGQc/NMEXuwFPBMdLWM52dDYg2+NxYw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/vite/0.47.6_rollup@3.10.0+vite@4.0.4:
|
/@unocss/vite/0.48.5_rollup@3.10.0+vite@4.0.4:
|
||||||
resolution: {integrity: sha512-NL3A20sJHwMyCHOaxLlFXnr71QHEd118GN82e/mtFluEh7F3WyLndaZfWQLmLEeJ3z+P4nURFCLirZJIXr4XgQ==}
|
resolution: {integrity: sha512-eUZSM9vxTdUe70/aDpxGODjLJtrAa80pmipqgFaZ0B++LsglZMiSZD38/Bw7w5FTLv78ViRgTJ+rGh/SOe+rdw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
|
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ampproject/remapping': 2.2.0
|
'@ampproject/remapping': 2.2.0
|
||||||
'@rollup/pluginutils': 5.0.2_rollup@3.10.0
|
'@rollup/pluginutils': 5.0.2_rollup@3.10.0
|
||||||
'@unocss/config': 0.47.6
|
'@unocss/config': 0.48.5
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
'@unocss/inspector': 0.47.6
|
'@unocss/inspector': 0.48.5
|
||||||
'@unocss/scope': 0.47.6
|
'@unocss/scope': 0.48.5
|
||||||
'@unocss/transformer-directives': 0.47.6
|
'@unocss/transformer-directives': 0.48.5
|
||||||
|
chokidar: 3.5.3
|
||||||
|
fast-glob: 3.2.12
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
vite: 4.0.4_@types+node@18.11.18
|
vite: 4.0.4_@types+node@18.11.18
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -3529,7 +3494,7 @@ packages:
|
||||||
'@sveltejs/kit': ^1.0.0
|
'@sveltejs/kit': ^1.0.0
|
||||||
vite-plugin-pwa: ^0.14.0
|
vite-plugin-pwa: ^0.14.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/kit': 1.2.9_svelte@3.55.0+vite@4.0.4
|
'@sveltejs/kit': 1.2.9_svelte@3.55.1+vite@4.0.4
|
||||||
vite-plugin-pwa: 0.14.1_fh56thzkyakgjs6jm6gbtbzxsq
|
vite-plugin-pwa: 0.14.1_fh56thzkyakgjs6jm6gbtbzxsq
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -5424,7 +5389,7 @@ packages:
|
||||||
resolution: {integrity: sha512-lR78AugfUSBojwlSRZBeEqQ1l8LI7rbxOl1qTUnGLcjZQDjZmrZCb7R46rK8U8B5WzFvJrxa7fEBA8FoD/n5fA==}
|
resolution: {integrity: sha512-lR78AugfUSBojwlSRZBeEqQ1l8LI7rbxOl1qTUnGLcjZQDjZmrZCb7R46rK8U8B5WzFvJrxa7fEBA8FoD/n5fA==}
|
||||||
engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4
|
'@typescript-eslint/typescript-estree': 5.49.0_typescript@4.9.4
|
||||||
ast-module-types: 3.0.0
|
ast-module-types: 3.0.0
|
||||||
node-source-walk: 5.0.0
|
node-source-walk: 5.0.0
|
||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
|
@ -5436,7 +5401,7 @@ packages:
|
||||||
resolution: {integrity: sha512-lR78AugfUSBojwlSRZBeEqQ1l8LI7rbxOl1qTUnGLcjZQDjZmrZCb7R46rK8U8B5WzFvJrxa7fEBA8FoD/n5fA==}
|
resolution: {integrity: sha512-lR78AugfUSBojwlSRZBeEqQ1l8LI7rbxOl1qTUnGLcjZQDjZmrZCb7R46rK8U8B5WzFvJrxa7fEBA8FoD/n5fA==}
|
||||||
engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 5.47.1_5e3hwdzh7amjvied4y7czab76m
|
'@typescript-eslint/typescript-estree': 5.49.0_5e3hwdzh7amjvied4y7czab76m
|
||||||
ast-module-types: 3.0.0
|
ast-module-types: 3.0.0
|
||||||
node-source-walk: 5.0.0
|
node-source-walk: 5.0.0
|
||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
|
@ -5793,14 +5758,14 @@ packages:
|
||||||
eslint: 8.31.0
|
eslint: 8.31.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-plugin-svelte3/4.0.0_6go7qzsvzihesfwmyvq3tnl5qq:
|
/eslint-plugin-svelte3/4.0.0_btuntbn75dxkba3nofpps2nvzm:
|
||||||
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.31.0
|
eslint: 8.31.0
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-scope/5.1.1:
|
/eslint-scope/5.1.1:
|
||||||
|
@ -6222,8 +6187,8 @@ packages:
|
||||||
jest-validate: 25.5.0
|
jest-validate: 25.5.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/fff-flavored-frontmatter/0.4.2:
|
/fff-flavored-frontmatter/0.5.0:
|
||||||
resolution: {integrity: sha512-N5/LMZ5Luz3j97Ev+oruO/+fxkSWi/25HwP5QHOHqI08TnYwfHGzEerCUlnrfI5xQx5C0YLpqo1IMSSqFRalPQ==}
|
resolution: {integrity: sha512-Y81Zy3MNmi/RxEEmRhDYnyP2UCYn6J6vXc8IdkXE27rTQOxq7RWOY1RxNdMrhbJrhZkXLEp3vAk2LiPak5R4tQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/figures/1.7.0:
|
/figures/1.7.0:
|
||||||
|
@ -8364,13 +8329,6 @@ packages:
|
||||||
sourcemap-codec: 1.4.8
|
sourcemap-codec: 1.4.8
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/magic-string/0.26.7:
|
|
||||||
resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
dependencies:
|
|
||||||
sourcemap-codec: 1.4.8
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/magic-string/0.27.0:
|
/magic-string/0.27.0:
|
||||||
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
|
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
|
@ -8484,7 +8442,7 @@ packages:
|
||||||
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
|
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/mdsvex/0.10.6_svelte@3.55.0:
|
/mdsvex/0.10.6_svelte@3.55.1:
|
||||||
resolution: {integrity: sha512-aGRDY0r5jx9+OOgFdyB9Xm3EBr9OUmcrTDPWLB7a7g8VPRxzPy4MOBmcVYgz7ErhAJ7bZ/coUoj6aHio3x/2mA==}
|
resolution: {integrity: sha512-aGRDY0r5jx9+OOgFdyB9Xm3EBr9OUmcrTDPWLB7a7g8VPRxzPy4MOBmcVYgz7ErhAJ7bZ/coUoj6aHio3x/2mA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: 3.x
|
svelte: 3.x
|
||||||
|
@ -8492,7 +8450,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.55.0
|
svelte: 3.55.1
|
||||||
vfile-message: 2.0.4
|
vfile-message: 2.0.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -9449,7 +9407,7 @@ packages:
|
||||||
destr: 1.2.2
|
destr: 1.2.2
|
||||||
node-fetch-native: 0.1.8
|
node-fetch-native: 0.1.8
|
||||||
ufo: 0.8.6
|
ufo: 0.8.6
|
||||||
undici: 5.14.0
|
undici: 5.16.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/omit.js/2.0.2:
|
/omit.js/2.0.2:
|
||||||
|
@ -10409,14 +10367,14 @@ packages:
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/prettier-plugin-svelte/2.9.0_32rvz4smotdecgbwkzbvnqo5iy:
|
/prettier-plugin-svelte/2.9.0_kdmmghgdi3ngrsq6otxkjilbry:
|
||||||
resolution: {integrity: sha512-3doBi5NO4IVgaNPtwewvrgPpqAcvNv0NwJNflr76PIGgi9nf1oguQV1Hpdm9TI2ALIQVn/9iIwLpBO5UcD2Jiw==}
|
resolution: {integrity: sha512-3doBi5NO4IVgaNPtwewvrgPpqAcvNv0NwJNflr76PIGgi9nf1oguQV1Hpdm9TI2ALIQVn/9iIwLpBO5UcD2Jiw==}
|
||||||
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.8.3
|
prettier: 2.8.3
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier/2.8.3:
|
/prettier/2.8.3:
|
||||||
|
@ -11809,11 +11767,11 @@ packages:
|
||||||
resolution: {integrity: sha512-2wJseuhlVYVRoCKJGQuwCySTMsvBVS4dchah6Ecz9RNng0zufx6NxToXc7iGf0QOHjo9wwAsOczRI+Ou2q4gEg==}
|
resolution: {integrity: sha512-2wJseuhlVYVRoCKJGQuwCySTMsvBVS4dchah6Ecz9RNng0zufx6NxToXc7iGf0QOHjo9wwAsOczRI+Ou2q4gEg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-check/2.10.3_77wbasr76lhjripnylrva3hecy:
|
/svelte-check/3.0.3_pehl75e5jsy22vp33udjja4soi:
|
||||||
resolution: {integrity: sha512-Nt1aWHTOKFReBpmJ1vPug0aGysqPwJh2seM1OvICfM2oeyaA62mOiy5EvkXhltGfhCcIQcq2LoE0l1CwcWPjlw==}
|
resolution: {integrity: sha512-ByBFXo3bfHRGIsYEasHkdMhLkNleVfszX/Ns1oip58tPJlKdo5Ssr8kgVIuo5oq00hss8AIcdesuy0Xt0BcTvg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^3.24.0
|
svelte: ^3.55.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/trace-mapping': 0.3.17
|
'@jridgewell/trace-mapping': 0.3.17
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
|
@ -11821,14 +11779,13 @@ packages:
|
||||||
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.55.0
|
svelte: 3.55.1
|
||||||
svelte-preprocess: 4.10.7_xue3rdxu6mzlha4hp67wl3d5yu
|
svelte-preprocess: 5.0.0_oifjsu5oar4lzyaoppb2hxramu
|
||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@babel/core'
|
- '@babel/core'
|
||||||
- coffeescript
|
- coffeescript
|
||||||
- less
|
- less
|
||||||
- node-sass
|
|
||||||
- postcss
|
- postcss
|
||||||
- postcss-load-config
|
- postcss-load-config
|
||||||
- pug
|
- pug
|
||||||
|
@ -11837,86 +11794,34 @@ packages:
|
||||||
- sugarss
|
- sugarss
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-hmr/0.15.1_svelte@3.55.0:
|
/svelte-hmr/0.15.1_svelte@3.55.1:
|
||||||
resolution: {integrity: sha512-BiKB4RZ8YSwRKCNVdNxK/GfY+r4Kjgp9jCLEy0DuqAKfmQtpL38cQK3afdpjw4sqSs4PLi3jIPJIFp259NkZtA==}
|
resolution: {integrity: sha512-BiKB4RZ8YSwRKCNVdNxK/GfY+r4Kjgp9jCLEy0DuqAKfmQtpL38cQK3afdpjw4sqSs4PLi3jIPJIFp259NkZtA==}
|
||||||
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.55.0
|
svelte: 3.55.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-parse-markup/0.1.1_svelte@3.55.0:
|
/svelte-parse-markup/0.1.1_svelte@3.55.1:
|
||||||
resolution: {integrity: sha512-xCBSldaZdwi0u0ANASVCUFynCaV8z5D6sQOnzPcYSEoD9dd40MLzOKMBVmuTf/LUuPvc+cUvF132MnwdG7mDig==}
|
resolution: {integrity: sha512-xCBSldaZdwi0u0ANASVCUFynCaV8z5D6sQOnzPcYSEoD9dd40MLzOKMBVmuTf/LUuPvc+cUvF132MnwdG7mDig==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^3.0.0
|
svelte: ^3.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-preprocess-import-assets/0.2.5_svelte@3.55.0:
|
/svelte-preprocess-import-assets/0.2.5_svelte@3.55.1:
|
||||||
resolution: {integrity: sha512-PWX6AQYfMpzWZ6Pqc5bTTXwWh+kJWdFIY2RkktjE1GQ5v+VqNdfsB5UXV0EgXQYYYwrro2eHf/wuuLvZCbwq6g==}
|
resolution: {integrity: sha512-PWX6AQYfMpzWZ6Pqc5bTTXwWh+kJWdFIY2RkktjE1GQ5v+VqNdfsB5UXV0EgXQYYYwrro2eHf/wuuLvZCbwq6g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^3.37.0
|
svelte: ^3.37.0
|
||||||
dependencies:
|
dependencies:
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
svelte-parse-markup: 0.1.1_svelte@3.55.0
|
svelte-parse-markup: 0.1.1_svelte@3.55.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte-preprocess/4.10.7_xue3rdxu6mzlha4hp67wl3d5yu:
|
/svelte-preprocess/5.0.0_oifjsu5oar4lzyaoppb2hxramu:
|
||||||
resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==}
|
|
||||||
engines: {node: '>= 9.11.2'}
|
|
||||||
requiresBuild: true
|
|
||||||
peerDependencies:
|
|
||||||
'@babel/core': ^7.10.2
|
|
||||||
coffeescript: ^2.5.1
|
|
||||||
less: ^3.11.3 || ^4.0.0
|
|
||||||
node-sass: '*'
|
|
||||||
postcss: ^7 || ^8
|
|
||||||
postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0
|
|
||||||
pug: ^3.0.0
|
|
||||||
sass: ^1.26.8
|
|
||||||
stylus: ^0.55.0
|
|
||||||
sugarss: ^2.0.0
|
|
||||||
svelte: ^3.23.0
|
|
||||||
typescript: ^3.9.5 || ^4.0.0
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@babel/core':
|
|
||||||
optional: true
|
|
||||||
coffeescript:
|
|
||||||
optional: true
|
|
||||||
less:
|
|
||||||
optional: true
|
|
||||||
node-sass:
|
|
||||||
optional: true
|
|
||||||
postcss:
|
|
||||||
optional: true
|
|
||||||
postcss-load-config:
|
|
||||||
optional: true
|
|
||||||
pug:
|
|
||||||
optional: true
|
|
||||||
sass:
|
|
||||||
optional: true
|
|
||||||
stylus:
|
|
||||||
optional: true
|
|
||||||
sugarss:
|
|
||||||
optional: true
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
'@types/pug': 2.0.6
|
|
||||||
'@types/sass': 1.43.1
|
|
||||||
detect-indent: 6.1.0
|
|
||||||
magic-string: 0.25.9
|
|
||||||
postcss: 8.4.21
|
|
||||||
sorcery: 0.10.0
|
|
||||||
strip-indent: 3.0.0
|
|
||||||
svelte: 3.55.0
|
|
||||||
typescript: 4.9.4
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/svelte-preprocess/5.0.0_xue3rdxu6mzlha4hp67wl3d5yu:
|
|
||||||
resolution: {integrity: sha512-q7lpa7i2FBu8Pa+G0MmuQQWETBwCKgsGmuq1Sf6n8q4uaG9ZLcLP0Y+etC6bF4sE6EbLxfiI38zV6RfPe3RSfg==}
|
resolution: {integrity: sha512-q7lpa7i2FBu8Pa+G0MmuQQWETBwCKgsGmuq1Sf6n8q4uaG9ZLcLP0Y+etC6bF4sE6EbLxfiI38zV6RfPe3RSfg==}
|
||||||
engines: {node: '>= 14.10.0'}
|
engines: {node: '>= 14.10.0'}
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
|
@ -11961,7 +11866,7 @@ packages:
|
||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
sorcery: 0.10.0
|
sorcery: 0.10.0
|
||||||
strip-indent: 3.0.0
|
strip-indent: 3.0.0
|
||||||
svelte: 3.55.0
|
svelte: 3.55.1
|
||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -11976,8 +11881,8 @@ packages:
|
||||||
svelte-search: 1.1.0
|
svelte-search: 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/svelte/3.55.0:
|
/svelte/3.55.1:
|
||||||
resolution: {integrity: sha512-uGu2FVMlOuey4JoKHKrpZFkoYyj0VLjJdz47zX5+gVK5odxHM40RVhar9/iK2YFRVxvfg9FkhfVlR0sjeIrOiA==}
|
resolution: {integrity: sha512-S+87/P0Ve67HxKkEV23iCdAh/SX1xiSfjF1HOglno/YTbSTW7RniICMCofWGdJJbdjw3S+0PfFb1JtGfTXE0oQ==}
|
||||||
engines: {node: '>= 8'}
|
engines: {node: '>= 8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -12464,13 +12369,6 @@ packages:
|
||||||
jiti: 1.16.0
|
jiti: 1.16.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/undici/5.14.0:
|
|
||||||
resolution: {integrity: sha512-yJlHYw6yXPPsuOH0x2Ib1Km61vu4hLiRRQoafs+WUgX1vO64vgnxiCEN9dpIrhZyHFsai3F0AEj4P9zy19enEQ==}
|
|
||||||
engines: {node: '>=12.18'}
|
|
||||||
dependencies:
|
|
||||||
busboy: 1.6.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/undici/5.16.0:
|
/undici/5.16.0:
|
||||||
resolution: {integrity: sha512-KWBOXNv6VX+oJQhchXieUznEmnJMqgXMbs0xxH2t8q/FUAWSJvOSr/rMaZKnX5RIVq7JDn0JbP4BOnKG2SGXLQ==}
|
resolution: {integrity: sha512-KWBOXNv6VX+oJQhchXieUznEmnJMqgXMbs0xxH2t8q/FUAWSJvOSr/rMaZKnX5RIVq7JDn0JbP4BOnKG2SGXLQ==}
|
||||||
engines: {node: '>=12.18'}
|
engines: {node: '>=12.18'}
|
||||||
|
@ -12582,32 +12480,32 @@ packages:
|
||||||
normalize-path: 2.1.1
|
normalize-path: 2.1.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unocss/0.47.6_rollup@3.10.0+vite@4.0.4:
|
/unocss/0.48.5_rollup@3.10.0+vite@4.0.4:
|
||||||
resolution: {integrity: sha512-cc+m2h/Iky24zwAKir9ElmIhkPYNjZEUTemInctWlVN8QX9qpzsRZahAl7ZmKsBorXPFtux/JYoUCCtXftyxOw==}
|
resolution: {integrity: sha512-OK24OS2IO4oJa/jtfoxUIciY6M05Nx16M6pzfCqzcglvaIIM/rpsA2D3dYmC3f3IeBuC31FpB59cM05CF7E0bQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@unocss/webpack': 0.47.6
|
'@unocss/webpack': 0.48.5
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@unocss/webpack':
|
'@unocss/webpack':
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/astro': 0.47.6_rollup@3.10.0+vite@4.0.4
|
'@unocss/astro': 0.48.5_rollup@3.10.0+vite@4.0.4
|
||||||
'@unocss/cli': 0.47.6_rollup@3.10.0
|
'@unocss/cli': 0.48.5_rollup@3.10.0
|
||||||
'@unocss/core': 0.47.6
|
'@unocss/core': 0.48.5
|
||||||
'@unocss/preset-attributify': 0.47.6
|
'@unocss/preset-attributify': 0.48.5
|
||||||
'@unocss/preset-icons': 0.47.6
|
'@unocss/preset-icons': 0.48.5
|
||||||
'@unocss/preset-mini': 0.47.6
|
'@unocss/preset-mini': 0.48.5
|
||||||
'@unocss/preset-tagify': 0.47.6
|
'@unocss/preset-tagify': 0.48.5
|
||||||
'@unocss/preset-typography': 0.47.6
|
'@unocss/preset-typography': 0.48.5
|
||||||
'@unocss/preset-uno': 0.47.6
|
'@unocss/preset-uno': 0.48.5
|
||||||
'@unocss/preset-web-fonts': 0.47.6
|
'@unocss/preset-web-fonts': 0.48.5
|
||||||
'@unocss/preset-wind': 0.47.6
|
'@unocss/preset-wind': 0.48.5
|
||||||
'@unocss/reset': 0.47.6
|
'@unocss/reset': 0.48.5
|
||||||
'@unocss/transformer-attributify-jsx': 0.47.6
|
'@unocss/transformer-attributify-jsx': 0.48.5
|
||||||
'@unocss/transformer-compile-class': 0.47.6
|
'@unocss/transformer-compile-class': 0.48.5
|
||||||
'@unocss/transformer-directives': 0.47.6
|
'@unocss/transformer-directives': 0.48.5
|
||||||
'@unocss/transformer-variant-group': 0.47.6
|
'@unocss/transformer-variant-group': 0.48.5
|
||||||
'@unocss/vite': 0.47.6_rollup@3.10.0+vite@4.0.4
|
'@unocss/vite': 0.48.5_rollup@3.10.0+vite@4.0.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
Loading…
Reference in a new issue