diff --git a/codegen/packages/spark-tools/package.json b/codegen/packages/spark-tools/package.json index ded862f17..541ef04f7 100644 --- a/codegen/packages/spark-tools/package.json +++ b/codegen/packages/spark-tools/package.json @@ -97,7 +97,7 @@ "rollup-plugin-delete": "^3.0.1", "tslib": "^2.8.1", "ulid": "^3.0.0", - "vitest": "^3.0.9", + "vitest": "^4.0.16", "zod": "^3.24.2" }, "peerDependencies": { diff --git a/pastebin/package.json b/pastebin/package.json index 6df81effa..b369d3531 100644 --- a/pastebin/package.json +++ b/pastebin/package.json @@ -44,8 +44,8 @@ }, "devDependencies": { "@playwright/test": "^1.49.1", - "@testing-library/jest-dom": "^6.1.5", - "@testing-library/react": "^14.1.2", + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^16.3.1", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.11", "@types/node": "^20", diff --git a/redux/hooks-async/package.json b/redux/hooks-async/package.json index 40f1c5432..13a039136 100644 --- a/redux/hooks-async/package.json +++ b/redux/hooks-async/package.json @@ -17,7 +17,8 @@ "@reduxjs/toolkit": "^2.5.2" }, "devDependencies": { - "@testing-library/react": "^14.1.2", + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^16.3.1", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.11", "@types/react": "^19.0.0", diff --git a/storybook/package.json b/storybook/package.json index 168ddedd3..3ff24092f 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -19,14 +19,14 @@ "devDependencies": { "@storybook/addon-essentials": "^8.6.15", "@storybook/addon-interactions": "^8.6.15", - "@storybook/react": "^10.1.11", - "@storybook/react-vite": "^10.1.11", + "@storybook/react": "^8.6.15", + "@storybook/react-vite": "^8.6.15", "@storybook/test": "^8.6.15", - "@types/react": "^19.2.8", + "@types/react": "^18.3.0", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^5.1.2", "sass": "^1.83.5", - "storybook": "^10.1.11", + "storybook": "^8.6.15", "typescript": "^5.9.3", "vite": "^7.3.1" } diff --git a/workflow/package.json b/workflow/package.json index 95a6514ac..fce3e0e79 100644 --- a/workflow/package.json +++ b/workflow/package.json @@ -56,7 +56,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", - "jest": "^29.0.0", + "jest": "^29.7.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, diff --git a/workflowui/package.json b/workflowui/package.json index 2d9a1fd07..ed0b4b4ba 100644 --- a/workflowui/package.json +++ b/workflowui/package.json @@ -43,8 +43,8 @@ "@testing-library/react": "^16.3.1", "@types/lodash-es": "^4.17.12", "@types/node": "^22.10.5", - "@types/react": "^19.2.8", - "@types/react-dom": "^19.2.3", + "@types/react": "^18.3.0", + "@types/react-dom": "^18.3.0", "concurrently": "^9.1.0", "jest": "^29.7.0", "typescript": "~5.9.3"