Skip to content

Commit

Permalink
fix: fixed version of react to 17.0.0 (#57)
Browse files Browse the repository at this point in the history
affects: @medly/create-app
  • Loading branch information
Manish-Ranjan authored May 17, 2022
1 parent 1b4e8c1 commit 145ab9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/app/template/common/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@medly-components/theme@latest",
"@medly-components/utils@latest",
"axios@latest",
"react@latest",
"react-dom@latest",
"react@^17.0.0",
"react-dom@^17.0.0",
"react-router-dom@latest",
"styled-components@latest"
],
Expand All @@ -59,8 +59,8 @@
"@testing-library/dom@latest",
"@testing-library/react@latest",
"@testing-library/user-event@latest",
"@types/react@latest",
"@types/react-dom@latest",
"@types/react@^17.0.0",
"@types/react-dom@^17.0.0",
"@types/react-router-dom@latest",
"@types/styled-components@latest",
"axios-mock-adapter@latest",
Expand Down

0 comments on commit 145ab9d

Please sign in to comment.