Bump prettier from 3.2.4 to 3.2.5 (#34)
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.2.5</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#325">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.2.5</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.4...3.2.5">diff</a></p> <h4>Support Angular inline styles as single template literal (<a href="https://redirect.github.com/prettier/prettier/pull/15968">#15968</a> by <a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4> <p><a href="https://blog.angular.io/introducing-angular-v17-4d7033312e4b">Angular v17</a> supports single string inline styles.</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input @Component({ template: `<div>...</div>`, styles: `h1 { color: blue; }`, }) export class AppComponent {} <p>// Prettier 3.2.4 <a href="https://github.com/Component"><code>@Component</code></a>({ template: <code>&lt;div&gt;...&lt;/div&gt;</code>, styles: <code>h1 { color: blue; }</code>, }) export class AppComponent {}</p> <p>// Prettier 3.2.5 <a href="https://github.com/Component"><code>@Component</code></a>({ template: <code>&lt;div&gt;...&lt;/div&gt;</code>, styles: <code>h1 { color: blue; }</code>, }) export class AppComponent {}</p> <p></code></pre></p> <h4>Unexpected embedded formatting for Angular template (<a href="https://redirect.github.com/prettier/prettier/pull/15969">#15969</a> by <a href="https://github.com/JounQin"><code>@JounQin</code></a>)</h4> <p>Computed template should not be considered as Angular component template</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input const template = "foobar"; <p><a href="https://github.com/Component"><code>@Component</code></a>({ [template]: <code>&lt;h1&gt;{{ hello }}&lt;/h1&gt;</code>, }) export class AppComponent {} </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="7142cf354c
"><code>7142cf3</code></a> Release 3.2.5</li> <li><a href="8cbee2e217
"><code>8cbee2e</code></a> chore(deps): update glimmer to v0.88.1 (<a href="https://redirect.github.com/prettier/prettier/issues/15991">#15991</a>)</li> <li><a href="45baee061c
"><code>45baee0</code></a> chore(deps): update dependency magic-string to v0.30.6 (<a href="https://redirect.github.com/prettier/prettier/issues/16022">#16022</a>)</li> <li><a href="9fb32a1a6b
"><code>9fb32a1</code></a> Minor refactor to property print (<a href="https://redirect.github.com/prettier/prettier/issues/15924">#15924</a>)</li> <li><a href="08f19401e4
"><code>08f1940</code></a> Update install script for husky v9 (<a href="https://redirect.github.com/prettier/prettier/issues/16000">#16000</a>)</li> <li><a href="6d0b1d2a93
"><code>6d0b1d2</code></a> Update yarn to v4.1.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16021">#16021</a>)</li> <li><a href="c8ba8dbca1
"><code>c8ba8db</code></a> chore(deps): update dependency <code>@angular/compiler</code> to v17.1.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16018">#16018</a>)</li> <li><a href="e2250ec688
"><code>e2250ec</code></a> chore(deps): update typescript-eslint to v6.20.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16015">#16015</a>)</li> <li><a href="02865f6cc7
"><code>02865f6</code></a> chore(deps): update dependency npm-run-all2 to v6.1.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16017">#16017</a>)</li> <li><a href="014ee5d474
"><code>014ee5d</code></a> chore(deps): update dependency hermes-parser to v0.19.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16014">#16014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.2.4...3.2.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
commit
c7a1bac569
|
@ -49,8 +49,8 @@
|
|||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-astro": "^0.29.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-astro": "^0.12.2",
|
||||
"prettier-plugin-astro": "^0.13.0",
|
||||
"prettier": "^3.2.5",
|
||||
"sharp": "^0.32.6",
|
||||
"@matthiesenxyz/astro-ghostcms": "workspace:*"
|
||||
},
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-astro": "^0.31.3",
|
||||
"prettier": "^3.2.4",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-astro": "^0.13.0",
|
||||
"typescript": "^5.3.3",
|
||||
"vitest": "^1.1.0",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-node": "^0.3.7",
|
||||
"eslint-import-resolver-typescript": "^3.5.3",
|
||||
"prettier": "^3.2.4",
|
||||
"prettier": "^3.2.5",
|
||||
"typescript": "^5.3.3",
|
||||
"vitest": "^1.1.0",
|
||||
"vite": "^5.0.12",
|
||||
|
|
101
pnpm-lock.yaml
101
pnpm-lock.yaml
|
@ -21,34 +21,6 @@ importers:
|
|||
specifier: ^0.2.2
|
||||
version: 0.2.2(vitest@1.2.1)
|
||||
|
||||
brutal-demo:
|
||||
dependencies:
|
||||
'@matthiesenxyz/astro-ghostcms':
|
||||
specifier: ^3.2.0
|
||||
version: link:../packages/astro-ghostcms
|
||||
'@matthiesenxyz/astro-ghostcms-brutalbyelian':
|
||||
specifier: 0.0.1
|
||||
version: link:../packages/astro-ghostcms-brutalbyelian
|
||||
'@unocss/astro':
|
||||
specifier: ^0.57.7
|
||||
version: 0.57.7(vite@5.0.12)
|
||||
astro:
|
||||
specifier: ^4.3.2
|
||||
version: 4.3.2(@types/node@20.11.16)(typescript@5.3.3)
|
||||
devDependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
'@unocss/reset':
|
||||
specifier: ^0.57.7
|
||||
version: 0.57.7
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
unocss:
|
||||
specifier: ^0.57.7
|
||||
version: 0.57.7(postcss@8.4.33)(vite@5.0.12)
|
||||
|
||||
catppuccin-dark-demo:
|
||||
dependencies:
|
||||
'@astrojs/tailwind':
|
||||
|
@ -69,7 +41,7 @@ importers:
|
|||
devDependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3)
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
|
@ -88,7 +60,7 @@ importers:
|
|||
devDependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3)
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
|
@ -143,7 +115,7 @@ importers:
|
|||
devDependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3)
|
||||
'@matthiesenxyz/astro-ghostcms-catppuccin':
|
||||
specifier: '*'
|
||||
version: link:../astro-ghostcms-catppuccin
|
||||
|
@ -172,8 +144,8 @@ importers:
|
|||
specifier: ^0.31.3
|
||||
version: 0.31.3(eslint@8.56.0)
|
||||
prettier:
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4
|
||||
specifier: ^3.2.5
|
||||
version: 3.2.5
|
||||
prettier-plugin-astro:
|
||||
specifier: ^0.13.0
|
||||
version: 0.13.0
|
||||
|
@ -199,7 +171,7 @@ importers:
|
|||
specifier: ^1.1.8
|
||||
version: 1.1.8
|
||||
'@matthiesenxyz/astro-ghostcms':
|
||||
specifier: ^3.1.8
|
||||
specifier: ^3.2.1
|
||||
version: link:../astro-ghostcms
|
||||
'@unocss/astro':
|
||||
specifier: ^0.57.7
|
||||
|
@ -220,9 +192,6 @@ importers:
|
|||
specifier: ^0.57.7
|
||||
version: 0.57.7(postcss@8.4.33)(vite@5.0.12)
|
||||
devDependencies:
|
||||
'@resvg/resvg-js':
|
||||
specifier: ^2.6.0
|
||||
version: 2.6.0
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^6.15.0
|
||||
version: 6.20.0(eslint@8.56.0)(typescript@5.3.3)
|
||||
|
@ -236,11 +205,11 @@ importers:
|
|||
specifier: ^6.8.0
|
||||
version: 6.8.0(eslint@8.56.0)
|
||||
prettier:
|
||||
specifier: ^3.1.1
|
||||
version: 3.2.4
|
||||
specifier: ^3.2.5
|
||||
version: 3.2.5
|
||||
prettier-plugin-astro:
|
||||
specifier: ^0.12.2
|
||||
version: 0.12.3
|
||||
specifier: ^0.13.0
|
||||
version: 0.13.0
|
||||
sharp:
|
||||
specifier: ^0.32.6
|
||||
version: 0.32.6
|
||||
|
@ -292,7 +261,7 @@ importers:
|
|||
devDependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3)
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
|
@ -349,8 +318,8 @@ importers:
|
|||
specifier: ^3.5.3
|
||||
version: 3.6.1(@typescript-eslint/parser@6.20.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0)
|
||||
prettier:
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4
|
||||
specifier: ^3.2.5
|
||||
version: 3.2.5
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
|
@ -407,7 +376,7 @@ importers:
|
|||
dependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3)
|
||||
'@astrojs/starlight':
|
||||
specifier: ^0.17.2
|
||||
version: 0.17.2(astro@4.3.2)
|
||||
|
@ -455,13 +424,13 @@ packages:
|
|||
/@antfu/utils@0.7.7:
|
||||
resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==}
|
||||
|
||||
/@astrojs/check@0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3):
|
||||
/@astrojs/check@0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-XEsuU4TlWkgcsvdeessq5mXLXV1fejtxIioCPv/FfhTzb1bDYe2BtLiSBK+rFTyD9Hl686YOas9AGNMJcpoRsw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: ^5.0.0
|
||||
dependencies:
|
||||
'@astrojs/language-server': 2.6.2(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
|
||||
'@astrojs/language-server': 2.6.2(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3)
|
||||
chokidar: 3.5.3
|
||||
fast-glob: 3.3.2
|
||||
kleur: 4.1.5
|
||||
|
@ -481,7 +450,7 @@ packages:
|
|||
resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==}
|
||||
dev: false
|
||||
|
||||
/@astrojs/language-server@2.6.2(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3):
|
||||
/@astrojs/language-server@2.6.2(prettier-plugin-astro@0.13.0)(prettier@3.2.5)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-RYzPRhS/WBXK5JtfR+0+nGj+N3VbJd5jU/uSNUev9baUx/RLmUwDk1f6Oy8QDEfDDLAr76Ig8YeDD/nxPdBSLw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -503,12 +472,12 @@ packages:
|
|||
'@volar/typescript': 1.11.1
|
||||
fast-glob: 3.3.2
|
||||
muggle-string: 0.3.1
|
||||
prettier: 3.2.4
|
||||
prettier: 3.2.5
|
||||
prettier-plugin-astro: 0.13.0
|
||||
volar-service-css: 0.0.17(@volar/language-service@1.11.1)
|
||||
volar-service-emmet: 0.0.17(@volar/language-service@1.11.1)
|
||||
volar-service-html: 0.0.17(@volar/language-service@1.11.1)
|
||||
volar-service-prettier: 0.0.17(@volar/language-service@1.11.1)(prettier@3.2.4)
|
||||
volar-service-prettier: 0.0.17(@volar/language-service@1.11.1)(prettier@3.2.5)
|
||||
volar-service-typescript: 0.0.17(@volar/language-service@1.11.1)(@volar/typescript@1.11.1)
|
||||
volar-service-typescript-twoslash-queries: 0.0.17(@volar/language-service@1.11.1)
|
||||
vscode-html-languageservice: 5.1.2
|
||||
|
@ -2047,6 +2016,7 @@ packages:
|
|||
cpu: [arm]
|
||||
os: [android]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-android-arm64@2.6.0:
|
||||
|
@ -2055,6 +2025,7 @@ packages:
|
|||
cpu: [arm64]
|
||||
os: [android]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-darwin-arm64@2.6.0:
|
||||
|
@ -2063,6 +2034,7 @@ packages:
|
|||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-darwin-x64@2.6.0:
|
||||
|
@ -2071,6 +2043,7 @@ packages:
|
|||
cpu: [x64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-linux-arm-gnueabihf@2.6.0:
|
||||
|
@ -2079,6 +2052,7 @@ packages:
|
|||
cpu: [arm]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-linux-arm64-gnu@2.6.0:
|
||||
|
@ -2087,6 +2061,7 @@ packages:
|
|||
cpu: [arm64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-linux-arm64-musl@2.6.0:
|
||||
|
@ -2095,6 +2070,7 @@ packages:
|
|||
cpu: [arm64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-linux-x64-gnu@2.6.0:
|
||||
|
@ -2103,6 +2079,7 @@ packages:
|
|||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-linux-x64-musl@2.6.0:
|
||||
|
@ -2111,6 +2088,7 @@ packages:
|
|||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-win32-arm64-msvc@2.6.0:
|
||||
|
@ -2119,6 +2097,7 @@ packages:
|
|||
cpu: [arm64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-win32-ia32-msvc@2.6.0:
|
||||
|
@ -2127,6 +2106,7 @@ packages:
|
|||
cpu: [ia32]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js-win32-x64-msvc@2.6.0:
|
||||
|
@ -2135,6 +2115,7 @@ packages:
|
|||
cpu: [x64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@resvg/resvg-js@2.6.0:
|
||||
|
@ -2153,6 +2134,7 @@ packages:
|
|||
'@resvg/resvg-js-win32-arm64-msvc': 2.6.0
|
||||
'@resvg/resvg-js-win32-ia32-msvc': 2.6.0
|
||||
'@resvg/resvg-js-win32-x64-msvc': 2.6.0
|
||||
dev: false
|
||||
|
||||
/@rollup/pluginutils@5.1.0:
|
||||
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
|
||||
|
@ -7336,21 +7318,12 @@ packages:
|
|||
engines: {node: '>= 0.8.0'}
|
||||
dev: true
|
||||
|
||||
/prettier-plugin-astro@0.12.3:
|
||||
resolution: {integrity: sha512-GthUSu3zCvmtVyqlArosez0xE08vSJ0R1sWurxIWpABaCkNGYFANoUdFkqmIo54EV2uPLGcVJzOucWvCjPBWvg==}
|
||||
engines: {node: ^14.15.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@astrojs/compiler': 1.8.2
|
||||
prettier: 3.2.4
|
||||
sass-formatter: 0.7.8
|
||||
dev: true
|
||||
|
||||
/prettier-plugin-astro@0.13.0:
|
||||
resolution: {integrity: sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==}
|
||||
engines: {node: ^14.15.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@astrojs/compiler': 1.8.2
|
||||
prettier: 3.2.4
|
||||
prettier: 3.2.5
|
||||
sass-formatter: 0.7.8
|
||||
|
||||
/prettier@2.8.8:
|
||||
|
@ -7358,8 +7331,8 @@ packages:
|
|||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
|
||||
/prettier@3.2.4:
|
||||
resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==}
|
||||
/prettier@3.2.5:
|
||||
resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -9098,7 +9071,7 @@ packages:
|
|||
vscode-html-languageservice: 5.1.2
|
||||
vscode-uri: 3.0.8
|
||||
|
||||
/volar-service-prettier@0.0.17(@volar/language-service@1.11.1)(prettier@3.2.4):
|
||||
/volar-service-prettier@0.0.17(@volar/language-service@1.11.1)(prettier@3.2.5):
|
||||
resolution: {integrity: sha512-YYnzZ+OT0M3Bx+xKuoAfs/uVuxk7ofz4dkZDQqjwa9iC63Ay4YGqONtmHd+xsO3lufkEBXlAQCbofDeZbSz3YQ==}
|
||||
peerDependencies:
|
||||
'@volar/language-service': ~1.11.0
|
||||
|
@ -9110,7 +9083,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@volar/language-service': 1.11.1
|
||||
prettier: 3.2.4
|
||||
prettier: 3.2.5
|
||||
|
||||
/volar-service-typescript-twoslash-queries@0.0.17(@volar/language-service@1.11.1):
|
||||
resolution: {integrity: sha512-6FHXK5AWeFzCL6uGmEcbkZmQsaQ0m9IjbeLdgOIQ4KGvauqT2aA1BhdfDJu6vRAFIfXe7xjEJ85keIlHl72tSA==}
|
||||
|
|
Loading…
Reference in New Issue