Skip to content

Commit

Permalink
chore: move react from devDependency to dependency in with yarn example
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 22, 2024
1 parent 6bd3205 commit 59d1ea8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/with-yarn/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 59d1ea8

Please sign in to comment.