Skip to content

Commit

Permalink
Fix astro-embed peerDep issue (#5731)
Browse files Browse the repository at this point in the history
* Fix astro-embed peerDep issue

* Update lockfile
  • Loading branch information
matthewp authored Jan 3, 2023
1 parent f0a3288 commit 4cc8c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"astro": "^1.0.0",
"astro-embed": "^0.1.1"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4cc8c84

Please sign in to comment.