Update compiler (#2957)
* chore: update compiler * chore: add changeset
This commit is contained in:
parent
cccc6034ae
commit
80e6e759e2
3 changed files with 10 additions and 5 deletions
5
.changeset/soft-avocados-turn.md
Normal file
5
.changeset/soft-avocados-turn.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
|
|
@ -73,7 +73,7 @@
|
|||
"test:match": "mocha --timeout 20000 -g"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.13.1",
|
||||
"@astrojs/compiler": "^0.13.2",
|
||||
"@astrojs/language-server": "^0.13.2",
|
||||
"@astrojs/markdown-remark": "^0.7.0",
|
||||
"@astrojs/prism": "0.4.1",
|
||||
|
|
|
@ -442,7 +442,7 @@ importers:
|
|||
|
||||
packages/astro:
|
||||
specifiers:
|
||||
'@astrojs/compiler': ^0.13.1
|
||||
'@astrojs/compiler': ^0.13.2
|
||||
'@astrojs/language-server': ^0.13.2
|
||||
'@astrojs/markdown-remark': ^0.7.0
|
||||
'@astrojs/prism': 0.4.1
|
||||
|
@ -528,7 +528,7 @@ importers:
|
|||
yargs-parser: ^21.0.1
|
||||
zod: ^3.14.3
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.13.1
|
||||
'@astrojs/compiler': 0.13.2
|
||||
'@astrojs/language-server': 0.13.2
|
||||
'@astrojs/markdown-remark': link:../markdown/remark
|
||||
'@astrojs/prism': link:../astro-prism
|
||||
|
@ -1713,8 +1713,8 @@ packages:
|
|||
leven: 3.1.0
|
||||
dev: true
|
||||
|
||||
/@astrojs/compiler/0.13.1:
|
||||
resolution: {integrity: sha512-iRAwvJ8/uVRtK/4ofSYKx4MTsuG8YjSgz8Lti7tPGoFaQzSNEU8J5cXvpTSV/F2SspSWB9EHjk2v7204pOxlrQ==}
|
||||
/@astrojs/compiler/0.13.2:
|
||||
resolution: {integrity: sha512-0Un4CtLbhJljisFf9WaxK1TSV1oakR3Mh4x1Uyg1JHdyQ5te/1xcq+PWVaOyQc4lq4z8MYNFQb7hG66m0CeMtw==}
|
||||
dependencies:
|
||||
tsm: 2.2.1
|
||||
uvu: 0.5.3
|
||||
|
|
Loading…
Reference in a new issue