Skip to content

Commit

Permalink
fix: move react & react-native types to dev deps (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar authored Jan 3, 2021
1 parent 0aa9702 commit d4645a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
},
"dependencies": {
"@types/globalize": "^1.5.0",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.20",
"cldrjs": "^0.5.4",
"dayjs": "^1.8.36",
"globalize": "^1.6.0",
Expand All @@ -55,6 +53,8 @@
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.20",
"@types/react-test-renderer": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
Expand Down

0 comments on commit d4645a0

Please sign in to comment.