Bump the dev-dependencies group with 2 updates #105
|
@ -22,7 +22,7 @@
|
||||||
"test:starlight:coverage": "pnpm --filter starlight-ghostcms test:coverage"
|
"test:starlight:coverage": "pnpm --filter starlight-ghostcms test:coverage"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "1.5.3",
|
"@biomejs/biome": "1.6.0",
|
||||||
"@changesets/cli": "^2.27.1",
|
"@changesets/cli": "^2.27.1",
|
||||||
"@vitest/ui": "^1.3.1",
|
"@vitest/ui": "^1.3.1",
|
||||||
"vitest": "^1.3.1",
|
"vitest": "^1.3.1",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@matthiesenxyz/astro-ghostcms": "*",
|
"@matthiesenxyz/astro-ghostcms": "*",
|
||||||
"@astrojs/check": "^0.5.6",
|
"@astrojs/check": "^0.5.7",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
286
pnpm-lock.yaml
286
pnpm-lock.yaml
|
@ -9,8 +9,8 @@ importers:
|
||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@biomejs/biome':
|
'@biomejs/biome':
|
||||||
specifier: 1.5.3
|
specifier: 1.6.0
|
||||||
version: 1.5.3
|
version: 1.6.0
|
||||||
'@changesets/cli':
|
'@changesets/cli':
|
||||||
specifier: ^2.27.1
|
specifier: ^2.27.1
|
||||||
version: 2.27.1
|
version: 2.27.1
|
||||||
|
@ -101,7 +101,7 @@ importers:
|
||||||
version: link:../astro-ghostcms
|
version: link:../astro-ghostcms
|
||||||
'@unocss/astro':
|
'@unocss/astro':
|
||||||
specifier: ^0.58.5
|
specifier: ^0.58.5
|
||||||
version: 0.58.5(vite@5.1.5)
|
version: 0.58.5(vite@5.1.6)
|
||||||
'@unocss/reset':
|
'@unocss/reset':
|
||||||
specifier: ^0.58.5
|
specifier: ^0.58.5
|
||||||
version: 0.58.5
|
version: 0.58.5
|
||||||
|
@ -122,7 +122,7 @@ importers:
|
||||||
version: 1.5.3
|
version: 1.5.3
|
||||||
unocss:
|
unocss:
|
||||||
specifier: ^0.58.5
|
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:
|
devDependencies:
|
||||||
'@typescript-eslint/parser':
|
'@typescript-eslint/parser':
|
||||||
specifier: ^7.1.1
|
specifier: ^7.1.1
|
||||||
|
@ -211,8 +211,8 @@ importers:
|
||||||
version: 1.5.3
|
version: 1.5.3
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/check':
|
'@astrojs/check':
|
||||||
specifier: ^0.5.6
|
specifier: ^0.5.7
|
||||||
version: 0.5.6(typescript@5.4.2)
|
version: 0.5.7(typescript@5.4.2)
|
||||||
'@matthiesenxyz/astro-ghostcms':
|
'@matthiesenxyz/astro-ghostcms':
|
||||||
specifier: '*'
|
specifier: '*'
|
||||||
version: link:../astro-ghostcms
|
version: link:../astro-ghostcms
|
||||||
|
@ -316,7 +316,7 @@ importers:
|
||||||
version: link:../../packages/astro-ghostcms-theme-default
|
version: link:../../packages/astro-ghostcms-theme-default
|
||||||
'@unocss/astro':
|
'@unocss/astro':
|
||||||
specifier: ^0.58.5
|
specifier: ^0.58.5
|
||||||
version: 0.58.5(vite@5.1.5)
|
version: 0.58.5(vite@5.1.6)
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.4.13
|
specifier: ^4.4.13
|
||||||
version: 4.4.13(sass@1.71.1)(typescript@5.4.2)
|
version: 4.4.13(sass@1.71.1)(typescript@5.4.2)
|
||||||
|
@ -332,7 +332,7 @@ importers:
|
||||||
version: 5.4.2
|
version: 5.4.2
|
||||||
unocss:
|
unocss:
|
||||||
specifier: ^0.58.5
|
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:
|
playgrounds/starlight-playground:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -392,6 +392,24 @@ packages:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- prettier
|
- prettier
|
||||||
- prettier-plugin-astro
|
- prettier-plugin-astro
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/@astrojs/check@0.5.7(typescript@5.4.2):
|
||||||
|
resolution: {integrity: sha512-ymJRoC8rb6rfCaLXej5fcgmxIdzea1xFHM2jAb15kGO2hfD/E10fzk5CTcFnuRUO38x9yYAjuFIn/y0QXdxBkA==}
|
||||||
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
typescript: ^5.0.0
|
||||||
|
dependencies:
|
||||||
|
'@astrojs/language-server': 2.7.7(typescript@5.4.2)
|
||||||
|
chokidar: 3.6.0
|
||||||
|
fast-glob: 3.3.2
|
||||||
|
kleur: 4.1.5
|
||||||
|
typescript: 5.4.2
|
||||||
|
yargs: 17.7.2
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- prettier
|
||||||
|
- prettier-plugin-astro
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@astrojs/compiler@1.8.2:
|
/@astrojs/compiler@1.8.2:
|
||||||
resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}
|
resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}
|
||||||
|
@ -433,6 +451,39 @@ packages:
|
||||||
vscode-uri: 3.0.8
|
vscode-uri: 3.0.8
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/@astrojs/language-server@2.7.7(typescript@5.4.2):
|
||||||
|
resolution: {integrity: sha512-1DdYlIGqzIpuHFMECDCFrOYvwhrRGnB7mCwSSyNdIUXFx9QIUgFJoZUR2/gYk0y8L2hpwm7Wa5d8NuiRv5V9kg==}
|
||||||
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
prettier: ^3.0.0
|
||||||
|
prettier-plugin-astro: '>=0.11.0'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
prettier:
|
||||||
|
optional: true
|
||||||
|
prettier-plugin-astro:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
'@astrojs/compiler': 2.5.3
|
||||||
|
'@jridgewell/sourcemap-codec': 1.4.15
|
||||||
|
'@volar/kit': 2.0.4(typescript@5.4.2)
|
||||||
|
'@volar/language-core': 2.0.4
|
||||||
|
'@volar/language-server': 2.0.4
|
||||||
|
'@volar/language-service': 2.0.4
|
||||||
|
'@volar/typescript': 2.0.4
|
||||||
|
fast-glob: 3.3.2
|
||||||
|
volar-service-css: 0.0.30(@volar/language-service@2.0.4)
|
||||||
|
volar-service-emmet: 0.0.30(@volar/language-service@2.0.4)
|
||||||
|
volar-service-html: 0.0.30(@volar/language-service@2.0.4)
|
||||||
|
volar-service-prettier: 0.0.30(@volar/language-service@2.0.4)
|
||||||
|
volar-service-typescript: 0.0.30(@volar/language-service@2.0.4)(@volar/typescript@2.0.4)
|
||||||
|
volar-service-typescript-twoslash-queries: 0.0.30(@volar/language-service@2.0.4)
|
||||||
|
vscode-html-languageservice: 5.1.2
|
||||||
|
vscode-uri: 3.0.8
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- typescript
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@astrojs/markdown-remark@4.2.1:
|
/@astrojs/markdown-remark@4.2.1:
|
||||||
resolution: {integrity: sha512-2RQBIwrq+2qPYtp99bH+eL5hfbK0BoxXla85lHsRpIX/IsGqFrPX6pXI2cbWPihBwGbKCdxS6uZNX2QerZWwpQ==}
|
resolution: {integrity: sha512-2RQBIwrq+2qPYtp99bH+eL5hfbK0BoxXla85lHsRpIX/IsGqFrPX6pXI2cbWPihBwGbKCdxS6uZNX2QerZWwpQ==}
|
||||||
|
@ -855,24 +906,24 @@ packages:
|
||||||
'@babel/helper-validator-identifier': 7.22.20
|
'@babel/helper-validator-identifier': 7.22.20
|
||||||
to-fast-properties: 2.0.0
|
to-fast-properties: 2.0.0
|
||||||
|
|
||||||
/@biomejs/biome@1.5.3:
|
/@biomejs/biome@1.6.0:
|
||||||
resolution: {integrity: sha512-yvZCa/g3akwTaAQ7PCwPWDCkZs3Qa5ONg/fgOUT9e6wAWsPftCjLQFPXBeGxPK30yZSSpgEmRCfpGTmVbUjGgg==}
|
resolution: {integrity: sha512-hvP8K1+CV8qc9eNdXtPwzScVxFSHB448CPKSqX6+8IW8G7bbhBVKGC80BowExJN5+vu+kzsj4xkWa780MAOlJw==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@biomejs/cli-darwin-arm64': 1.5.3
|
'@biomejs/cli-darwin-arm64': 1.6.0
|
||||||
'@biomejs/cli-darwin-x64': 1.5.3
|
'@biomejs/cli-darwin-x64': 1.6.0
|
||||||
'@biomejs/cli-linux-arm64': 1.5.3
|
'@biomejs/cli-linux-arm64': 1.6.0
|
||||||
'@biomejs/cli-linux-arm64-musl': 1.5.3
|
'@biomejs/cli-linux-arm64-musl': 1.6.0
|
||||||
'@biomejs/cli-linux-x64': 1.5.3
|
'@biomejs/cli-linux-x64': 1.6.0
|
||||||
'@biomejs/cli-linux-x64-musl': 1.5.3
|
'@biomejs/cli-linux-x64-musl': 1.6.0
|
||||||
'@biomejs/cli-win32-arm64': 1.5.3
|
'@biomejs/cli-win32-arm64': 1.6.0
|
||||||
'@biomejs/cli-win32-x64': 1.5.3
|
'@biomejs/cli-win32-x64': 1.6.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@biomejs/cli-darwin-arm64@1.5.3:
|
/@biomejs/cli-darwin-arm64@1.6.0:
|
||||||
resolution: {integrity: sha512-ImU7mh1HghEDyqNmxEZBoMPr8SxekkZuYcs+gynKlNW+TALQs7swkERiBLkG9NR0K1B3/2uVzlvYowXrmlW8hw==}
|
resolution: {integrity: sha512-K1Fjqye5pt+Ua+seC7V/2bFjfnqOaEOcQbBQSiiefB/VPNOb6lA5NFIfJ1PskTA3JrMXE1k7iqKQn56qrKFS6A==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
@ -880,8 +931,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-darwin-x64@1.5.3:
|
/@biomejs/cli-darwin-x64@1.6.0:
|
||||||
resolution: {integrity: sha512-vCdASqYnlpq/swErH7FD6nrFz0czFtK4k/iLgj0/+VmZVjineFPgevOb+Sr9vz0tk0GfdQO60bSpI74zU8M9Dw==}
|
resolution: {integrity: sha512-CjEALu6vN9RbcfhaBDoj481mesUIsUjxgQn+/kiMCea+Paypqslhez1I7OwRBJnkzz+Pa+PXdABd7S30eyy6+Q==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
@ -889,8 +940,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-linux-arm64-musl@1.5.3:
|
/@biomejs/cli-linux-arm64-musl@1.6.0:
|
||||||
resolution: {integrity: sha512-DYuMizUYUBYfS0IHGjDrOP1RGipqWfMGEvNEJ398zdtmCKLXaUvTimiox5dvx4X15mBK5M2m8wgWUgOP1giUpQ==}
|
resolution: {integrity: sha512-prww6AUuJ+IO/GziN3WjtGM/DNOVuPFxqWrK97wKTZygEDdA+o1qHUN2HeCkSyk084xnzbMSbls5xscAKAn43A==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
@ -898,8 +949,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-linux-arm64@1.5.3:
|
/@biomejs/cli-linux-arm64@1.6.0:
|
||||||
resolution: {integrity: sha512-cupBQv0sNF1OKqBfx7EDWMSsKwRrBUZfjXawT4s6hKV6ALq7p0QzWlxr/sDmbKMLOaLQtw2Qgu/77N9rm+f9Rg==}
|
resolution: {integrity: sha512-32LVrC7dAgQT39YZ0ieO/VzzpAflozs9mW5K0oKNef7S4ocCdk89E98eXApxOdei0JTf3vfseDCl1AUIp6MwJw==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
@ -907,8 +958,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-linux-x64-musl@1.5.3:
|
/@biomejs/cli-linux-x64-musl@1.6.0:
|
||||||
resolution: {integrity: sha512-UUHiAnlDqr2Y/LpvshBFhUYMWkl2/Jn+bi3U6jKuav0qWbbBKU/ByHgR4+NBxpKBYoCtWxhnmatfH1bpPIuZMw==}
|
resolution: {integrity: sha512-NwitWeUKCy8G/rr+rgHPYirnrsOjJEJBWODdaRzweeFNcJjvO6de6AmNdSJzsewzLEaxjOWyoXU03MdzbGz/6Q==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
@ -916,8 +967,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-linux-x64@1.5.3:
|
/@biomejs/cli-linux-x64@1.6.0:
|
||||||
resolution: {integrity: sha512-YQrSArQvcv4FYsk7Q91Yv4uuu5F8hJyORVcv3zsjCLGkjIjx2RhjYLpTL733SNL7v33GmOlZY0eFR1ko38tuUw==}
|
resolution: {integrity: sha512-b6mWu9Cu4w5B3K46wq9SlxKEZEEL6II/6HFNAuZ4YL8mOeQ0FTMU+wNMJFKkmkSE2zvim3xwW3PknmbLKbe3Mg==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
@ -925,8 +976,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-win32-arm64@1.5.3:
|
/@biomejs/cli-win32-arm64@1.6.0:
|
||||||
resolution: {integrity: sha512-HxatYH7vf/kX9nrD+pDYuV2GI9GV8EFo6cfKkahAecTuZLPxryHx1WEfJthp5eNsE0+09STGkKIKjirP0ufaZA==}
|
resolution: {integrity: sha512-DlNOL6mG+76iZS1gL/UiuMme7jnt+auzo2+u0aUq6UXYsb75juchwlnVLy2UV5CQjVBRB8+RM+KVoXRZ8NlBjQ==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
@ -934,8 +985,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@biomejs/cli-win32-x64@1.5.3:
|
/@biomejs/cli-win32-x64@1.6.0:
|
||||||
resolution: {integrity: sha512-fMvbSouZEASU7mZH8SIJSANDm5OqsjgtVXlbUqxwed6BP7uuHRSs396Aqwh2+VoW8fwTpp6ybIUoC9FrzB0kyA==}
|
resolution: {integrity: sha512-sXBcXIOGuG8/XcHqmnkhLIs0oy6Dp+TkH4Alr4WH/P8mNsp5GcStI/ZwbEiEoxA0P3Fi+oUppQ6srxaY2rSCHg==}
|
||||||
engines: {node: '>=14.*'}
|
engines: {node: '>=14.*'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
@ -2258,6 +2309,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-android-arm64@4.11.0:
|
||||||
resolution: {integrity: sha512-0ij3iw7sT5jbcdXofWO2NqDNjSVVsf6itcAkV2I6Xsq4+6wjW1A8rViVB67TfBEan7PV2kbLzT8rhOVWLI2YXw==}
|
resolution: {integrity: sha512-0ij3iw7sT5jbcdXofWO2NqDNjSVVsf6itcAkV2I6Xsq4+6wjW1A8rViVB67TfBEan7PV2kbLzT8rhOVWLI2YXw==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
|
@ -2265,6 +2323,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-darwin-arm64@4.11.0:
|
||||||
resolution: {integrity: sha512-yPLs6RbbBMupArf6qv1UDk6dzZvlH66z6NLYEwqTU0VHtss1wkI4UYeeMS7TVj5QRVvaNAWYKP0TD/MOeZ76Zg==}
|
resolution: {integrity: sha512-yPLs6RbbBMupArf6qv1UDk6dzZvlH66z6NLYEwqTU0VHtss1wkI4UYeeMS7TVj5QRVvaNAWYKP0TD/MOeZ76Zg==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
|
@ -2272,6 +2337,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-darwin-x64@4.11.0:
|
||||||
resolution: {integrity: sha512-OvqIgwaGAwnASzXaZEeoJY3RltOFg+WUbdkdfoluh2iqatd090UeOG3A/h0wNZmE93dDew9tAtXgm3/+U/B6bw==}
|
resolution: {integrity: sha512-OvqIgwaGAwnASzXaZEeoJY3RltOFg+WUbdkdfoluh2iqatd090UeOG3A/h0wNZmE93dDew9tAtXgm3/+U/B6bw==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
|
@ -2279,6 +2351,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-linux-arm-gnueabihf@4.11.0:
|
||||||
resolution: {integrity: sha512-X17s4hZK3QbRmdAuLd2EE+qwwxL8JxyVupEqAkxKPa/IgX49ZO+vf0ka69gIKsaYeo6c1CuwY3k8trfDtZ9dFg==}
|
resolution: {integrity: sha512-X17s4hZK3QbRmdAuLd2EE+qwwxL8JxyVupEqAkxKPa/IgX49ZO+vf0ka69gIKsaYeo6c1CuwY3k8trfDtZ9dFg==}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
|
@ -2286,6 +2365,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-linux-arm64-gnu@4.11.0:
|
||||||
resolution: {integrity: sha512-673Lu9EJwxVB9NfYeA4AdNu0FOHz7g9t6N1DmT7bZPn1u6bTF+oZjj+fuxUcrfxWXE0r2jxl5QYMa9cUOj9NFg==}
|
resolution: {integrity: sha512-673Lu9EJwxVB9NfYeA4AdNu0FOHz7g9t6N1DmT7bZPn1u6bTF+oZjj+fuxUcrfxWXE0r2jxl5QYMa9cUOj9NFg==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
|
@ -2293,6 +2379,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-linux-arm64-musl@4.11.0:
|
||||||
resolution: {integrity: sha512-yFW2msTAQNpPJaMmh2NpRalr1KXI7ZUjlN6dY/FhWlOclMrZezm5GIhy3cP4Ts2rIAC+IPLAjNibjp1BsxCVGg==}
|
resolution: {integrity: sha512-yFW2msTAQNpPJaMmh2NpRalr1KXI7ZUjlN6dY/FhWlOclMrZezm5GIhy3cP4Ts2rIAC+IPLAjNibjp1BsxCVGg==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
|
@ -2300,6 +2393,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-linux-riscv64-gnu@4.11.0:
|
||||||
resolution: {integrity: sha512-kKT9XIuhbvYgiA3cPAGntvrBgzhWkGpBMzuk1V12Xuoqg7CI41chye4HU0vLJnGf9MiZzfNh4I7StPeOzOWJfA==}
|
resolution: {integrity: sha512-kKT9XIuhbvYgiA3cPAGntvrBgzhWkGpBMzuk1V12Xuoqg7CI41chye4HU0vLJnGf9MiZzfNh4I7StPeOzOWJfA==}
|
||||||
cpu: [riscv64]
|
cpu: [riscv64]
|
||||||
|
@ -2307,6 +2407,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-linux-x64-gnu@4.11.0:
|
||||||
resolution: {integrity: sha512-6q4ESWlyTO+erp1PSCmASac+ixaDv11dBk1fqyIuvIUc/CmRAX2Zk+2qK1FGo5q7kyDcjHCFVwgGFCGIZGVwCA==}
|
resolution: {integrity: sha512-6q4ESWlyTO+erp1PSCmASac+ixaDv11dBk1fqyIuvIUc/CmRAX2Zk+2qK1FGo5q7kyDcjHCFVwgGFCGIZGVwCA==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
|
@ -2314,6 +2421,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-linux-x64-musl@4.11.0:
|
||||||
resolution: {integrity: sha512-vIAQUmXeMLmaDN78HSE4Kh6xqof2e3TJUKr+LPqXWU4NYNON0MDN9h2+t4KHrPAQNmU3w1GxBQ/n01PaWFwa5w==}
|
resolution: {integrity: sha512-vIAQUmXeMLmaDN78HSE4Kh6xqof2e3TJUKr+LPqXWU4NYNON0MDN9h2+t4KHrPAQNmU3w1GxBQ/n01PaWFwa5w==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
|
@ -2321,6 +2435,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-win32-arm64-msvc@4.11.0:
|
||||||
resolution: {integrity: sha512-LVXo9dDTGPr0nezMdqa1hK4JeoMZ02nstUxGYY/sMIDtTYlli1ZxTXBYAz3vzuuvKO4X6NBETciIh7N9+abT1g==}
|
resolution: {integrity: sha512-LVXo9dDTGPr0nezMdqa1hK4JeoMZ02nstUxGYY/sMIDtTYlli1ZxTXBYAz3vzuuvKO4X6NBETciIh7N9+abT1g==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
|
@ -2328,6 +2449,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-win32-ia32-msvc@4.11.0:
|
||||||
resolution: {integrity: sha512-xZVt6K70Gr3I7nUhug2dN6VRR1ibot3rXqXS3wo+8JP64t7djc3lBFyqO4GiVrhNaAIhUCJtwQ/20dr0h0thmQ==}
|
resolution: {integrity: sha512-xZVt6K70Gr3I7nUhug2dN6VRR1ibot3rXqXS3wo+8JP64t7djc3lBFyqO4GiVrhNaAIhUCJtwQ/20dr0h0thmQ==}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
|
@ -2335,6 +2463,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@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:
|
/@rollup/rollup-win32-x64-msvc@4.11.0:
|
||||||
resolution: {integrity: sha512-f3I7h9oTg79UitEco9/2bzwdciYkWr8pITs3meSDSlr1TdvQ7IxkQaaYN2YqZXX5uZhiYL+VuYDmHwNzhx+HOg==}
|
resolution: {integrity: sha512-f3I7h9oTg79UitEco9/2bzwdciYkWr8pITs3meSDSlr1TdvQ7IxkQaaYN2YqZXX5uZhiYL+VuYDmHwNzhx+HOg==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
|
@ -2342,6 +2477,13 @@ packages:
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@rollup/rollup-win32-x64-msvc@4.12.1:
|
||||||
|
resolution: {integrity: sha512-n+vkrSyphvmU0qkQ6QBNXCGr2mKjhP08mPRM/Xp5Ck2FV4NrHU+y6axzDeixUrCBHVUS51TZhjqrKBBsHLKb2Q==}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [win32]
|
||||||
|
requiresBuild: true
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@shikijs/core@1.1.7:
|
/@shikijs/core@1.1.7:
|
||||||
resolution: {integrity: sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==}
|
resolution: {integrity: sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==}
|
||||||
|
|
||||||
|
@ -2621,7 +2763,7 @@ packages:
|
||||||
/@ungap/structured-clone@1.2.0:
|
/@ungap/structured-clone@1.2.0:
|
||||||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
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==}
|
resolution: {integrity: sha512-LtuVnj8oFAK9663OVhQO8KpdJFiOyyPsYfnOZlDCOFK3gHb/2WMrzdBwr1w8LoQF3bDedkFMKirVF7gWjyZiaw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
|
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
|
||||||
|
@ -2631,8 +2773,8 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.58.5
|
'@unocss/core': 0.58.5
|
||||||
'@unocss/reset': 0.58.5
|
'@unocss/reset': 0.58.5
|
||||||
'@unocss/vite': 0.58.5(vite@5.1.5)
|
'@unocss/vite': 0.58.5(vite@5.1.6)
|
||||||
vite: 5.1.5(sass@1.71.1)
|
vite: 5.1.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
|
|
||||||
|
@ -2792,7 +2934,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/core': 0.58.5
|
'@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==}
|
resolution: {integrity: sha512-p4o1XNX1rvjmoUqSSdua8XyWNg/d+YUChDd2L/xEty+6j2qv0wUaohs3UQ87vWlv632/UmgdX+2MbrgtqthCtw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
|
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
|
||||||
|
@ -2807,7 +2949,7 @@ packages:
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.2
|
||||||
magic-string: 0.30.7
|
magic-string: 0.30.7
|
||||||
vite: 5.1.5(sass@1.71.1)
|
vite: 5.1.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
|
|
||||||
|
@ -7377,6 +7519,28 @@ packages:
|
||||||
'@rollup/rollup-win32-x64-msvc': 4.11.0
|
'@rollup/rollup-win32-x64-msvc': 4.11.0
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
|
/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.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:
|
/run-parallel@1.2.0:
|
||||||
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -8348,7 +8512,7 @@ packages:
|
||||||
engines: {node: '>= 10.0.0'}
|
engines: {node: '>= 10.0.0'}
|
||||||
dev: false
|
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==}
|
resolution: {integrity: sha512-0g4P6jLgRRNnhscxw7nQ9RHGrKJ1UPPiHPet+YT3TXUcmy4mTiYgo9+kGQf5bjyrzsELJ10cT6Qz2y6g9Tls4g==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -8360,7 +8524,7 @@ packages:
|
||||||
vite:
|
vite:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
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/cli': 0.58.5
|
||||||
'@unocss/core': 0.58.5
|
'@unocss/core': 0.58.5
|
||||||
'@unocss/extractor-arbitrary-variants': 0.58.5
|
'@unocss/extractor-arbitrary-variants': 0.58.5
|
||||||
|
@ -8379,8 +8543,8 @@ packages:
|
||||||
'@unocss/transformer-compile-class': 0.58.5
|
'@unocss/transformer-compile-class': 0.58.5
|
||||||
'@unocss/transformer-directives': 0.58.5
|
'@unocss/transformer-directives': 0.58.5
|
||||||
'@unocss/transformer-variant-group': 0.58.5
|
'@unocss/transformer-variant-group': 0.58.5
|
||||||
'@unocss/vite': 0.58.5(vite@5.1.5)
|
'@unocss/vite': 0.58.5(vite@5.1.6)
|
||||||
vite: 5.1.5(sass@1.71.1)
|
vite: 5.1.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- postcss
|
- postcss
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8586,6 +8750,40 @@ packages:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
|
/vite@5.1.6:
|
||||||
|
resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==}
|
||||||
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
'@types/node': ^18.0.0 || >=20.0.0
|
||||||
|
less: '*'
|
||||||
|
lightningcss: ^1.21.0
|
||||||
|
sass: '*'
|
||||||
|
stylus: '*'
|
||||||
|
sugarss: '*'
|
||||||
|
terser: ^5.4.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
'@types/node':
|
||||||
|
optional: true
|
||||||
|
less:
|
||||||
|
optional: true
|
||||||
|
lightningcss:
|
||||||
|
optional: true
|
||||||
|
sass:
|
||||||
|
optional: true
|
||||||
|
stylus:
|
||||||
|
optional: true
|
||||||
|
sugarss:
|
||||||
|
optional: true
|
||||||
|
terser:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
esbuild: 0.19.12
|
||||||
|
postcss: 8.4.35
|
||||||
|
rollup: 4.12.1
|
||||||
|
optionalDependencies:
|
||||||
|
fsevents: 2.3.3
|
||||||
|
|
||||||
/vitefu@0.2.5(vite@5.1.5):
|
/vitefu@0.2.5(vite@5.1.5):
|
||||||
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
|
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -8603,7 +8801,7 @@ packages:
|
||||||
vitest: '>=0.16.0'
|
vitest: '>=0.16.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
cross-fetch: 3.1.8
|
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:
|
transitivePeerDependencies:
|
||||||
- encoding
|
- encoding
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in New Issue