Skip to content

Commit

Permalink
chore: bump lit-css 3.0.1 (#64)
Browse files Browse the repository at this point in the history
* chore: Bump lit-css 3.0.1

* chore: changeset

* chore: update .changeset/forty-plants-smell.md

---------

Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
  • Loading branch information
amureki and bennypowers authored Jan 9, 2025
1 parent 95330ce commit 92f38fe
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions .changeset/forty-plants-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"web-dev-server-plugin-lit-css": patch
"typescript-transform-lit-css": patch
"esbuild-plugin-lit-css": patch
"rollup-plugin-lit-css": patch
"lit-css-loader": patch
---

chore: bump lit-css to 3.0.1
12 changes: 6 additions & 6 deletions package-lock.json

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

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 @@ -32,7 +32,7 @@
"esbuild-plugin-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^3.0.0"
"@pwrs/lit-css": "^3.0.1"
},
"peerDependencies": {
"esbuild": ">=0.16.17 <0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-css-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lit-css-loader.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^3.0.0",
"@pwrs/lit-css": "^3.0.1",
"loader-utils": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/rollup-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rollup-plugin-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^3.0.0",
"@pwrs/lit-css": "^3.0.1",
"@rollup/pluginutils": "^5.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-transform-lit-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript-transform-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^3.0.0"
"@pwrs/lit-css": "^3.0.1"
},
"peerDependencies": {
"clean-css": "^5",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-dev-server-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"web-dev-server-plugin-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^3.0.0",
"@pwrs/lit-css": "^3.0.1",
"@rollup/pluginutils": "^5.1.0"
}
}

0 comments on commit 92f38fe

Please sign in to comment.