diff --git a/packages/survey-creator-core/package.json b/packages/survey-creator-core/package.json index 1c57328b2f..a9ad2319dc 100644 --- a/packages/survey-creator-core/package.json +++ b/packages/survey-creator-core/package.json @@ -37,7 +37,7 @@ "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^12.1.2", "@types/ace": "0.0.32", - "@types/jest": "^26.0.24", + "@types/jest": "^30.0.0", "@types/node": "7.0.4", "@types/papaparse": "^5.0.4", "@types/qunit": "2.0.31", @@ -52,7 +52,7 @@ "fast-glob": "^3.3.3", "html-loader": "^5.0.0", "http-server": "^14.1.1", - "jest": "^29.7.0", + "jest": "^30.0.3", "jest-canvas-mock": "^2.3.1", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", @@ -84,4 +84,4 @@ "webpack-merge": "^5.8.0", "webpack-remove-empty-scripts": "^1.0.4" } -} +} \ No newline at end of file diff --git a/packages/survey-creator-js/package.json b/packages/survey-creator-js/package.json index 08f4c130c1..3f44da1bfb 100644 --- a/packages/survey-creator-js/package.json +++ b/packages/survey-creator-js/package.json @@ -45,7 +45,7 @@ "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^12.1.2", "@types/ace": "0.0.44", - "@types/jest": "^26.0.24", + "@types/jest": "^30.0.0", "@types/jquery": "3.3.29", "@types/node": "7.0.4", "@types/react": "^18.3.3", @@ -54,7 +54,7 @@ "html-loader": "^5.0.0", "html-webpack-plugin": "^5.6.0", "http-server": "^14.1.1", - "jest": "^29.7.0", + "jest": "^30.0.3", "jest-canvas-mock": "^2.3.1", "jest-environment-jsdom": "^29.7.0", "mini-css-extract-plugin": "^2.9.0", @@ -78,4 +78,4 @@ "survey-creator-core": "../survey-creator-core/build", "survey-js-ui": "../../../survey-library/packages/survey-js-ui/build" } -} +} \ No newline at end of file diff --git a/packages/survey-creator-react/package.json b/packages/survey-creator-react/package.json index 1d5970a253..fcabada0b7 100644 --- a/packages/survey-creator-react/package.json +++ b/packages/survey-creator-react/package.json @@ -50,7 +50,7 @@ "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^12.1.2", "@types/ace": "0.0.44", - "@types/jest": "^26.0.24", + "@types/jest": "^30.0.0", "@types/jquery": "3.3.29", "@types/node": "7.0.4", "@types/react": "^17.0.83", @@ -63,7 +63,7 @@ "html-loader": "^5.0.0", "html-webpack-plugin": "^5.6.0", "http-server": "^14.1.1", - "jest": "^29.7.0", + "jest": "^30.0.3", "jest-canvas-mock": "^2.3.1", "jest-environment-jsdom": "^29.7.0", "mini-css-extract-plugin": "^2.9.0", @@ -92,4 +92,4 @@ "survey-react-ui": "../../../survey-library/packages/survey-react-ui/build", "survey-creator-core": "../survey-creator-core/build" } -} +} \ No newline at end of file