Bump the prod-dependencies group with 3 updates #106

Closed
dependabot[bot] wants to merge 2 commits from dependabot/npm_and_yarn/prod-dependencies-10c4d2b769 into main
9 changed files with 325 additions and 142 deletions

View File

@ -0,0 +1,9 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
Bump dependencies:
- vite from to
- astro from to
- @matthiesenxyz/astro-gists from to

View File

@ -0,0 +1,9 @@
---
"@matthiesenxyz/astro-ghostcms-rendercontent": patch
---
Bump dependencies:
- vite from to
- astro from to
- @matthiesenxyz/astro-gists from to

View File

@ -0,0 +1,9 @@
---
"@matthiesenxyz/astro-ghostcms": patch
---
Bump dependencies:
- vite from to
- astro from to
- @matthiesenxyz/astro-gists from to

View File

@ -42,6 +42,6 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"astro": "4.4.13"
"astro": "4.5.0"
}
}

View File

@ -79,6 +79,6 @@
"picocolors": "^1.0.0",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"vite": "^5.1.5"
"vite": "^5.1.6"
}
}

View File

@ -54,19 +54,19 @@
},
"devDependencies": {
"@astrojs/starlight": "^0.21.1",
"astro": "^4.4.13",
"astro": "^4.5.0",
"vitest": "^1.3.1",
"vitest-fetch-mock": "^0.2.2"
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@matthiesenxyz/astro-gists": "^0.2.3",
"@matthiesenxyz/astro-gists": "^0.2.6",
"@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12",
"astro-integration-kit": "^0.5.1",
"astro-remote": "^0.3.2",
"ultrahtml": "^1.5.3",
"vite": "^5.1.5",
"vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.1"
},
"peerDependencies": {

View File

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.4.13",
"astro": "^4.5.0",
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",

View File

@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/starlight": "^0.21.1",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.13",
"astro": "^4.5.0",
"sharp": "^0.33.2"
}
}

View File

