Skip to content

Commit

Permalink
Update magic-string used by @astrojs/image and @astrojs/webapi (#5930)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3y6e authored and matthewp committed Jan 26, 2023
1 parent 07da4f8 commit b7f33c6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-tigers-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@astrojs/image': patch
'@astrojs/webapi': patch
---

Update magic-string from 0.25.9 to 0.27.0
6 changes: 3 additions & 3 deletions packages/integrations/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"http-cache-semantics": "^4.1.0",
"image-size": "^1.0.2",
"kleur": "^4.1.5",
"magic-string": "^0.25.9",
"magic-string": "^0.27.0",
"mime": "^3.0.0",
"slash": "^4.0.0"
},
Expand All @@ -64,8 +64,8 @@
"vite": "^4.0.3"
},
"peerDependencies": {
"sharp": ">=0.31.0",
"astro": "workspace:^2.0.0-beta.3"
"astro": "workspace:^2.0.0-beta.3",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
"sharp": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"chai": "^4.3.6",
"event-target-shim": "^6.0.2",
"formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9",
"magic-string": "^0.27.0",
"mocha": "^9.2.2",
"rollup": "^2.79.1",
"tslib": "^2.4.0",
Expand Down
10 changes: 4 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7f33c6

Please sign in to comment.