Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fix: Move types to dependencies (#93)
Browse files Browse the repository at this point in the history
* fix: Move types to deps

* Update reactotron-core-client
  • Loading branch information
rmevans9 committed May 27, 2019
1 parent 6ce3f82 commit fd50c89
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@
"react-native": ">=0.40.0"
},
"dependencies": {
"@types/jest": "24.0.13",
"@types/node": "11.13.11",
"@types/react-native": "0.57.60",
"mitt": "1.1.3",
"query-string": "6.5.0",
"reactotron-core-client": "2.7.3",
"reactotron-core-client": "2.7.4",
"rn-host-detect": "1.1.5"
},
"devDependencies": {
Expand All @@ -49,9 +52,6 @@
"@babel/preset-env": "7.4.5",
"@babel/preset-typescript": "7.3.3",
"@semantic-release/git": "7.1.0-beta.3",
"@types/jest": "24.0.13",
"@types/node": "11.13.11",
"@types/react-native": "0.57.60",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"babel-eslint": "10.0.1",
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,11 @@
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==

"@types/events@*":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==

"@types/istanbul-lib-coverage@*":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
Expand Down Expand Up @@ -1660,6 +1665,14 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==

"@types/ws@6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.1.tgz#ca7a3f3756aa12f62a0a62145ed14c6db25d5a28"
integrity sha512-EzH8k1gyZ4xih/MaZTXwT2xOkPiIMSrhQ9b8wrlX88L0T02eYsddatQlwVFlEPyEqV0ChpdpNnE51QPH6NVT4Q==
dependencies:
"@types/events" "*"
"@types/node" "*"

"@types/yargs@^12.0.2", "@types/yargs@^12.0.9":
version "12.0.12"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
Expand Down Expand Up @@ -8697,10 +8710,14 @@ react@16.8.6:
prop-types "^15.6.2"
scheduler "^0.13.6"

reactotron-core-client@2.7.3:
version "2.7.3"
resolved "https://registry.yarnpkg.com/reactotron-core-client/-/reactotron-core-client-2.7.3.tgz#0a88bcdce16cd620b8743b547ac7448f79b9a221"
integrity sha512-cK9AbC/0WtfEg6Dm4EhSW++46WfHTT1EvnZ/UuLY2RnnNZnRF6ZgbnT6gBMw2W/H3Htyo5c6bQR8T5YEVq4KxA==
reactotron-core-client@2.7.4:
version "2.7.4"
resolved "https://registry.yarnpkg.com/reactotron-core-client/-/reactotron-core-client-2.7.4.tgz#646885b7e04dcef0de37479e6995146cc389c588"
integrity sha512-/qo+Oiihvtqj44pzL7t9DAYgSqBCUoWxkqIFd/Poxpoh9u+fJ8OfhhyjnTlMgB2KjZosArqApR9fdpQRYmNF7g==
dependencies:
"@types/jest" "24.0.13"
"@types/node" "11.13.11"
"@types/ws" "6.0.1"

read-cmd-shim@^1.0.1, read-cmd-shim@~1.0.1:
version "1.0.1"
Expand Down

0 comments on commit fd50c89

Please sign in to comment.