@ -69,8 +69,8 @@ importers:
specifier: ^0.3.2
version: 0.3.2
vite:
specifier: ^5.1.5
version: 5.1.5(@types/node@20.11.25)
specifier: ^5.1.6
version: 5.1.6(@types/node@20.11.25)
devDependencies:
'@types/fs-extra':
specifier: ^11.0.4
@ -101,7 +101,7 @@ importers:
version: link:../astro-ghostcms
'@unocss/astro':
specifier: ^0.58.5
version: 0.58.5(vite@5.1.5)
version: 0.58.5(vite@5.1.6)
'@unocss/reset':
specifier: ^0.58.5
version: 0.58.5
@ -122,7 +122,7 @@ importers:
version: 1.5.3
unocss:
specifier: ^0.58.5
version: 0.58.5(postcss@8.4.35)(vite@5.1.5)
version: 0.58.5(postcss@8.4.35)(vite@5.1.6)
devDependencies:
'@typescript-eslint/parser':
specifier: ^7.1.1
@ -189,8 +189,8 @@ importers:
version: 1.5.3
devDependencies:
astro:
specifier: 4.4.13
version: 4.4.13(sass@1.71.1)(typescript@5.4.2)
specifier: 4.5.0
version: 4.5.0(typescript@5.4.2)
packages/astro-ghostcms-theme-default:
dependencies:
@ -260,8 +260,8 @@ importers:
specifier: ^4.0.5
version: 4.0.5
'@matthiesenxyz/astro-gists':
specifier: ^0.2.3
version: 0.2.3(astro@4.4.13)
specifier: ^0.2.6
version: 0.2.6(astro@4.5.0)
'@ts-ghost/content-api':
specifier: ^4.0.12
version: 4.0.12
@ -270,7 +270,7 @@ importers:
version: 6.0.0
astro-integration-kit:
specifier: ^0.5.1
version: 0.5.1(astro@4.4.13)
version: 0.5.1(astro@4.5.0)
astro-remote:
specifier: ^0.3.2
version: 0.3.2
@ -278,18 +278,18 @@ importers:
specifier: ^1.5.3
version: 1.5.3
vite:
specifier: ^5.1.5
version: 5.1.5(sass@1.71.1)
specifier: ^5.1.6
version: 5.1.6(sass@1.71.1)
vite-tsconfig-paths:
specifier: ^4.3.1
version: 4.3.1(vite@5.1.5)
version: 4.3.1(vite@5.1.6)
devDependencies:
'@astrojs/starlight':
specifier: ^0.21.1
version: 0.21.1(astro@4.4.13)
version: 0.21.1(astro@4.5.0)
astro:
specifier: ^4.4.13
version: 4.4.13(sass@1.71.1)(typescript@5.4.2)
specifier: ^4.5.0
version: 4.5.0(typescript@5.4.2)
vitest:
specifier: ^1.3.1
version: 1.3.1(@vitest/ui@1.3.1)
@ -301,7 +301,7 @@ importers:
dependencies:
'@astrojs/tailwind':
specifier: ^5.1.0
version: 5.1.0(astro@4.4.13)(tailwindcss@3.4.1)
version: 5.1.0(astro@4.5.0)(tailwindcss@3.4.1)
'@matthiesenxyz/astro-ghostcms':
specifier: workspace:*
version: link:../../packages/astro-ghostcms
@ -316,10 +316,10 @@ importers:
version: link:../../packages/astro-ghostcms-theme-default
'@unocss/astro':
specifier: ^0.58.5
version: 0.58.5(vite@5.1.5)
version: 0.58.5(vite@5.1.6)
astro:
specifier: ^4.4.13
version: 4.4.13(sass@1.71.1)(typescript@5.4.2)
specifier: ^4.5.0
version: 4.5.0(typescript@5.4.2)
tailwindcss:
specifier: ^3.3.5
version: 3.4.1
@ -332,19 +332,19 @@ importers:
version: 5.4.2
unocss:
specifier: ^0.58.5
version: 0.58.5(postcss@8.4.35)(vite@5.1.5)
version: 0.58.5(postcss@8.4.35)(vite@5.1.6)
playgrounds/starlight-playground:
dependencies:
'@astrojs/starlight':
specifier: ^0.21.1
version: 0.21.1(astro@4.4.13)
version: 0.21.1(astro@4.5.0)
'@matthiesenxyz/starlight-ghostcms':
specifier: workspace:*
version: link:../../packages/starlight-ghostcms
astro:
specifier: ^4.4.13
version: 4.4.13(sass@1.71.1)(typescript@5.4.2)
specifier: ^4.5.0
version: 4.5.0(typescript@5.4.2)
sharp:
specifier: ^0.33.2
version: 0.33.2
@ -400,8 +400,15 @@ packages:
/@astrojs/compiler@2.5.3:
resolution: {integrity: sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA==}
/@astrojs/compiler@2.7.0:
resolution: {integrity: sha512-XpC8MAaWjD1ff6/IfkRq/5k1EFj6zhCNqXRd5J43SVJEBj/Bsmizkm8N0xOYscGcDFQkRgEw6/eKnI5x/1l6aA==}
/@astrojs/internal-helpers@0.2.1:
resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==}
dev: false
/@astrojs/internal-helpers@0.3.0:
resolution: {integrity: sha512-tGmHvrhpzuz0JBHaJX8GywN9g4rldVNHtkoVDC3m/DdzBO70jGoVuc0uuNVglRYnsdwkbG0K02Iw3nOOR3/Y4g==}
/@astrojs/language-server@2.7.6(typescript@5.4.2):
resolution: {integrity: sha512-NhMSmMAuKBMXnvpfn9eYPR7R6zOasAjRb+ta8L+rCHHuKzUc0lBgAF5M6rx01FJqlpGqeqao13eYt4287Ze49g==}
@ -415,7 +422,7 @@ packages:
prettier-plugin-astro:
optional: true
dependencies:
'@astrojs/compiler': 2.5.3
'@astrojs/compiler': 2.7.0
'@jridgewell/sourcemap-codec': 1.4.15
'@volar/kit': 2.0.4(typescript@5.4.2)
'@volar/language-core': 2.0.4
@ -454,7 +461,31 @@ packages:
transitivePeerDependencies:
- supports-color
/@astrojs/mdx@2.1.1(astro@4.4.13):
/@astrojs/markdown-remark@4.3.0:
resolution: {integrity: sha512-iZOgYj/yNDvBRfKqkGuAvjeONhjQPq8Uk3HjyIgcTK5valq03NiUgSc5Ovq00yUVBeYJ/5EDx23c8xqtkkBlPw==}
dependencies:
'@astrojs/prism': 3.0.0
github-slugger: 2.0.0
hast-util-from-html: 2.0.1
hast-util-to-text: 4.0.0
import-meta-resolve: 4.0.0
mdast-util-definitions: 6.0.0
rehype-raw: 7.0.0
rehype-stringify: 10.0.0
remark-gfm: 4.0.0
remark-parse: 11.0.0
remark-rehype: 11.1.0
remark-smartypants: 2.1.0
shiki: 1.1.7
unified: 11.0.4
unist-util-remove-position: 5.0.0
unist-util-visit: 5.0.0
unist-util-visit-parents: 6.0.1
vfile: 6.0.1
transitivePeerDependencies:
- supports-color
/@astrojs/mdx@2.1.1(astro@4.5.0):
resolution: {integrity: sha512-AgGFdE7HOGmoFooGvMSatkA9FiSKwyVW7ImHot/bXJ6uAbFfu6iG2ht18Cf1pT22Hda/6iSCGWusFvBv0/EnKQ==}
engines: {node: '>=18.14.1'}
peerDependencies:
@ -463,7 +494,7 @@ packages:
'@astrojs/markdown-remark': 4.2.1
'@mdx-js/mdx': 3.0.1
acorn: 8.11.3
astro: 4.4.13(sass@1.71.1)(typescript@5.4.2)
astro: 4.5.0(typescript@5.4.2)
es-module-lexer: 1.4.1
estree-util-visit: 2.0.0
github-slugger: 2.0.0
@ -498,18 +529,18 @@ packages:
sitemap: 7.1.1
zod: 3.22.4
/@astrojs/starlight@0.21.1(astro@4.4.13):
/@astrojs/starlight@0.21.1(astro@4.5.0):
resolution: {integrity: sha512-nQ5EwKnB3eI8jxQrbgzZJJcyxeIiL3GzsAhl//1fE541MlD+PKy53v1PsYPi/RILdjt1Pg39rf1fkJC/rhXRgw==}
peerDependencies:
astro: ^4.2.7
dependencies:
'@astrojs/mdx': 2.1.1(astro@4.4.13)
'@astrojs/mdx': 2.1.1(astro@4.5.0)
'@astrojs/sitemap': 3.1.1
'@pagefind/default-ui': 1.0.4
'@types/hast': 3.0.4
'@types/mdast': 4.0.3
astro: 4.4.13(sass@1.71.1)(typescript@5.4.2)
astro-expressive-code: 0.33.4(astro@4.4.13)
astro: 4.5.0(typescript@5.4.2)
astro-expressive-code: 0.33.4(astro@4.5.0)
bcp-47: 2.1.0
hast-util-from-html: 2.0.1
hast-util-select: 6.0.2
@ -542,6 +573,21 @@ packages:
- ts-node
dev: false
/@astrojs/tailwind@5.1.0(astro@4.5.0)(tailwindcss@3.4.1):
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
peerDependencies:
astro: ^3.0.0 || ^4.0.0
tailwindcss: ^3.0.24
dependencies:
astro: 4.5.0(typescript@5.4.2)
autoprefixer: 10.4.17(postcss@8.4.35)
postcss: 8.4.35
postcss-load-config: 4.0.2(postcss@8.4.35)
tailwindcss: 3.4.1
transitivePeerDependencies:
- ts-node
dev: false
/@astrojs/telemetry@3.0.4:
resolution: {integrity: sha512-A+0c7k/Xy293xx6odsYZuXiaHO0PL+bnDoXOc47sGDF5ffIKdKQGRPFl2NMlCF4L0NqN4Ynbgnaip+pPF0s7pQ==}
engines: {node: '>=18.14.1'}
@ -1723,19 +1769,19 @@ packages:
globby: 11.1.0
read-yaml-file: 1.1.0
/@matthiesenxyz/astro-gists@0.2.3(astro@4.4.13):
resolution: {integrity: sha512-uS4jYjigf1+sKQPoIT1uaxoXESITyn+ZbH0UpICkvwH/we9eRgc73TJ9jF5tUbnziuICIgxFzDB1e59SLK1dqA==}
/@matthiesenxyz/astro-gists@0.2.6(astro@4.5.0):
resolution: {integrity: sha512-ENgL5Fdxd6glzAEpPSj5tc/oe0bHjPuOXJ239xGtInJRhXjtJxLXnjxjMw0AHiGA7lfrGloChIMJlqAuwBheQQ==}
peerDependencies:
astro: ^4.4.1
dependencies:
'@expressive-code/plugin-line-numbers': 0.33.4
'@octokit/types': 12.6.0
astro: 4.4.13(sass@1.71.1)(typescript@5.4.2)
astro-integration-kit: 0.5.1(astro@4.4.13)
astro: 4.5.0(typescript@5.4.2)
astro-integration-kit: 0.5.1(astro@4.5.0)
expressive-code: 0.33.4
hast-util-to-html: 8.0.4
octokit: 3.1.2
vite: 5.1.5(sass@1.71.1)
vite: 5.1.6(sass@1.71.1)
transitivePeerDependencies:
- '@types/node'
- '@vitejs/plugin-react'
@ -1783,6 +1829,7 @@ packages:
/@medv/finder@3.1.0:
resolution: {integrity: sha512-ojkXjR3K0Zz3jnCR80tqPL+0yvbZk/lEodb6RIVjLz7W8RVA2wrw8ym/CzCpXO9SYVUIKHFUpc7jvf8UKfIM3w==}
dev: false
/@nodelib/fs.scandir@2.1.5:
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
@ -2251,92 +2298,92 @@ packages:
estree-walker: 2.0.2
picomatch: 2.3.1
/@rollup/rollup-android-arm-eabi@4.11.0:
resolution: {integrity: sha512-BV+u2QSfK3i1o6FucqJh5IK9cjAU6icjFFhvknzFgu472jzl0bBojfDAkJLBEsHFMo+YZg6rthBvBBt8z12IBQ==}
/@rollup/rollup-android-arm-eabi@4.12.1:
resolution: {integrity: sha512-iU2Sya8hNn1LhsYyf0N+L4Gf9Qc+9eBTJJJsaOGUp+7x4n2M9dxTt8UvhJl3oeftSjblSlpCfvjA/IfP3g5VjQ==}
cpu: [arm]
os: [android]
requiresBuild: true
optional: true
/@rollup/rollup-android-arm64@4.11.0:
resolution: {integrity: sha512-0ij3iw7sT5jbcdXofWO2NqDNjSVVsf6itcAkV2I6Xsq4+6wjW1A8rViVB67TfBEan7PV2kbLzT8rhOVWLI2YXw==}
/@rollup/rollup-android-arm64@4.12.1:
resolution: {integrity: sha512-wlzcWiH2Ir7rdMELxFE5vuM7D6TsOcJ2Yw0c3vaBR3VOsJFVTx9xvwnAvhgU5Ii8Gd6+I11qNHwndDscIm0HXg==}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
/@rollup/rollup-darwin-arm64@4.11.0:
resolution: {integrity: sha512-yPLs6RbbBMupArf6qv1UDk6dzZvlH66z6NLYEwqTU0VHtss1wkI4UYeeMS7TVj5QRVvaNAWYKP0TD/MOeZ76Zg==}
/@rollup/rollup-darwin-arm64@4.12.1:
resolution: {integrity: sha512-YRXa1+aZIFN5BaImK+84B3uNK8C6+ynKLPgvn29X9s0LTVCByp54TB7tdSMHDR7GTV39bz1lOmlLDuedgTwwHg==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@rollup/rollup-darwin-x64@4.11.0:
resolution: {integrity: sha512-OvqIgwaGAwnASzXaZEeoJY3RltOFg+WUbdkdfoluh2iqatd090UeOG3A/h0wNZmE93dDew9tAtXgm3/+U/B6bw==}
/@rollup/rollup-darwin-x64@4.12.1:
resolution: {integrity: sha512-opjWJ4MevxeA8FhlngQWPBOvVWYNPFkq6/25rGgG+KOy0r8clYwL1CFd+PGwRqqMFVQ4/Qd3sQu5t7ucP7C/Uw==}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@rollup/rollup-linux-arm-gnueabihf@4.11.0:
resolution: {integrity: sha512-X17s4hZK3QbRmdAuLd2EE+qwwxL8JxyVupEqAkxKPa/IgX49ZO+vf0ka69gIKsaYeo6c1CuwY3k8trfDtZ9dFg==}
/@rollup/rollup-linux-arm-gnueabihf@4.12.1:
resolution: {integrity: sha512-uBkwaI+gBUlIe+EfbNnY5xNyXuhZbDSx2nzzW8tRMjUmpScd6lCQYKY2V9BATHtv5Ef2OBq6SChEP8h+/cxifQ==}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-linux-arm64-gnu@4.11.0:
resolution: {integrity: sha512-673Lu9EJwxVB9NfYeA4AdNu0FOHz7g9t6N1DmT7bZPn1u6bTF+oZjj+fuxUcrfxWXE0r2jxl5QYMa9cUOj9NFg==}
/@rollup/rollup-linux-arm64-gnu@4.12.1:
resolution: {integrity: sha512-0bK9aG1kIg0Su7OcFTlexkVeNZ5IzEsnz1ept87a0TUgZ6HplSgkJAnFpEVRW7GRcikT4GlPV0pbtVedOaXHQQ==}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-linux-arm64-musl@4.11.0:
resolution: {integrity: sha512-yFW2msTAQNpPJaMmh2NpRalr1KXI7ZUjlN6dY/FhWlOclMrZezm5GIhy3cP4Ts2rIAC+IPLAjNibjp1BsxCVGg==}
/@rollup/rollup-linux-arm64-musl@4.12.1:
resolution: {integrity: sha512-qB6AFRXuP8bdkBI4D7UPUbE7OQf7u5OL+R94JE42Z2Qjmyj74FtDdLGeriRyBDhm4rQSvqAGCGC01b8Fu2LthQ==}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-linux-riscv64-gnu@4.11.0:
resolution: {integrity: sha512-kKT9XIuhbvYgiA3cPAGntvrBgzhWkGpBMzuk1V12Xuoqg7CI41chye4HU0vLJnGf9MiZzfNh4I7StPeOzOWJfA==}
/@rollup/rollup-linux-riscv64-gnu@4.12.1:
resolution: {integrity: sha512-sHig3LaGlpNgDj5o8uPEoGs98RII8HpNIqFtAI8/pYABO8i0nb1QzT0JDoXF/pxzqO+FkxvwkHZo9k0NJYDedg==}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-linux-x64-gnu@4.11.0:
resolution: {integrity: sha512-6q4ESWlyTO+erp1PSCmASac+ixaDv11dBk1fqyIuvIUc/CmRAX2Zk+2qK1FGo5q7kyDcjHCFVwgGFCGIZGVwCA==}
/@rollup/rollup-linux-x64-gnu@4.12.1:
resolution: {integrity: sha512-nD3YcUv6jBJbBNFvSbp0IV66+ba/1teuBcu+fBBPZ33sidxitc6ErhON3JNavaH8HlswhWMC3s5rgZpM4MtPqQ==}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-linux-x64-musl@4.11.0:
resolution: {integrity: sha512-vIAQUmXeMLmaDN78HSE4Kh6xqof2e3TJUKr+LPqXWU4NYNON0MDN9h2+t4KHrPAQNmU3w1GxBQ/n01PaWFwa5w==}
/@rollup/rollup-linux-x64-musl@4.12.1:
resolution: {integrity: sha512-7/XVZqgBby2qp/cO0TQ8uJK+9xnSdJ9ct6gSDdEr4MfABrjTyrW6Bau7HQ73a2a5tPB7hno49A0y1jhWGDN9OQ==}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-win32-arm64-msvc@4.11.0:
resolution: {integrity: sha512-LVXo9dDTGPr0nezMdqa1hK4JeoMZ02nstUxGYY/sMIDtTYlli1ZxTXBYAz3vzuuvKO4X6NBETciIh7N9+abT1g==}
/@rollup/rollup-win32-arm64-msvc@4.12.1:
resolution: {integrity: sha512-CYc64bnICG42UPL7TrhIwsJW4QcKkIt9gGlj21gq3VV0LL6XNb1yAdHVp1pIi9gkts9gGcT3OfUYHjGP7ETAiw==}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@rollup/rollup-win32-ia32-msvc@4.11.0:
resolution: {integrity: sha512-xZVt6K70Gr3I7nUhug2dN6VRR1ibot3rXqXS3wo+8JP64t7djc3lBFyqO4GiVrhNaAIhUCJtwQ/20dr0h0thmQ==}
/@rollup/rollup-win32-ia32-msvc@4.12.1:
resolution: {integrity: sha512-LN+vnlZ9g0qlHGlS920GR4zFCqAwbv2lULrR29yGaWP9u7wF5L7GqWu9Ah6/kFZPXPUkpdZwd//TNR+9XC9hvA==}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/@rollup/rollup-win32-x64-msvc@4.11.0:
resolution: {integrity: sha512-f3I7h9oTg79UitEco9/2bzwdciYkWr8pITs3meSDSlr1TdvQ7IxkQaaYN2YqZXX5uZhiYL+VuYDmHwNzhx+HOg==}
/@rollup/rollup-win32-x64-msvc@4.12.1:
resolution: {integrity: sha512-n+vkrSyphvmU0qkQ6QBNXCGr2mKjhP08mPRM/Xp5Ck2FV4NrHU+y6axzDeixUrCBHVUS51TZhjqrKBBsHLKb2Q==}
cpu: [x64]
os: [win32]
requiresBuild: true
@ -2621,7 +2668,7 @@ packages:
/@ungap/structured-clone@1.2.0:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
/@unocss/astro@0.58.5(vite@5.1.5):
/@unocss/astro@0.58.5(vite@5.1.6):
resolution: {integrity: sha512-LtuVnj8oFAK9663OVhQO8KpdJFiOyyPsYfnOZlDCOFK3gHb/2WMrzdBwr1w8LoQF3bDedkFMKirVF7gWjyZiaw==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
@ -2631,8 +2678,8 @@ packages:
dependencies:
'@unocss/core': 0.58.5
'@unocss/reset': 0.58.5
'@unocss/vite': 0.58.5(vite@5.1.5)
vite: 5.1.5(sass@1.71.1)
'@unocss/vite': 0.58.5(vite@5.1.6)
vite: 5.1.6(sass@1.71.1)
transitivePeerDependencies:
- rollup
@ -2792,7 +2839,7 @@ packages:
dependencies:
'@unocss/core': 0.58.5
/@unocss/vite@0.58.5(vite@5.1.5):
/@unocss/vite@0.58.5(vite@5.1.6):
resolution: {integrity: sha512-p4o1XNX1rvjmoUqSSdua8XyWNg/d+YUChDd2L/xEty+6j2qv0wUaohs3UQ87vWlv632/UmgdX+2MbrgtqthCtw==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
@ -2807,7 +2854,7 @@ packages:
chokidar: 3.6.0
fast-glob: 3.3.2
magic-string: 0.30.7
vite: 5.1.5(sass@1.71.1)
vite: 5.1.6(sass@1.71.1)
transitivePeerDependencies:
- rollup
@ -3133,12 +3180,12 @@ packages:
- supports-color
dev: true
/astro-expressive-code@0.33.4(astro@4.4.13):
/astro-expressive-code@0.33.4(astro@4.5.0):
resolution: {integrity: sha512-PtXLjd89WBA1WsDYlt3V1LZs9Pa8FFoXilaGDSyfxtbYJ2OPHjWh2JJvCiXmfXmY3HkPJ2oW9Jjo6om5vUlVcg==}
peerDependencies:
astro: ^3.3.0 || ^4.0.0-beta
dependencies:
astro: 4.4.13(sass@1.71.1)(typescript@5.4.2)
astro: 4.5.0(typescript@5.4.2)
hast-util-to-html: 8.0.4
remark-expressive-code: 0.33.4
@ -3146,35 +3193,6 @@ packages:
resolution: {integrity: sha512-dh5TX2uxwqdFq15DF9cbRZgEdE9o8q522MP6xZYs+rnd3dexfDsIJMeEIDNVO7rkRxwJ7sphhCqTmdWvUJaiDg==}
dev: false
/astro-integration-kit@0.5.1(astro@4.4.13):
resolution: {integrity: sha512-ef309UUNOjxUe0jjsDP5O3p+jkt53HAcrKOsWJ2NIgdUTOp5P/YKnAjbatfyu3bAuLFDfj5xhXm/rrwSe9d/hw==}
peerDependencies:
'@vitejs/plugin-react': ^4.2.1
astro: ^4.4.1
preact: ^10.19.4
react: ^18.2.0
solid-js: ^1.8.15
svelte: ^4.2.11
vue: ^3.4.19
peerDependenciesMeta:
'@vitejs/plugin-react':
optional: true
preact:
optional: true
react:
optional: true
solid-js:
optional: true
svelte:
optional: true
vue:
optional: true
dependencies:
astro: 4.4.13(sass@1.71.1)(typescript@5.4.2)
pathe: 1.1.2
recast: 0.23.5
dev: false
/astro-integration-kit@0.5.1(astro@4.4.9):
resolution: {integrity: sha512-ef309UUNOjxUe0jjsDP5O3p+jkt53HAcrKOsWJ2NIgdUTOp5P/YKnAjbatfyu3bAuLFDfj5xhXm/rrwSe9d/hw==}
peerDependencies:
@ -3204,6 +3222,35 @@ packages:
recast: 0.23.5
dev: false
/astro-integration-kit@0.5.1(astro@4.5.0):
resolution: {integrity: sha512-ef309UUNOjxUe0jjsDP5O3p+jkt53HAcrKOsWJ2NIgdUTOp5P/YKnAjbatfyu3bAuLFDfj5xhXm/rrwSe9d/hw==}
peerDependencies:
'@vitejs/plugin-react': ^4.2.1
astro: ^4.4.1
preact: ^10.19.4
react: ^18.2.0
solid-js: ^1.8.15
svelte: ^4.2.11
vue: ^3.4.19
peerDependenciesMeta:
'@vitejs/plugin-react':
optional: true
preact:
optional: true
react:
optional: true
solid-js:
optional: true
svelte:
optional: true
vue:
optional: true
dependencies:
astro: 4.5.0(typescript@5.4.2)
pathe: 1.1.2
recast: 0.23.5
dev: false
/astro-navbar@2.3.1:
resolution: {integrity: sha512-lLvhWS03Qc3heMU23adFwEnBUJFlL6gxYi0xPvIyX1atb2oCov4kOS/MaWOPGnvj2nK63szebUzlG+NdIoUZzQ==}
dev: false
@ -3300,8 +3347,8 @@ packages:
tsconfck: 3.0.2(typescript@5.4.2)
unist-util-visit: 5.0.0
vfile: 6.0.1
vite: 5.1.5(sass@1.71.1)
vitefu: 0.2.5(vite@5.1.5)
vite: 5.1.6(sass@1.71.1)
vitefu: 0.2.5(vite@5.1.6)
which-pm: 2.1.1
yargs-parser: 21.1.1
zod: 3.22.4
@ -3317,6 +3364,7 @@ packages:
- supports-color
- terser
- typescript
dev: false
/astro@4.4.9(@types/node@20.11.25):
resolution: {integrity: sha512-FTWhzKjao7rHHiF/CqPqPS18AFad+fmUcYUFhWWIsYETHcc9g0IIIiv6cHXUE7g6mEZf7ycAa+WdboeEHUhraQ==}
@ -3382,8 +3430,8 @@ packages:
tsconfck: 3.0.2(typescript@5.4.2)
unist-util-visit: 5.0.0
vfile: 6.0.1
vite: 5.1.5(@types/node@20.11.25)
vitefu: 0.2.5(vite@5.1.5)
vite: 5.1.6(@types/node@20.11.25)
vitefu: 0.2.5(vite@5.1.6)
which-pm: 2.1.1
yargs-parser: 21.1.1
zod: 3.22.4
@ -3401,6 +3449,88 @@ packages:
- typescript
dev: false
/astro@4.5.0(typescript@5.4.2):
resolution: {integrity: sha512-NyBePQs0MqsLLde2hOuZO6eiLY2SzpDDeDQDfx39r2Ho2wmlaRFiWxIvcI5vAw75UNVUQuLWRDe+ZNl29AossQ==}
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true
dependencies:
'@astrojs/compiler': 2.7.0
'@astrojs/internal-helpers': 0.3.0
'@astrojs/markdown-remark': 4.3.0
'@astrojs/telemetry': 3.0.4
'@babel/core': 7.23.9
'@babel/generator': 7.23.6
'@babel/parser': 7.23.9
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.9)
'@babel/traverse': 7.23.9
'@babel/types': 7.23.9
'@shikijs/core': 1.1.7
'@types/babel__core': 7.20.5
acorn: 8.11.3
aria-query: 5.3.0
axobject-query: 4.0.0
boxen: 7.1.1
chokidar: 3.6.0
ci-info: 4.0.0
clsx: 2.1.0
common-ancestor-path: 1.0.1
cookie: 0.6.0
cssesc: 3.0.0
debug: 4.3.4
deterministic-object-hash: 2.0.2
devalue: 4.3.2
diff: 5.2.0
dlv: 1.1.3
dset: 3.1.3
es-module-lexer: 1.4.1
esbuild: 0.19.12
estree-walker: 3.0.3
execa: 8.0.1
fast-glob: 3.3.2
flattie: 1.1.0
github-slugger: 2.0.0
gray-matter: 4.0.3
html-escaper: 3.0.3
http-cache-semantics: 4.1.1
js-yaml: 4.1.0
kleur: 4.1.5
magic-string: 0.30.7
mdast-util-to-hast: 13.0.2
mime: 3.0.0
ora: 7.0.1
p-limit: 5.0.0
p-queue: 8.0.1
path-to-regexp: 6.2.1
preferred-pm: 3.1.2
prompts: 2.4.2
rehype: 13.0.1
resolve: 1.22.8
semver: 7.6.0
shiki: 1.1.7
string-width: 7.1.0
strip-ansi: 7.1.0
tsconfck: 3.0.2(typescript@5.4.2)
unist-util-visit: 5.0.0
vfile: 6.0.1
vite: 5.1.6(sass@1.71.1)
vitefu: 0.2.5(vite@5.1.6)
which-pm: 2.1.1
yargs-parser: 21.1.1
zod: 3.22.4
zod-to-json-schema: 3.22.4(zod@3.22.4)
optionalDependencies:
sharp: 0.32.6
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
- stylus
- sugarss
- supports-color
- terser
- typescript
/astrojs-compiler-sync@0.3.5(@astrojs/compiler@2.5.3):
resolution: {integrity: sha512-y420rhIIJ2HHDkYeqKArBHSdJNIIGMztLH90KGIX3zjcJyt/cr9Z2wYA8CP5J1w6KE7xqMh0DAkhfjhNDpQb2Q==}
engines: {node: ^14.18.0 || >=16.0.0}
@ -4948,6 +5078,11 @@ packages:
dependencies:
'@types/hast': 3.0.4
/hast-util-is-element@3.0.0:
resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==}
dependencies:
'@types/hast': 3.0.4
/hast-util-parse-selector@3.1.1:
resolution: {integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==}
dependencies:
@ -5110,6 +5245,14 @@ packages:
dependencies:
'@types/hast': 3.0.4
/hast-util-to-text@4.0.0:
resolution: {integrity: sha512-EWiE1FSArNBPUo1cKWtzqgnuRQwEeQbQtnFJRYV1hb1BWDgrAlBU0ExptvZMM/KSA82cDpm2sFGf3Dmc5Mza3w==}
dependencies:
'@types/hast': 3.0.4
'@types/unist': 3.0.2
hast-util-is-element: 3.0.0
unist-util-find-after: 5.0.0
/hast-util-whitespace@2.0.1:
resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==}
@ -7355,26 +7498,26 @@ packages:
glob: 7.2.3
dev: true
/rollup@4.11.0:
resolution: {integrity: sha512-2xIbaXDXjf3u2tajvA5xROpib7eegJ9Y/uPlSFhXLNpK9ampCczXAhLEb5yLzJyG3LAdI1NWtNjDXiLyniNdjQ==}
/rollup@4.12.1:
resolution: {integrity: sha512-ggqQKvx/PsB0FaWXhIvVkSWh7a/PCLQAsMjBc+nA2M8Rv2/HG0X6zvixAB7KyZBRtifBUhy5k8voQX/mRnABPg==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
'@rollup/rollup-android-arm-eabi': 4.11.0
'@rollup/rollup-android-arm64': 4.11.0
'@rollup/rollup-darwin-arm64': 4.11.0
'@rollup/rollup-darwin-x64': 4.11.0
'@rollup/rollup-linux-arm-gnueabihf': 4.11.0
'@rollup/rollup-linux-arm64-gnu': 4.11.0
'@rollup/rollup-linux-arm64-musl': 4.11.0
'@rollup/rollup-linux-riscv64-gnu': 4.11.0
'@rollup/rollup-linux-x64-gnu': 4.11.0
'@rollup/rollup-linux-x64-musl': 4.11.0
'@rollup/rollup-win32-arm64-msvc': 4.11.0
'@rollup/rollup-win32-ia32-msvc': 4.11.0
'@rollup/rollup-win32-x64-msvc': 4.11.0
'@rollup/rollup-android-arm-eabi': 4.12.1
'@rollup/rollup-android-arm64': 4.12.1
'@rollup/rollup-darwin-arm64': 4.12.1
'@rollup/rollup-darwin-x64': 4.12.1
'@rollup/rollup-linux-arm-gnueabihf': 4.12.1
'@rollup/rollup-linux-arm64-gnu': 4.12.1
'@rollup/rollup-linux-arm64-musl': 4.12.1
'@rollup/rollup-linux-riscv64-gnu': 4.12.1
'@rollup/rollup-linux-x64-gnu': 4.12.1
'@rollup/rollup-linux-x64-musl': 4.12.1
'@rollup/rollup-win32-arm64-msvc': 4.12.1
'@rollup/rollup-win32-ia32-msvc': 4.12.1
'@rollup/rollup-win32-x64-msvc': 4.12.1
fsevents: 2.3.3
/run-parallel@1.2.0:
@ -8243,6 +8386,12 @@ packages:
trough: 2.2.0
vfile: 6.0.1
/unist-util-find-after@5.0.0:
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
dependencies:
'@types/unist': 3.0.2
unist-util-is: 6.0.0
/unist-util-is@5.2.1:
resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==}
dependencies:
@ -8348,7 +8497,7 @@ packages:
engines: {node: '>= 10.0.0'}
dev: false
/unocss@0.58.5(postcss@8.4.35)(vite@5.1.5):
/unocss@0.58.5(postcss@8.4.35)(vite@5.1.6):
resolution: {integrity: sha512-0g4P6jLgRRNnhscxw7nQ9RHGrKJ1UPPiHPet+YT3TXUcmy4mTiYgo9+kGQf5bjyrzsELJ10cT6Qz2y6g9Tls4g==}
engines: {node: '>=14'}
peerDependencies:
@ -8360,7 +8509,7 @@ packages:
vite:
optional: true
dependencies:
'@unocss/astro': 0.58.5(vite@5.1.5)
'@unocss/astro': 0.58.5(vite@5.1.6)
'@unocss/cli': 0.58.5
'@unocss/core': 0.58.5
'@unocss/extractor-arbitrary-variants': 0.58.5
@ -8379,8 +8528,8 @@ packages:
'@unocss/transformer-compile-class': 0.58.5
'@unocss/transformer-directives': 0.58.5
'@unocss/transformer-variant-group': 0.58.5
'@unocss/vite': 0.58.5(vite@5.1.5)
vite: 5.1.5(sass@1.71.1)
'@unocss/vite': 0.58.5(vite@5.1.6)
vite: 5.1.6(sass@1.71.1)
transitivePeerDependencies:
- postcss
- rollup
@ -8466,7 +8615,7 @@ packages:
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.0
vite: 5.1.5(sass@1.71.1)
vite: 5.1.6(sass@1.71.1)
transitivePeerDependencies:
- '@types/node'
- less
@ -8487,7 +8636,7 @@ packages:
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.0
vite: 5.1.5(@types/node@20.11.25)
vite: 5.1.6(@types/node@20.11.25)
transitivePeerDependencies:
- '@types/node'
- less
@ -8499,7 +8648,7 @@ packages:
- terser
dev: true
/vite-tsconfig-paths@4.3.1(vite@5.1.5):
/vite-tsconfig-paths@4.3.1(vite@5.1.6):
resolution: {integrity: sha512-cfgJwcGOsIxXOLU/nELPny2/LUD/lcf1IbfyeKTv2bsupVbTH/xpFtdQlBmIP1GEK2CjjLxYhFfB+QODFAx5aw==}
peerDependencies:
vite: '*'
@ -8510,14 +8659,14 @@ packages:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 3.0.2(typescript@5.4.2)
vite: 5.1.5(sass@1.71.1)
vite: 5.1.6(sass@1.71.1)
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/vite@5.1.5(@types/node@20.11.25):
resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==}
/vite@5.1.6(@types/node@20.11.25):
resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@ -8547,12 +8696,12 @@ packages:
'@types/node': 20.11.25
esbuild: 0.19.12
postcss: 8.4.35
rollup: 4.11.0
rollup: 4.12.1
optionalDependencies:
fsevents: 2.3.3
/vite@5.1.5(sass@1.71.1):
resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==}
/vite@5.1.6(sass@1.71.1):
resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@ -8581,12 +8730,12 @@ packages:
dependencies:
esbuild: 0.19.12
postcss: 8.4.35
rollup: 4.11.0
rollup: 4.12.1
sass: 1.71.1
optionalDependencies:
fsevents: 2.3.3
/vitefu@0.2.5(vite@5.1.5):
/vitefu@0.2.5(vite@5.1.6):
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
peerDependencies:
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
@ -8594,7 +8743,7 @@ packages:
vite:
optional: true
dependencies:
vite: 5.1.5(@types/node@20.11.25)
vite: 5.1.6(@types/node@20.11.25)
/vitest-fetch-mock@0.2.2(vitest@1.3.1):
resolution: {integrity: sha512-XmH6QgTSjCWrqXoPREIdbj40T7i1xnGmAsTAgfckoO75W1IEHKR8hcPCQ7SO16RsdW1t85oUm6pcQRLeBgjVYQ==}
@ -8603,7 +8752,7 @@ packages:
vitest: '>=0.16.0'
dependencies:
cross-fetch: 3.1.8
vitest: 1.3.1(@vitest/ui@1.3.1)
vitest: 1.3.1(@types/node@20.11.25)(@vitest/ui@1.3.1)
transitivePeerDependencies:
- encoding
dev: true
@ -8652,7 +8801,7 @@ packages:
strip-literal: 2.0.0
tinybench: 2.6.0
tinypool: 0.8.2
vite: 5.1.5(@types/node@20.11.25)
vite: 5.1.6(@types/node@20.11.25)
vite-node: 1.3.1(@types/node@20.11.25)
why-is-node-running: 2.2.2
transitivePeerDependencies:
@ -8708,7 +8857,7 @@ packages:
strip-literal: 2.0.0
tinybench: 2.6.0
tinypool: 0.8.2
vite: 5.1.5(sass@1.71.1)
vite: 5.1.6(sass@1.71.1)
vite-node: 1.3.1
why-is-node-running: 2.2.2
transitivePeerDependencies:
@ -9059,6 +9208,13 @@ packages:
resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==}
dev: false
/zod-to-json-schema@3.22.4(zod@3.22.4):
resolution: {integrity: sha512-2Ed5dJ+n/O3cU383xSY28cuVi0BCQhF8nYqWU5paEpl7fVdqdAmiLdqLyfblbNdfOFwFfi/mqU4O1pwc60iBhQ==}
peerDependencies:
zod: ^3.22.4
dependencies:
zod: 3.22.4
/zod@3.22.4:
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}