From 61819c7902725b6f24739aa253054ed0d2107889 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Nov 2025 00:49:24 +0000 Subject: [PATCH] chore(deps): update jest monorepo to v30 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 154912be..14fc0d7b 100644 --- a/package.json +++ b/package.json @@ -54,13 +54,13 @@ "@babel/eslint-parser": "^7.15.7", "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", - "@jest/types": "^29.6.3", + "@jest/types": "^30.0.0", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.0.0", "@rollup/plugin-json": "^6.1.0", "@types/events": "^3.0.0", - "@types/jest": "^29.5.12", + "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.6.0", "@typescript-eslint/parser": "^8.6.0", "eslint": "^8.18.0", @@ -72,8 +72,8 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-ssr-friendly": "^1.3.0", "husky": "^9.0.11", - "jest": "^29.7.0", - "jest-environment-jsdom": "^29.7.0", + "jest": "^30.0.0", + "jest-environment-jsdom": "^30.0.0", "json-schema-to-zod": "^2.0.14", "lint-staged": "^16.0.0", "lodash.camelcase": "^4.3.0",