Skip to content

Commit

Permalink
chore: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Apr 16, 2023
1 parent b683316 commit 3b79e94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chore-esbuild-peer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"esbuild-plugin-lit-css": patch
"esbuild-plugin-minify-html-literals": patch
---
update peerDependencies
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@pwrs/lit-css": "^2.0.0"
},
"peerDependencies": {
"esbuild": "^0.16.17"
"esbuild": "^0.16.17 || ^0.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-minify-html-literals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"minify-html-literals": "^1.3.5"
},
"peerDependencies": {
"esbuild": "^0.16.17"
"esbuild": "^0.16.17 || ^0.17.16"
}
}

0 comments on commit 3b79e94

Please sign in to comment.