Skip to content

Commit

Permalink
fix(snowpack): add missing dependency magic-string (#3673)
Browse files Browse the repository at this point in the history
* fix(snowpack): add missing dependency `magic-string`

* chore: changeset
  • Loading branch information
merceyz authored Aug 24, 2021
1 parent cf1bd44 commit c6146e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-pots-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'snowpack': patch
---

Fixes a ghost dependency on 'magic-string'
1 change: 1 addition & 0 deletions snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"isbinaryfile": "^4.0.6",
"jsonschema": "~1.2.5",
"kleur": "^4.1.1",
"magic-string": "^0.25.7",
"meriyah": "^3.1.6",
"mime-types": "^2.1.26",
"mkdirp": "^1.0.3",
Expand Down

1 comment on commit c6146e6

@vercel
Copy link

@vercel vercel bot commented on c6146e6 Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.