Skip to content

Commit 10a54cc

Browse files
fix: fix build
Signed-off-by: Henry Gressmann <[email protected]>
1 parent c5ac3e3 commit 10a54cc

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"trustedDependencies": [
3030
"@biomejs/biome",
3131
"esbuild"
32-
]
32+
],
33+
"packageManager": "^[email protected]"
3334
}

packages/lit-q/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"lit": "^3.2.1",
37-
"@happy-dom/global-registrator": "^15.8.2"
37+
"@happy-dom/global-registrator": "^15.10.0"
3838
},
3939
"peerDependencies": {
4040
"lit": "^3.1.2"

packages/minify-literals/lib/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports[`example 1`] = `
1010
,
1111
"map": SourceMap {
1212
"file": ".map",
13-
"mappings": "AAAA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,+BAAuC,CAAC,CAAC;AAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,eAAuB,CAAC,CAAC;AAC3C",
13+
"mappings": ";AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,+BAAuC,CAAC;AAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,eAAuB,CAAC;AAC1C",
1414
"names": [],
1515
"sources": [
1616
".map",

packages/rollup-plugin-minify-template-literals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"minify-literals": "^1.0.0"
4242
},
4343
"devDependencies": {
44-
"rollup": "^4.24.3"
44+
"rollup": "^4.24.4"
4545
},
4646
"engines": {
4747
"node": ">=20.0.0"

0 commit comments

Comments
 (0)