diff options
author | 2022-10-12 21:29:26 +0800 | |
---|---|---|
committer | 2022-10-12 21:29:26 +0800 | |
commit | f7fcdfe6210b3cf08cad92c49b64adf169b9e744 (patch) | |
tree | 67c99e7946f8913545787cb03d43c6fd3e6415c4 /.changeset/thin-parents-breathe.md | |
parent | 5cab04521a6b9de142dadd86990c17e296a82c10 (diff) | |
download | astro-f7fcdfe6210b3cf08cad92c49b64adf169b9e744.tar.gz astro-f7fcdfe6210b3cf08cad92c49b64adf169b9e744.tar.zst astro-f7fcdfe6210b3cf08cad92c49b64adf169b9e744.zip |
Support solidjs libraries (#5059)
Diffstat (limited to '.changeset/thin-parents-breathe.md')
-rw-r--r-- | .changeset/thin-parents-breathe.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/thin-parents-breathe.md b/.changeset/thin-parents-breathe.md new file mode 100644 index 000000000..2867ab3b6 --- /dev/null +++ b/.changeset/thin-parents-breathe.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Support strict dependency install for libraries with JSX |