Skip to content

Commit 0818d1b

Browse files
chore(deps): bump jsdom from 27.4.0 to 28.0.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.4.0 to 28.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@27.4.0...28.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 28.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce1d7db commit 0818d1b

5 files changed

Lines changed: 88 additions & 79 deletions

File tree

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@vitejs/plugin-react": "^5.1.2",
3939
"concurrently": "^9.2.1",
4040
"fast-check": "^4.5.3",
41-
"jsdom": "^27.4.0",
41+
"jsdom": "^28.0.0",
4242
"tsx": "^4.0.0",
4343
"typescript": "^5.0.0",
4444
"vite": "^7.3.1",

examples/weather-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@vitejs/plugin-react": "^5.1.2",
3939
"autoprefixer": "^10.4.23",
4040
"concurrently": "^9.2.1",
41-
"jsdom": "^27.4.0",
41+
"jsdom": "^28.0.0",
4242
"postcss": "^8.5.6",
4343
"tailwindcss": "^4.1.18",
4444
"tsx": "^4.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-config-prettier": "^10.1.8",
4949
"globals": "^17.1.0",
5050
"husky": "^9.1.7",
51-
"jsdom": "^27.4.0",
51+
"jsdom": "^28.0.0",
5252
"lint-staged": "^16.2.7",
5353
"nx": "^22.4.2",
5454
"prettier": "^3.8.1",

packages/inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@mcp-apps-kit/core": "workspace:*",
6060
"@mcp-apps-kit/testing": "workspace:*",
61-
"jsdom": "^27.0.0",
61+
"jsdom": "^28.0.0",
6262
"zod": "^4.3.5"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)