Updating Astro.js
This commit is contained in:
parent
08e38d4d91
commit
854fa79ed4
@ -10,10 +10,10 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^3.1.1",
|
"@astrojs/mdx": "^3.1.2",
|
||||||
"@astrojs/node": "^8.3.1",
|
"@astrojs/node": "^8.3.2",
|
||||||
"@astrojs/react": "^3.6.0",
|
"@astrojs/react": "^3.6.0",
|
||||||
"@astrojs/rss": "^4.0.6",
|
"@astrojs/rss": "^4.0.7",
|
||||||
"@astrojs/sitemap": "^3.1.6",
|
"@astrojs/sitemap": "^3.1.6",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@hookform/resolvers": "^3.6.0",
|
"@hookform/resolvers": "^3.6.0",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"@types/nodemailer": "^6.4.15",
|
"@types/nodemailer": "^6.4.15",
|
||||||
"@types/react": "^18.2.74",
|
"@types/react": "^18.2.74",
|
||||||
"@types/react-dom": "^18.2.24",
|
"@types/react-dom": "^18.2.24",
|
||||||
"astro": "^4.11.0",
|
"astro": "^4.11.5",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.1.0",
|
"clsx": "^2.1.0",
|
||||||
"cmdk": "^1.0.0",
|
"cmdk": "^1.0.0",
|
||||||
|
328
pnpm-lock.yaml
328
pnpm-lock.yaml
@ -2,23 +2,23 @@ lockfileVersion: '6.0'
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/mdx':
|
'@astrojs/mdx':
|
||||||
specifier: ^3.1.1
|
specifier: ^3.1.2
|
||||||
version: 3.1.1(astro@4.11.0)
|
version: 3.1.2(astro@4.11.5)
|
||||||
'@astrojs/node':
|
'@astrojs/node':
|
||||||
specifier: ^8.3.1
|
specifier: ^8.3.2
|
||||||
version: 8.3.1(astro@4.11.0)
|
version: 8.3.2(astro@4.11.5)
|
||||||
'@astrojs/react':
|
'@astrojs/react':
|
||||||
specifier: ^3.6.0
|
specifier: ^3.6.0
|
||||||
version: 3.6.0(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0)(vite@5.3.1)
|
version: 3.6.0(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0)(vite@5.3.3)
|
||||||
'@astrojs/rss':
|
'@astrojs/rss':
|
||||||
specifier: ^4.0.6
|
specifier: ^4.0.7
|
||||||
version: 4.0.6
|
version: 4.0.7
|
||||||
'@astrojs/sitemap':
|
'@astrojs/sitemap':
|
||||||
specifier: ^3.1.6
|
specifier: ^3.1.6
|
||||||
version: 3.1.6
|
version: 3.1.6
|
||||||
'@astrojs/tailwind':
|
'@astrojs/tailwind':
|
||||||
specifier: ^5.1.0
|
specifier: ^5.1.0
|
||||||
version: 5.1.0(astro@4.11.0)(tailwindcss@3.4.1)
|
version: 5.1.0(astro@4.11.5)(tailwindcss@3.4.1)
|
||||||
'@hookform/resolvers':
|
'@hookform/resolvers':
|
||||||
specifier: ^3.6.0
|
specifier: ^3.6.0
|
||||||
version: 3.6.0(react-hook-form@7.51.5)
|
version: 3.6.0(react-hook-form@7.51.5)
|
||||||
@ -59,8 +59,8 @@ dependencies:
|
|||||||
specifier: ^18.2.24
|
specifier: ^18.2.24
|
||||||
version: 18.2.24
|
version: 18.2.24
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.11.0
|
specifier: ^4.11.5
|
||||||
version: 4.11.0
|
version: 4.11.5
|
||||||
class-variance-authority:
|
class-variance-authority:
|
||||||
specifier: ^0.7.0
|
specifier: ^0.7.0
|
||||||
version: 0.7.0
|
version: 0.7.0
|
||||||
@ -90,7 +90,7 @@ dependencies:
|
|||||||
version: 7.51.5(react@18.2.0)
|
version: 7.51.5(react@18.2.0)
|
||||||
rehype-pretty-code:
|
rehype-pretty-code:
|
||||||
specifier: ^0.13.2
|
specifier: ^0.13.2
|
||||||
version: 0.13.2(shiki@1.7.0)
|
version: 0.13.2(shiki@1.10.1)
|
||||||
rehype-slug:
|
rehype-slug:
|
||||||
specifier: ^6.0.0
|
specifier: ^6.0.0
|
||||||
version: 6.0.0
|
version: 6.0.0
|
||||||
@ -129,31 +129,31 @@ packages:
|
|||||||
'@jridgewell/trace-mapping': 0.3.25
|
'@jridgewell/trace-mapping': 0.3.25
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/compiler@2.8.0:
|
/@astrojs/compiler@2.8.1:
|
||||||
resolution: {integrity: sha512-yrpD1WRGqsJwANaDIdtHo+YVjvIOFAjC83lu5qENIgrafwZcJgSXDuwVMXOgok4tFzpeKLsFQ6c3FoUdloLWBQ==}
|
resolution: {integrity: sha512-NGfPAgU/9rvDEwsXu82RI1AxiivaxtEYBK9saW1f+2fTHUUqCJQ27HYtb2akG2QxCmFikgZ9zk26BEWgiHho1Q==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/internal-helpers@0.4.0:
|
/@astrojs/internal-helpers@0.4.1:
|
||||||
resolution: {integrity: sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA==}
|
resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/markdown-remark@5.1.0:
|
/@astrojs/markdown-remark@5.1.1:
|
||||||
resolution: {integrity: sha512-S6Z3K2hOB7MfjeDoHsotnP/q2UsnEDB8NlNAaCjMDsGBZfTUbWxyLW3CaphEWw08f6KLZi2ibK9yC3BaMhh2NQ==}
|
resolution: {integrity: sha512-rkWWjR9jVo0LAMxQ2+T19RKbQUa7NwBGhFj03bAz3hGf3blqeBIXs1NSPpizshO5kZzcOqKe8OlG6XpYO8esHg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/prism': 3.1.0
|
'@astrojs/prism': 3.1.0
|
||||||
github-slugger: 2.0.0
|
github-slugger: 2.0.0
|
||||||
hast-util-from-html: 2.0.1
|
hast-util-from-html: 2.0.1
|
||||||
hast-util-to-text: 4.0.0
|
hast-util-to-text: 4.0.2
|
||||||
import-meta-resolve: 4.0.0
|
import-meta-resolve: 4.1.0
|
||||||
mdast-util-definitions: 6.0.0
|
mdast-util-definitions: 6.0.0
|
||||||
rehype-raw: 7.0.0
|
rehype-raw: 7.0.0
|
||||||
rehype-stringify: 10.0.0
|
rehype-stringify: 10.0.0
|
||||||
remark-gfm: 4.0.0
|
remark-gfm: 4.0.0
|
||||||
remark-parse: 11.0.0
|
remark-parse: 11.0.0
|
||||||
remark-rehype: 11.1.0
|
remark-rehype: 11.1.0
|
||||||
remark-smartypants: 2.1.0
|
remark-smartypants: 3.0.1
|
||||||
shiki: 1.7.0
|
shiki: 1.10.1
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
unist-util-remove-position: 5.0.0
|
unist-util-remove-position: 5.0.0
|
||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
unist-util-visit-parents: 6.0.1
|
unist-util-visit-parents: 6.0.1
|
||||||
@ -162,17 +162,17 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/mdx@3.1.1(astro@4.11.0):
|
/@astrojs/mdx@3.1.2(astro@4.11.5):
|
||||||
resolution: {integrity: sha512-Y6Ath3E/DgDsMdbenXai+Qm6DGCMnR6rvgHwK2PUQTs6iKF+oQ8SfZ1zPC1kt22rP1PnA8siYSQhNL91K4eukQ==}
|
resolution: {integrity: sha512-0EizCWhUi0wdYPm31kNOHsOrGmn8pEJy+YEGQlHWt4Flg2NYfV7nWZuYG8KxoRSK/W397vPhyHYrITCYo7JMYw==}
|
||||||
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
|
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
astro: ^4.8.0
|
astro: ^4.8.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/markdown-remark': 5.1.0
|
'@astrojs/markdown-remark': 5.1.1
|
||||||
'@mdx-js/mdx': 3.0.1
|
'@mdx-js/mdx': 3.0.1
|
||||||
acorn: 8.12.0
|
acorn: 8.12.0
|
||||||
astro: 4.11.0
|
astro: 4.11.5
|
||||||
es-module-lexer: 1.5.3
|
es-module-lexer: 1.5.4
|
||||||
estree-util-visit: 2.0.0
|
estree-util-visit: 2.0.0
|
||||||
github-slugger: 2.0.0
|
github-slugger: 2.0.0
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
@ -188,12 +188,12 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/node@8.3.1(astro@4.11.0):
|
/@astrojs/node@8.3.2(astro@4.11.5):
|
||||||
resolution: {integrity: sha512-JwJzE1zyNcb2Tnk1PJIiIV2vGadR/h0C7h3WeN50H7S/DbNpkGrfwKrOxxpZwhkujnudddToA9U4yv+IPlCf0g==}
|
resolution: {integrity: sha512-Upv0D+9b3RXp7XViQTtrijaDqihHWbVHLdJQ2sxtPOEtw2GDrVxuC6LmXIUew5YvJ9Ylmpst6KizVwO8d/K9/Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
astro: ^4.2.0
|
astro: ^4.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
astro: 4.11.0
|
astro: 4.11.5
|
||||||
send: 0.18.0
|
send: 0.18.0
|
||||||
server-destroy: 1.0.1
|
server-destroy: 1.0.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -207,7 +207,7 @@ packages:
|
|||||||
prismjs: 1.29.0
|
prismjs: 1.29.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/react@3.6.0(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0)(vite@5.3.1):
|
/@astrojs/react@3.6.0(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0)(vite@5.3.3):
|
||||||
resolution: {integrity: sha512-YGLxy5jCU9xKG/HAvYsWMcvrQVIhqVe0Sda3Z5UtP32rfXeG6B9J1xQvnx+kRSFTpIrj+7AwPSDSehLbCHJ56w==}
|
resolution: {integrity: sha512-YGLxy5jCU9xKG/HAvYsWMcvrQVIhqVe0Sda3Z5UtP32rfXeG6B9J1xQvnx+kRSFTpIrj+7AwPSDSehLbCHJ56w==}
|
||||||
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
|
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -218,7 +218,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/react': 18.2.74
|
'@types/react': 18.2.74
|
||||||
'@types/react-dom': 18.2.24
|
'@types/react-dom': 18.2.24
|
||||||
'@vitejs/plugin-react': 4.3.1(vite@5.3.1)
|
'@vitejs/plugin-react': 4.3.1(vite@5.3.3)
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-dom: 18.2.0(react@18.2.0)
|
react-dom: 18.2.0(react@18.2.0)
|
||||||
ultrahtml: 1.5.3
|
ultrahtml: 1.5.3
|
||||||
@ -227,10 +227,10 @@ packages:
|
|||||||
- vite
|
- vite
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/rss@4.0.6:
|
/@astrojs/rss@4.0.7:
|
||||||
resolution: {integrity: sha512-hpfHz6OZVD4ME1ZmpNQim0yV0AOetVFUHv0vmL8+Bw4GNcmL0ibGkGtMv+PY72HLJUVfDtizrBjfN5HHg+LScA==}
|
resolution: {integrity: sha512-ZEG55XFB19l+DplUvBISmz04UbjDtKliRO4Y5+ERRhAMjgCVVobEBNE6ZwWG1h6orWUocy4nfPihKXDyB73x9g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-xml-parser: 4.3.6
|
fast-xml-parser: 4.4.0
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@ -242,13 +242,13 @@ packages:
|
|||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/tailwind@5.1.0(astro@4.11.0)(tailwindcss@3.4.1):
|
/@astrojs/tailwind@5.1.0(astro@4.11.5)(tailwindcss@3.4.1):
|
||||||
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
|
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
astro: ^3.0.0 || ^4.0.0
|
astro: ^3.0.0 || ^4.0.0
|
||||||
tailwindcss: ^3.0.24
|
tailwindcss: ^3.0.24
|
||||||
dependencies:
|
dependencies:
|
||||||
astro: 4.11.0
|
astro: 4.11.5
|
||||||
autoprefixer: 10.4.18(postcss@8.4.36)
|
autoprefixer: 10.4.18(postcss@8.4.36)
|
||||||
postcss: 8.4.36
|
postcss: 8.4.36
|
||||||
postcss-load-config: 4.0.2(postcss@8.4.36)
|
postcss-load-config: 4.0.2(postcss@8.4.36)
|
||||||
@ -1912,8 +1912,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@shikijs/core@1.7.0:
|
/@shikijs/core@1.10.1:
|
||||||
resolution: {integrity: sha512-O6j27b7dGmJbR3mjwh/aHH8Ld+GQvA0OQsNO43wKWnqbAae3AYXrhFyScHGX8hXZD6vX2ngjzDFkZY5srtIJbQ==}
|
resolution: {integrity: sha512-qdiJS5a/QGCff7VUFIqd0hDdWly9rDp8lhVmXVrS11aazX8LOTRLHAXkkEeONNsS43EcCd7gax9LLoOz4vlFQA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tailwindcss/typography@0.5.13(tailwindcss@3.4.1):
|
/@tailwindcss/typography@0.5.13(tailwindcss@3.4.1):
|
||||||
@ -2003,12 +2003,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
|
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@types/nlcst@1.0.4:
|
|
||||||
resolution: {integrity: sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@types/nlcst@2.0.3:
|
/@types/nlcst@2.0.3:
|
||||||
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2060,7 +2054,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vitejs/plugin-react@4.3.1(vite@5.3.1):
|
/@vitejs/plugin-react@4.3.1(vite@5.3.3):
|
||||||
resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==}
|
resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -2071,7 +2065,7 @@ packages:
|
|||||||
'@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.7)
|
'@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.7)
|
||||||
'@types/babel__core': 7.20.5
|
'@types/babel__core': 7.20.5
|
||||||
react-refresh: 0.14.2
|
react-refresh: 0.14.2
|
||||||
vite: 5.3.1
|
vite: 5.3.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
@ -2166,14 +2160,14 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/astro@4.11.0:
|
/astro@4.11.5:
|
||||||
resolution: {integrity: sha512-3VWxz/08sChQIX68tuE7Y769DUdjsT3Zq2/y4SkrDRlwN9IZ/aebwcRWr5a2yMSdO2vpFxtEdobq0mKnMlLErg==}
|
resolution: {integrity: sha512-TCRhuaLwrxwMhS8S1GG+ZTdrAXigX9C8E/YUTs/r2t+owHxDgwl86IV9xH1IHrCPoqhK6civyAQNOT+GKmkb0A==}
|
||||||
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.8.0
|
'@astrojs/compiler': 2.8.1
|
||||||
'@astrojs/internal-helpers': 0.4.0
|
'@astrojs/internal-helpers': 0.4.1
|
||||||
'@astrojs/markdown-remark': 5.1.0
|
'@astrojs/markdown-remark': 5.1.1
|
||||||
'@astrojs/telemetry': 3.1.0
|
'@astrojs/telemetry': 3.1.0
|
||||||
'@babel/core': 7.24.7
|
'@babel/core': 7.24.7
|
||||||
'@babel/generator': 7.24.7
|
'@babel/generator': 7.24.7
|
||||||
@ -2199,7 +2193,7 @@ packages:
|
|||||||
diff: 5.2.0
|
diff: 5.2.0
|
||||||
dlv: 1.1.3
|
dlv: 1.1.3
|
||||||
dset: 3.1.3
|
dset: 3.1.3
|
||||||
es-module-lexer: 1.5.3
|
es-module-lexer: 1.5.4
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
execa: 8.0.1
|
execa: 8.0.1
|
||||||
@ -2220,16 +2214,15 @@ packages:
|
|||||||
preferred-pm: 3.1.3
|
preferred-pm: 3.1.3
|
||||||
prompts: 2.4.2
|
prompts: 2.4.2
|
||||||
rehype: 13.0.1
|
rehype: 13.0.1
|
||||||
resolve: 1.22.8
|
|
||||||
semver: 7.6.2
|
semver: 7.6.2
|
||||||
shiki: 1.7.0
|
shiki: 1.10.1
|
||||||
string-width: 7.1.0
|
string-width: 7.2.0
|
||||||
strip-ansi: 7.1.0
|
strip-ansi: 7.1.0
|
||||||
tsconfck: 3.1.0
|
tsconfck: 3.1.1
|
||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
vfile: 6.0.1
|
vfile: 6.0.1
|
||||||
vite: 5.3.1
|
vite: 5.3.3
|
||||||
vitefu: 0.2.5(vite@5.3.1)
|
vitefu: 0.2.5(vite@5.3.3)
|
||||||
which-pm: 2.2.0
|
which-pm: 2.2.0
|
||||||
yargs-parser: 21.1.1
|
yargs-parser: 21.1.1
|
||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
@ -2662,8 +2655,8 @@ packages:
|
|||||||
engines: {node: '>=0.12'}
|
engines: {node: '>=0.12'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/es-module-lexer@1.5.3:
|
/es-module-lexer@1.5.4:
|
||||||
resolution: {integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==}
|
resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/esbuild@0.21.5:
|
/esbuild@0.21.5:
|
||||||
@ -2807,8 +2800,8 @@ packages:
|
|||||||
merge2: 1.4.1
|
merge2: 1.4.1
|
||||||
micromatch: 4.0.5
|
micromatch: 4.0.5
|
||||||
|
|
||||||
/fast-xml-parser@4.3.6:
|
/fast-xml-parser@4.4.0:
|
||||||
resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==}
|
resolution: {integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
strnum: 1.0.5
|
strnum: 1.0.5
|
||||||
@ -3096,8 +3089,8 @@ packages:
|
|||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/hast-util-to-text@4.0.0:
|
/hast-util-to-text@4.0.2:
|
||||||
resolution: {integrity: sha512-EWiE1FSArNBPUo1cKWtzqgnuRQwEeQbQtnFJRYV1hb1BWDgrAlBU0ExptvZMM/KSA82cDpm2sFGf3Dmc5Mza3w==}
|
resolution: {integrity: sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
'@types/unist': 3.0.2
|
'@types/unist': 3.0.2
|
||||||
@ -3149,8 +3142,8 @@ packages:
|
|||||||
engines: {node: '>=16.17.0'}
|
engines: {node: '>=16.17.0'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/import-meta-resolve@4.0.0:
|
/import-meta-resolve@4.1.0:
|
||||||
resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==}
|
resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/inherits@2.0.4:
|
/inherits@2.0.4:
|
||||||
@ -3194,11 +3187,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
binary-extensions: 2.3.0
|
binary-extensions: 2.3.0
|
||||||
|
|
||||||
/is-buffer@2.0.5:
|
|
||||||
resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==}
|
|
||||||
engines: {node: '>=4'}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/is-core-module@2.13.1:
|
/is-core-module@2.13.1:
|
||||||
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
|
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4054,12 +4042,6 @@ packages:
|
|||||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
/nlcst-to-string@3.1.1:
|
|
||||||
resolution: {integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==}
|
|
||||||
dependencies:
|
|
||||||
'@types/nlcst': 1.0.4
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/nlcst-to-string@4.0.0:
|
/nlcst-to-string@4.0.0:
|
||||||
resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==}
|
resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4131,7 +4113,7 @@ packages:
|
|||||||
is-unicode-supported: 2.0.0
|
is-unicode-supported: 2.0.0
|
||||||
log-symbols: 6.0.0
|
log-symbols: 6.0.0
|
||||||
stdin-discarder: 0.2.2
|
stdin-discarder: 0.2.2
|
||||||
string-width: 7.1.0
|
string-width: 7.2.0
|
||||||
strip-ansi: 7.1.0
|
strip-ansi: 7.1.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@ -4201,14 +4183,6 @@ packages:
|
|||||||
is-hexadecimal: 2.0.1
|
is-hexadecimal: 2.0.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/parse-latin@5.0.1:
|
|
||||||
resolution: {integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==}
|
|
||||||
dependencies:
|
|
||||||
nlcst-to-string: 3.1.1
|
|
||||||
unist-util-modify-children: 3.1.1
|
|
||||||
unist-util-visit-children: 2.0.2
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/parse-latin@7.0.0:
|
/parse-latin@7.0.0:
|
||||||
resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==}
|
resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4269,6 +4243,10 @@ packages:
|
|||||||
/picocolors@1.0.0:
|
/picocolors@1.0.0:
|
||||||
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
||||||
|
|
||||||
|
/picocolors@1.0.1:
|
||||||
|
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/picomatch@2.3.1:
|
/picomatch@2.3.1:
|
||||||
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
||||||
engines: {node: '>=8.6'}
|
engines: {node: '>=8.6'}
|
||||||
@ -4364,12 +4342,12 @@ packages:
|
|||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
source-map-js: 1.1.0
|
source-map-js: 1.1.0
|
||||||
|
|
||||||
/postcss@8.4.38:
|
/postcss@8.4.39:
|
||||||
resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
|
resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.7
|
nanoid: 3.3.7
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.1
|
||||||
source-map-js: 1.2.0
|
source-map-js: 1.2.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@ -4514,7 +4492,7 @@ packages:
|
|||||||
unified: 11.0.4
|
unified: 11.0.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/rehype-pretty-code@0.13.2(shiki@1.7.0):
|
/rehype-pretty-code@0.13.2(shiki@1.10.1):
|
||||||
resolution: {integrity: sha512-F+PaFMscfJOcSHcR2b//+hk/0jT56hmGDqXcVD6VC9j0CUSGiqv8YxaWUyhR7qEIRRSbzAVxx+0uxzk+akXs+w==}
|
resolution: {integrity: sha512-F+PaFMscfJOcSHcR2b//+hk/0jT56hmGDqXcVD6VC9j0CUSGiqv8YxaWUyhR7qEIRRSbzAVxx+0uxzk+akXs+w==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -4524,7 +4502,7 @@ packages:
|
|||||||
hast-util-to-string: 3.0.0
|
hast-util-to-string: 3.0.0
|
||||||
parse-numeric-range: 1.3.0
|
parse-numeric-range: 1.3.0
|
||||||
rehype-parse: 9.0.0
|
rehype-parse: 9.0.0
|
||||||
shiki: 1.7.0
|
shiki: 1.10.1
|
||||||
unified: 11.0.4
|
unified: 11.0.4
|
||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
dev: false
|
dev: false
|
||||||
@ -4552,7 +4530,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
hast-util-to-html: 9.0.1
|
hast-util-to-html: 9.0.1
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/rehype@13.0.1:
|
/rehype@13.0.1:
|
||||||
@ -4592,7 +4570,7 @@ packages:
|
|||||||
'@types/mdast': 4.0.3
|
'@types/mdast': 4.0.3
|
||||||
mdast-util-from-markdown: 2.0.0
|
mdast-util-from-markdown: 2.0.0
|
||||||
micromark-util-types: 2.0.0
|
micromark-util-types: 2.0.0
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
@ -4603,19 +4581,10 @@ packages:
|
|||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
'@types/mdast': 4.0.3
|
'@types/mdast': 4.0.3
|
||||||
mdast-util-to-hast: 13.1.0
|
mdast-util-to-hast: 13.1.0
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
vfile: 6.0.1
|
vfile: 6.0.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/remark-smartypants@2.1.0:
|
|
||||||
resolution: {integrity: sha512-qoF6Vz3BjU2tP6OfZqHOvCU0ACmu/6jhGaINSQRI9mM7wCxNQTKB3JUAN4SVoN2ybElEDTxBIABRep7e569iJw==}
|
|
||||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
||||||
dependencies:
|
|
||||||
retext: 8.1.0
|
|
||||||
retext-smartypants: 5.2.0
|
|
||||||
unist-util-visit: 5.0.0
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/remark-smartypants@3.0.1:
|
/remark-smartypants@3.0.1:
|
||||||
resolution: {integrity: sha512-qyshfCl2eLO0i0558e79ZJsfojC5wjnYLByjt0FmjJQN6aYwcRxpoj784LZJSoWCdnA2ubh5rLNGb8Uur/wDng==}
|
resolution: {integrity: sha512-qyshfCl2eLO0i0558e79ZJsfojC5wjnYLByjt0FmjJQN6aYwcRxpoj784LZJSoWCdnA2ubh5rLNGb8Uur/wDng==}
|
||||||
engines: {node: '>=16.0.0'}
|
engines: {node: '>=16.0.0'}
|
||||||
@ -4631,7 +4600,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/mdast': 4.0.3
|
'@types/mdast': 4.0.3
|
||||||
mdast-util-to-markdown: 2.1.0
|
mdast-util-to-markdown: 2.1.0
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/resolve@1.22.8:
|
/resolve@1.22.8:
|
||||||
@ -4650,30 +4619,12 @@ packages:
|
|||||||
signal-exit: 3.0.7
|
signal-exit: 3.0.7
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/retext-latin@3.1.0:
|
|
||||||
resolution: {integrity: sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==}
|
|
||||||
dependencies:
|
|
||||||
'@types/nlcst': 1.0.4
|
|
||||||
parse-latin: 5.0.1
|
|
||||||
unherit: 3.0.1
|
|
||||||
unified: 10.1.2
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/retext-latin@4.0.0:
|
/retext-latin@4.0.0:
|
||||||
resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==}
|
resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/nlcst': 2.0.3
|
'@types/nlcst': 2.0.3
|
||||||
parse-latin: 7.0.0
|
parse-latin: 7.0.0
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
dev: false
|
|
||||||
|
|
||||||
/retext-smartypants@5.2.0:
|
|
||||||
resolution: {integrity: sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==}
|
|
||||||
dependencies:
|
|
||||||
'@types/nlcst': 1.0.4
|
|
||||||
nlcst-to-string: 3.1.1
|
|
||||||
unified: 10.1.2
|
|
||||||
unist-util-visit: 4.1.2
|
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/retext-smartypants@6.1.0:
|
/retext-smartypants@6.1.0:
|
||||||
@ -4684,29 +4635,12 @@ packages:
|
|||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/retext-stringify@3.1.0:
|
|
||||||
resolution: {integrity: sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==}
|
|
||||||
dependencies:
|
|
||||||
'@types/nlcst': 1.0.4
|
|
||||||
nlcst-to-string: 3.1.1
|
|
||||||
unified: 10.1.2
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/retext-stringify@4.0.0:
|
/retext-stringify@4.0.0:
|
||||||
resolution: {integrity: sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==}
|
resolution: {integrity: sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/nlcst': 2.0.3
|
'@types/nlcst': 2.0.3
|
||||||
nlcst-to-string: 4.0.0
|
nlcst-to-string: 4.0.0
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
dev: false
|
|
||||||
|
|
||||||
/retext@8.1.0:
|
|
||||||
resolution: {integrity: sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==}
|
|
||||||
dependencies:
|
|
||||||
'@types/nlcst': 1.0.4
|
|
||||||
retext-latin: 3.1.0
|
|
||||||
retext-stringify: 3.1.0
|
|
||||||
unified: 10.1.2
|
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/retext@9.0.0:
|
/retext@9.0.0:
|
||||||
@ -4715,7 +4649,7 @@ packages:
|
|||||||
'@types/nlcst': 2.0.3
|
'@types/nlcst': 2.0.3
|
||||||
retext-latin: 4.0.0
|
retext-latin: 4.0.0
|
||||||
retext-stringify: 4.0.0
|
retext-stringify: 4.0.0
|
||||||
unified: 11.0.4
|
unified: 11.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/reusify@1.0.4:
|
/reusify@1.0.4:
|
||||||
@ -4849,10 +4783,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
/shiki@1.7.0:
|
/shiki@1.10.1:
|
||||||
resolution: {integrity: sha512-H5pMn4JA7ayx8H0qOz1k2qANq6mZVCMl1gKLK6kWIrv1s2Ial4EmD4s4jE8QB5Dw03d/oCQUxc24sotuyR5byA==}
|
resolution: {integrity: sha512-uafV7WCgN4YYrccH6yxpnps6k38sSTlFRrwc4jycWmhWxJIm9dPrk+XkY1hZ2t0I7jmacMNb15Lf2fspa/Y3lg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/core': 1.7.0
|
'@shikijs/core': 1.10.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/signal-exit@3.0.7:
|
/signal-exit@3.0.7:
|
||||||
@ -4938,8 +4872,8 @@ packages:
|
|||||||
emoji-regex: 9.2.2
|
emoji-regex: 9.2.2
|
||||||
strip-ansi: 7.1.0
|
strip-ansi: 7.1.0
|
||||||
|
|
||||||
/string-width@7.1.0:
|
/string-width@7.2.0:
|
||||||
resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==}
|
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
dependencies:
|
dependencies:
|
||||||
emoji-regex: 10.3.0
|
emoji-regex: 10.3.0
|
||||||
@ -5103,8 +5037,8 @@ packages:
|
|||||||
/ts-interface-checker@0.1.13:
|
/ts-interface-checker@0.1.13:
|
||||||
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
||||||
|
|
||||||
/tsconfck@3.1.0:
|
/tsconfck@3.1.1:
|
||||||
resolution: {integrity: sha512-CMjc5zMnyAjcS9sPLytrbFmj89st2g+JYtY/c02ug4Q+CZaAtCgbyviI0n1YvjZE/pzoc6FbNsINS13DOL1B9w==}
|
resolution: {integrity: sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==}
|
||||||
engines: {node: ^18 || >=20}
|
engines: {node: ^18 || >=20}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -5127,22 +5061,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==}
|
resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unherit@3.0.1:
|
|
||||||
resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unified@10.1.2:
|
|
||||||
resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
bail: 2.0.2
|
|
||||||
extend: 3.0.2
|
|
||||||
is-buffer: 2.0.5
|
|
||||||
is-plain-obj: 4.1.0
|
|
||||||
trough: 2.2.0
|
|
||||||
vfile: 5.3.7
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unified@11.0.4:
|
/unified@11.0.4:
|
||||||
resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==}
|
resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5155,6 +5073,18 @@ packages:
|
|||||||
vfile: 6.0.1
|
vfile: 6.0.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/unified@11.0.5:
|
||||||
|
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
|
||||||
|
dependencies:
|
||||||
|
'@types/unist': 3.0.2
|
||||||
|
bail: 2.0.2
|
||||||
|
devlop: 1.1.0
|
||||||
|
extend: 3.0.2
|
||||||
|
is-plain-obj: 4.1.0
|
||||||
|
trough: 2.2.0
|
||||||
|
vfile: 6.0.1
|
||||||
|
dev: false
|
||||||
|
|
||||||
/unist-util-find-after@5.0.0:
|
/unist-util-find-after@5.0.0:
|
||||||
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
|
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5162,25 +5092,12 @@ packages:
|
|||||||
unist-util-is: 6.0.0
|
unist-util-is: 6.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unist-util-is@5.2.1:
|
|
||||||
resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unist-util-is@6.0.0:
|
/unist-util-is@6.0.0:
|
||||||
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
|
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/unist': 3.0.2
|
'@types/unist': 3.0.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unist-util-modify-children@3.1.1:
|
|
||||||
resolution: {integrity: sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
array-iterate: 2.0.1
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unist-util-modify-children@4.0.0:
|
/unist-util-modify-children@4.0.0:
|
||||||
resolution: {integrity: sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==}
|
resolution: {integrity: sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5207,37 +5124,18 @@ packages:
|
|||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unist-util-stringify-position@3.0.3:
|
|
||||||
resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unist-util-stringify-position@4.0.0:
|
/unist-util-stringify-position@4.0.0:
|
||||||
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
|
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/unist': 3.0.2
|
'@types/unist': 3.0.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unist-util-visit-children@2.0.2:
|
|
||||||
resolution: {integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unist-util-visit-children@3.0.0:
|
/unist-util-visit-children@3.0.0:
|
||||||
resolution: {integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==}
|
resolution: {integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/unist': 3.0.2
|
'@types/unist': 3.0.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unist-util-visit-parents@5.1.3:
|
|
||||||
resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
unist-util-is: 5.2.1
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unist-util-visit-parents@6.0.1:
|
/unist-util-visit-parents@6.0.1:
|
||||||
resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
|
resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5245,14 +5143,6 @@ packages:
|
|||||||
unist-util-is: 6.0.0
|
unist-util-is: 6.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unist-util-visit@4.1.2:
|
|
||||||
resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
unist-util-is: 5.2.1
|
|
||||||
unist-util-visit-parents: 5.1.3
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/unist-util-visit@5.0.0:
|
/unist-util-visit@5.0.0:
|
||||||
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
|
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5327,13 +5217,6 @@ packages:
|
|||||||
vfile: 6.0.1
|
vfile: 6.0.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vfile-message@3.1.4:
|
|
||||||
resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
unist-util-stringify-position: 3.0.3
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/vfile-message@4.0.2:
|
/vfile-message@4.0.2:
|
||||||
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
|
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5341,15 +5224,6 @@ packages:
|
|||||||
unist-util-stringify-position: 4.0.0
|
unist-util-stringify-position: 4.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vfile@5.3.7:
|
|
||||||
resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==}
|
|
||||||
dependencies:
|
|
||||||
'@types/unist': 2.0.10
|
|
||||||
is-buffer: 2.0.5
|
|
||||||
unist-util-stringify-position: 3.0.3
|
|
||||||
vfile-message: 3.1.4
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/vfile@6.0.1:
|
/vfile@6.0.1:
|
||||||
resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==}
|
resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5358,8 +5232,8 @@ packages:
|
|||||||
vfile-message: 4.0.2
|
vfile-message: 4.0.2
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vite@5.3.1:
|
/vite@5.3.3:
|
||||||
resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
|
resolution: {integrity: sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -5387,13 +5261,13 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
postcss: 8.4.38
|
postcss: 8.4.39
|
||||||
rollup: 4.13.0
|
rollup: 4.13.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vitefu@0.2.5(vite@5.3.1):
|
/vitefu@0.2.5(vite@5.3.3):
|
||||||
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
|
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
|
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
|
||||||
@ -5401,7 +5275,7 @@ packages:
|
|||||||
vite:
|
vite:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.3.1
|
vite: 5.3.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/web-namespaces@2.0.1:
|
/web-namespaces@2.0.1:
|
||||||
|
Loading…
Reference in New Issue
Block a user