Skip to content

Commit

Permalink
chore(deps): update dependency @astrojs/compiler to ^0.30.0 (#135)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @astrojs/compiler to ^0.30.0

* fix

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yosuke ota <otameshiyo23@gmail.com>
  • Loading branch information
renovate[bot] and ota-meshi committed Dec 6, 2022
1 parent 84b3252 commit c162e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"eslint": ">=7.0.0"
},
"devDependencies": {
"@astrojs/compiler": "^0.29.0",
"@astrojs/compiler": "^0.30.0",
"@astrojs/mdx": "^0.12.0",
"@astrojs/svelte": "^1.0.0",
"@changesets/changelog-github": "^0.4.6",
Expand Down
3 changes: 1 addition & 2 deletions tests/src/integration/parse-error.ts
Expand Up @@ -35,8 +35,7 @@ describe("Integration test for parse error", () => {
const foo = true
---
<!-- notice the tag is not closed properly -->
<style is:inline set:html={""}>
<style is:inline set:html={"" >
`,
{ filePath: "path/to/test.astro" },
)
Expand Down

0 comments on commit c162e52

Please sign in to comment.