summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-07-13 11:10:31 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-13 11:10:31 -0400
commite3182c7670b6b208003b0ee82b08edc47ac32e58 (patch)
tree4f183a2fcddb163d79a5517bb81c3f94e6953fce
parent783db7b3a06ac36be66fc861810280eb923a6888 (diff)
downloadastro-e3182c7670b6b208003b0ee82b08edc47ac32e58.tar.gz
astro-e3182c7670b6b208003b0ee82b08edc47ac32e58.tar.zst
astro-e3182c7670b6b208003b0ee82b08edc47ac32e58.zip
Add missing dependency (#676)
* Add missing dependency * Adds a changset
-rw-r--r--.changeset/lemon-jars-poke.md5
-rw-r--r--packages/astro/package.json1
-rw-r--r--yarn.lock2
3 files changed, 7 insertions, 1 deletions
diff --git a/.changeset/lemon-jars-poke.md b/.changeset/lemon-jars-poke.md
new file mode 100644
index 000000000..5f89da5e4
--- /dev/null
+++ b/.changeset/lemon-jars-poke.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Adds a missing dependency
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 3472783fa..935b458ff 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -57,6 +57,7 @@
"acorn": "^7.4.0",
"astring": "^1.7.4",
"autoprefixer": "^10.2.5",
+ "camel-case": "^4.1.2",
"cheerio": "^1.0.0-rc.6",
"ci-info": "^3.2.0",
"del": "^6.0.0",
diff --git a/yarn.lock b/yarn.lock
index 5eda1055a..8634fb4f2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2835,7 +2835,7 @@ callsites@^3.0.0:
camel-case@^4.1.2:
version "4.1.2"
- resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz"
+ resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
dependencies:
pascal-case "^3.1.2"