diff --git a/examples/with-yarn/packages/ui/package.json b/examples/with-yarn/packages/ui/package.json index cd61216f9c2ed..c93c6d97805c5 100644 --- a/examples/with-yarn/packages/ui/package.json +++ b/examples/with-yarn/packages/ui/package.json @@ -19,7 +19,9 @@ "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "eslint": "^8.57.0", - "react": "^18.2.0", "typescript": "^5.3.3" + }, + "dependencies": { + "react": "^18.2.0" } }