Skip to content

Commit

Permalink
Fix missing execa dependency (#2891)
Browse files Browse the repository at this point in the history
* fix: update dependencies

* chore: add changeset
  • Loading branch information
natemoo-re authored Mar 25, 2022
1 parent 71c12b9 commit a0d67b1
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 71 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-jobs-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Add missing `execa` dependency
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"dependencies": {
"@astrojs/compiler": "^0.13.1",
"@astrojs/language-server": "^0.8.10",
"@astrojs/language-server": "^0.13.2",
"@astrojs/markdown-remark": "^0.7.0",
"@astrojs/prism": "0.4.1",
"@astrojs/webapi": "^0.11.0",
Expand All @@ -94,6 +94,7 @@
"es-module-lexer": "^0.10.4",
"esbuild": "0.14.25",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"fast-xml-parser": "^4.0.7",
"html-entities": "^2.3.2",
Expand Down Expand Up @@ -153,7 +154,6 @@
"astro-scripts": "workspace:*",
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"execa": "^6.1.0",
"mocha": "^9.2.2",
"sass": "^1.49.9"
},
Expand Down
Loading

0 comments on commit a0d67b1

Please sign in to comment.