Skip to content

Commit

Permalink
chore: move react from devDependency to dependency in design system s…
Browse files Browse the repository at this point in the history
…tarter template (#8159)

### Description

I mentioned this in discussions, in the design system starter template,
react was specified as a devDependency rather than a dependency.
It needs to be moved to dependencies.

#8156

### Testing Instructions

---------

Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
  • Loading branch information
2 people authored and Neosoulink committed Jun 14, 2024
1 parent 662e97a commit 7db984a
Show file tree
Hide file tree
Showing 2 changed files with 2,836 additions and 2,377 deletions.
4 changes: 3 additions & 1 deletion examples/design-system/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"react": "^18.2.0",
"@repo/typescript-config": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"react": "^18.2.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
Loading

0 comments on commit 7db984a

Please sign in to comment.