Skip to content

Commit 65a1d19

Browse files
committed
Bump jsdom to version 25.0.0
1 parent d4c209b commit 65a1d19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-plugin-import": "^2.29.1",
9696
"eslint-plugin-prettier": "^5.1.3",
9797
"eslint-plugin-react": "^7.34.2",
98-
"jsdom": "^24.1.1",
98+
"jsdom": "^25.0.0",
9999
"prettier": "^3.3.3",
100100
"react": "19.0.0-rc.0",
101101
"react-dom": "19.0.0-rc.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5225,9 +5225,9 @@ __metadata:
52255225
languageName: node
52265226
linkType: hard
52275227

5228-
"jsdom@npm:^24.1.1":
5229-
version: 24.1.1
5230-
resolution: "jsdom@npm:24.1.1"
5228+
"jsdom@npm:^25.0.0":
5229+
version: 25.0.0
5230+
resolution: "jsdom@npm:25.0.0"
52315231
dependencies:
52325232
cssstyle: "npm:^4.0.1"
52335233
data-urls: "npm:^5.0.0"
@@ -5255,7 +5255,7 @@ __metadata:
52555255
peerDependenciesMeta:
52565256
canvas:
52575257
optional: true
5258-
checksum: 10/7b6e1ea1f02b75c388f4c833d4da710e252f8a3efc7093ae018b643a414e3f19d4c588e34feb1f484ae1ee70f2501bbcc8ccc9c6377e480706f9b69db22f0579
5258+
checksum: 10/f07271fe3922458885540b4dd9fb6170a11059f3128ec3cec2688c5c10fde5ca2e8ddcc207fff540e21dfaf592fae6a791c3359038ba4d116250dd3258fbd8cb
52595259
languageName: node
52605260
linkType: hard
52615261

@@ -6357,7 +6357,7 @@ __metadata:
63576357
eslint-plugin-import: "npm:^2.29.1"
63586358
eslint-plugin-prettier: "npm:^5.1.3"
63596359
eslint-plugin-react: "npm:^7.34.2"
6360-
jsdom: "npm:^24.1.1"
6360+
jsdom: "npm:^25.0.0"
63616361
prettier: "npm:^3.3.3"
63626362
react: "npm:19.0.0-rc.0"
63636363
react-dom: "npm:19.0.0-rc.0"

0 commit comments

Comments
 (0)