From 9e0b94986f80f00cad1e3d905a0629e7833ba064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:55:11 +0000 Subject: [PATCH] chore: update jest monorepo to v29 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d818f99..7234a38 100644 --- a/package.json +++ b/package.json @@ -55,18 +55,18 @@ }, "homepage": "https://github.com/tsuyoshiwada/sweet-scroll", "devDependencies": { - "@types/jest": "24.0.9", + "@types/jest": "29.5.0", "browser-sync": "2.26.3", "cpx": "1.5.0", "dts-bundle": "0.7.3", "gh-pages": "2.0.1", - "jest": "24.3.1", + "jest": "29.5.0", "npm-run-all": "4.1.5", "prettier": "1.16.4", "rollup": "1.4.1", "rollup-plugin-typescript2": "0.19.3", "rollup-watch": "4.3.1", - "ts-jest": "24.0.0", + "ts-jest": "29.0.5", "tslint": "5.13.1", "typescript": "3.3.3333", "uglify-es": "3.3.9"