Skip to content

Commit 29be2aa

Browse files
chore: update dependencies
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 115ae3d commit 29be2aa

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

bun.lockb

5.61 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@changesets/cli": "^2.27.1",
2222
"tsup": "^8.0.2",
2323
"typescript": "^5.3.3",
24-
"bun-types": "^1.0.26",
24+
"bun-types": "^1.0.28",
2525
"scripts": "workspace:*",
2626
"turbo": "^1.12.4"
2727
}

packages/lit-q/lib/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const fetchMock = mock((_url: string, _options?: RequestInit) => {
1313
});
1414

1515
describe("Mutation", () => {
16+
// currently not working: https://github.com/capricorn86/happy-dom/issues/1258
1617
test.skip("works with a basic query/mutation", async (t) => {
1718
class ExampleElement extends LitElement {
1819
myQuery = new Query(this, "my-query", () => fetchMock("https://example.com/"));

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.1.2",
37-
"@happy-dom/global-registrator": "^13.3.8"
37+
"@happy-dom/global-registrator": "^13.4.1"
3838
},
3939
"peerDependencies": {
4040
"lit": "^3.1.2"

packages/lit-q/test-preload.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
// currently not working: https://github.com/capricorn86/happy-dom/issues/1258
21
import { GlobalRegistrator } from "@happy-dom/global-registrator";
32
GlobalRegistrator.register({ url: "http://localhost:3000", width: 1920, height: 1080 });

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": "workspace:*"
4242
},
4343
"devDependencies": {
44-
"rollup": "^4.11.0"
44+
"rollup": "^4.12.0"
4545
},
4646
"engines": {
4747
"node": ">=20.0.0"

packages/touch-grass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@types/ink": "^2.0.3",
25-
"@types/react": "^18.2.55",
25+
"@types/react": "^18.2.57",
2626
"scripts": "workspace:*"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)