Skip to content

Commit

Permalink
Merge pull request #47 from thisyahlen-deriv/thisyahlen/add-react-to-…
Browse files Browse the repository at this point in the history
…dev-dependency

chore: add react and dom to dev dependency
  • Loading branch information
thisyahlen-deriv authored Sep 27, 2024
2 parents 2f24179 + d8b5daf commit 109fa7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"access": "public"
},
"dependencies": {
"@deriv-com/utils": "^0.0.33",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@deriv-com/utils": "^0.0.33"
},
"devDependencies": {
"semantic-release": "^23.0.6",
Expand All @@ -43,6 +41,8 @@
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"prettier": "3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
Expand Down

0 comments on commit 109fa7a

Please sign in to comment.