mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
chore: update compiler
This commit is contained in:
parent
027e22240f
commit
42eb40efcf
3 changed files with 7 additions and 8 deletions
|
@ -86,7 +86,7 @@
|
|||
"test:e2e:match": "playwright test -g"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.23.1",
|
||||
"@astrojs/compiler": "^0.23.2",
|
||||
"@astrojs/language-server": "^0.20.0",
|
||||
"@astrojs/markdown-remark": "^1.0.0",
|
||||
"@astrojs/telemetry": "^1.0.0",
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
import CaretCounter from '../components/^--with-carets/Counter';
|
||||
import RocketCounter from '../components/and-rockets-🚀/Counter';
|
||||
// Leaving this one out for now as it causes a compiler panic :)
|
||||
// import PercentCounter from '../components/now-100%-better/Counter';
|
||||
import PercentCounter from '../components/now-100%-better/Counter';
|
||||
import SpaceCounter from '../components/with some spaces/Counter';
|
||||
import RoundBracketCounter from '../components/with-(round-brackets)/Counter';
|
||||
import SquareBracketCounter from '../components/with-[square-brackets]/Counter';
|
||||
|
@ -12,7 +11,7 @@ import SquareBracketCounter from '../components/with-[square-brackets]/Counter';
|
|||
<h1>Special chars in component import paths from an .astro file</h1>
|
||||
<CaretCounter id="caret" client:visible />
|
||||
<RocketCounter id="rocket" client:visible />
|
||||
<!-- <PercentCounter id="percent" client:visible /> -->
|
||||
<PercentCounter id="percent" client:visible />
|
||||
<SpaceCounter id="space" client:visible />
|
||||
<RoundBracketCounter id="round-bracket" client:visible />
|
||||
<SquareBracketCounter id="square-bracket" client:visible />
|
||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -381,7 +381,7 @@ importers:
|
|||
|
||||
packages/astro:
|
||||
specifiers:
|
||||
'@astrojs/compiler': ^0.23.1
|
||||
'@astrojs/compiler': ^0.23.2
|
||||
'@astrojs/language-server': ^0.20.0
|
||||
'@astrojs/markdown-remark': ^1.0.0
|
||||
'@astrojs/telemetry': ^1.0.0
|
||||
|
@ -464,7 +464,7 @@ importers:
|
|||
yargs-parser: ^21.0.1
|
||||
zod: ^3.17.3
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.23.1
|
||||
'@astrojs/compiler': 0.23.2
|
||||
'@astrojs/language-server': 0.20.3
|
||||
'@astrojs/markdown-remark': link:../markdown/remark
|
||||
'@astrojs/telemetry': link:../telemetry
|
||||
|
@ -3093,8 +3093,8 @@ packages:
|
|||
resolution: {integrity: sha512-8nvyxZTfCXLyRmYfTttpJT6EPhfBRg0/q4J/Jj3/pNPLzp+vs05ZdktsY6QxAREaOMAnNEtSqcrB4S5DsXOfRg==}
|
||||
dev: true
|
||||
|
||||
/@astrojs/compiler/0.23.1:
|
||||
resolution: {integrity: sha512-KsoDrASGwTKZoWXbjy8SlIeoDv7y1OfBJtHVLuPuzhConA8e0SZpGzFqIuVRfG4bhisSTptZLDQZ7oxwgPv2jA==}
|
||||
/@astrojs/compiler/0.23.2:
|
||||
resolution: {integrity: sha512-WF1TFA1pQeg/qqIa04afh3KXA/QfkMGSN3lmQ+/UMFPCs6tV7IizehwP1raYAtI0jQx/Xh1gTOtqIzKiFvRBRQ==}
|
||||
dev: false
|
||||
|
||||
/@astrojs/language-server/0.20.3:
|
||||
|
|
Loading…
Add table
Reference in a new issue