Skip to content

Commit 46aa946

Browse files
chore(deps): update dependency jsdom to v27 (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bc7fb1 commit 46aa946

File tree

4 files changed

+164
-144
lines changed

4 files changed

+164
-144
lines changed

examples/react/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-prettier": "^5.5.4",
5757
"eslint-plugin-react": "^7.37.5",
5858
"globals": "^16.4.0",
59-
"jsdom": "^26.1.0",
59+
"jsdom": "^27.0.0",
6060
"prettier": "^3.6.2",
6161
"tsx": "^4.20.5",
6262
"typescript": "^5.9.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-prettier": "^5.5.4",
4040
"eslint-plugin-react": "^7.37.5",
4141
"husky": "^9.1.7",
42-
"jsdom": "^26.1.0",
42+
"jsdom": "^27.0.0",
4343
"knip": "^5.63.1",
4444
"lint-staged": "^15.5.2",
4545
"markdown-link-extractor": "^4.0.2",

packages/solid-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@electric-sql/client": "1.0.0",
2525
"@solidjs/testing-library": "^0.8.10",
2626
"@vitest/coverage-istanbul": "^3.2.4",
27-
"jsdom": "^26.1.0",
27+
"jsdom": "^27.0.0",
2828
"solid-js": "^1.9.9",
2929
"vite-plugin-solid": "^2.11.8",
3030
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)