Skip to content

Commit

Permalink
chore(deps): update jest monorepo to ^29.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 4, 2025
1 parent 20934ba commit 3d171f4
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 110 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"loader-utils@1": "^1.4.2",
"loader-utils@3": "^3.2.1",
"decode-uri-component@<0.2.1": ">=0.2.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"[email protected]": ">=1.0.2",
"[email protected]": ">=1.0.2",
"@codemirror/view": "^6.34.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/widget-plugin-component-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"classnames": "^2.3.2",
"jest-environment-jsdom": "^29.4.1"
"jest-environment-jsdom": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/widget-plugin-external-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@mendix/tsconfig-web-widgets": "workspace:*",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"jest-environment-jsdom": "^29.4.1"
"jest-environment-jsdom": "^29.7.0"
},
"dependencies": {
"nanoevents": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/widget-plugin-filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"date-fns": "^3.6.0",
"jest-environment-jsdom": "^29.4.1"
"jest-environment-jsdom": "^29.7.0"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/widget-plugin-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"classnames": "^2.3.2",
"jest-environment-jsdom": "^29.4.1"
"jest-environment-jsdom": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/widget-plugin-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"classnames": "^2.3.2",
"jest-environment-jsdom": "^29.4.1"
"jest-environment-jsdom": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/widget-plugin-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"classnames": "^2.3.2",
"jest-environment-jsdom": "^29.4.1"
"jest-environment-jsdom": "^29.7.0"
}
}
Loading

0 comments on commit 3d171f4

Please sign in to comment.