Skip to content

Commit

Permalink
chore: Bump lit-css 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Jan 2, 2025
1 parent 95330ce commit eecf590
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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 eecf590

Please sign in to comment.