Skip to content

Commit 7e18d40

Browse files
authored
Merge pull request infinitered#610 from infinitered/build-2-alpha-2
Build 2 alpha 2
2 parents 5435828 + 49648ee commit 7e18d40

File tree

17 files changed

+49
-1288
lines changed

17 files changed

+49
-1288
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"npmClient": "yarn",
55
"npmClientArgs": [
66
"--ignore-engines"

packages/demo-react-js/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "demo-react-js",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"private": true,
55
"devDependencies": {
66
"babel-eslint": "^8.2.1",
77
"prettier": "^1.10.2",
88
"react-scripts": "^0.9.5",
9-
"reactotron-apisauce": "^2.0.0-alpha.1",
10-
"reactotron-core-client": "^2.0.0-alpha.1",
11-
"reactotron-react-js": "^2.0.0-alpha.1",
12-
"reactotron-redux": "^2.0.0-alpha.1",
13-
"reactotron-redux-saga": "^2.0.0-alpha.1",
9+
"reactotron-apisauce": "^2.0.0-alpha.2",
10+
"reactotron-core-client": "^2.0.0-alpha.2",
11+
"reactotron-react-js": "^2.0.0-alpha.2",
12+
"reactotron-redux": "^2.0.0-alpha.2",
13+
"reactotron-redux-saga": "^2.0.0-alpha.2",
1414
"stacktrace-js": "^1.3.1",
1515
"standard": "^10.0.3"
1616
},

packages/demo-react-native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-react-native",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -22,10 +22,10 @@
2222
"react-native": "^0.46.0",
2323
"react-native-view-shot": "^1.10.1",
2424
"react-redux": "^5.0.5",
25-
"reactotron-apisauce": "^2.0.0-alpha.1",
26-
"reactotron-react-native": "^2.0.0-alpha.1",
27-
"reactotron-redux": "^2.0.0-alpha.1",
28-
"reactotron-redux-saga": "^2.0.0-alpha.1",
25+
"reactotron-apisauce": "^2.0.0-alpha.2",
26+
"reactotron-react-native": "^2.0.0-alpha.2",
27+
"reactotron-redux": "^2.0.0-alpha.2",
28+
"reactotron-redux-saga": "^2.0.0-alpha.2",
2929
"redux": "^3.7.1",
3030
"redux-logger": "^3.0.6",
3131
"redux-saga": "^0.15.4",

packages/demo-react-native/yarn.lock

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -6913,24 +6913,10 @@ radium@^0.19.0:
69136913
inline-style-prefixer "^2.0.5"
69146914
prop-types "^15.5.8"
69156915

6916-
ramda@^0.23.0:
6917-
version "0.23.0"
6918-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.23.0.tgz#ccd13fff73497a93974e3e86327bfd87bd6e8e2b"
6919-
69206916
ramda@^0.24.1:
69216917
version "0.24.1"
69226918
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
69236919

6924-
ramda@^0.25.0:
6925-
version "0.25.0"
6926-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"
6927-
6928-
ramdasauce@^1.2.0:
6929-
version "1.2.0"
6930-
resolved "https://registry.yarnpkg.com/ramdasauce/-/ramdasauce-1.2.0.tgz#7c0da39ffa1b547268c78536fddad9c49f0d12cb"
6931-
dependencies:
6932-
ramda "^0.23.0"
6933-
69346920
ramdasauce@^2.0.0:
69356921
version "2.1.0"
69366922
resolved "https://registry.yarnpkg.com/ramdasauce/-/ramdasauce-2.1.0.tgz#65ea157a9cfc17841a7dd6499d3f9f421dc2eb36"
@@ -7236,51 +7222,6 @@ [email protected]:
72367222
object-assign "^4.1.0"
72377223
prop-types "^15.5.6"
72387224

7239-
reactotron-apisauce@^2.0.0-alpha.1:
7240-
version "2.0.0-alpha.1"
7241-
resolved "https://registry.yarnpkg.com/reactotron-apisauce/-/reactotron-apisauce-2.0.0-alpha.1.tgz#ff288efd00c7841d554c6a546bca7ef7609e9884"
7242-
dependencies:
7243-
apisauce "^0.14.0"
7244-
ramda "^0.23.0"
7245-
ramdasauce "^1.2.0"
7246-
reactotron-core-client "^2.0.0-alpha.1"
7247-
7248-
reactotron-core-client@^2.0.0-alpha.1:
7249-
version "2.0.0-alpha.1"
7250-
resolved "https://registry.yarnpkg.com/reactotron-core-client/-/reactotron-core-client-2.0.0-alpha.1.tgz#24c3affafd8a1bc8316a85b9fbf1839d99a25d1e"
7251-
dependencies:
7252-
ramda "^0.25.0"
7253-
7254-
reactotron-react-native@^2.0.0-alpha.1:
7255-
version "2.0.0-alpha.1"
7256-
resolved "https://registry.yarnpkg.com/reactotron-react-native/-/reactotron-react-native-2.0.0-alpha.1.tgz#735050496fbb874c4960a0a633c0395dce92fa3c"
7257-
dependencies:
7258-
mitt "^1.1.2"
7259-
prop-types "^15.5.10"
7260-
ramda "^0.24.1"
7261-
ramdasauce "^2.0.0"
7262-
reactotron-core-client "^2.0.0-alpha.1"
7263-
rn-host-detect "^1.1.3"
7264-
7265-
reactotron-redux-saga@^2.0.0-alpha.1:
7266-
version "2.0.0-alpha.1"
7267-
resolved "https://registry.yarnpkg.com/reactotron-redux-saga/-/reactotron-redux-saga-2.0.0-alpha.1.tgz#4f2cafb180abc081cfa542c4664b0ad3abb211d5"
7268-
dependencies:
7269-
ramda "^0.24.1"
7270-
ramdasauce "^2.0.0"
7271-
reactotron-core-client "^2.0.0-alpha.1"
7272-
redux "^3.7.1"
7273-
redux-saga "^0.15.3"
7274-
7275-
reactotron-redux@^2.0.0-alpha.1:
7276-
version "2.0.0-alpha.1"
7277-
resolved "https://registry.yarnpkg.com/reactotron-redux/-/reactotron-redux-2.0.0-alpha.1.tgz#1023f1d7ef0e04480bb5ce77e4ffe236f4916896"
7278-
dependencies:
7279-
ramda "^0.24.1"
7280-
ramdasauce "^2.0.0"
7281-
reactotron-core-client "^2.0.0-alpha.1"
7282-
redux "^3.7.1"
7283-
72847225
read-pkg-up@^1.0.1:
72857226
version "1.0.1"
72867227
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -7400,7 +7341,7 @@ redux-logger@^3.0.6:
74007341
dependencies:
74017342
deep-diff "^0.3.5"
74027343

7403-
redux-saga@^0.15.3, redux-saga@^0.15.4:
7344+
redux-saga@^0.15.4:
74047345
version "0.15.6"
74057346
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.15.6.tgz#8638dc522de6c6c0a496fe8b2b5466287ac2dc4d"
74067347

packages/reactotron-apisauce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-apisauce",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "A Reactotron plugin for Apisauce.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -58,6 +58,6 @@
5858
"apisauce": "^0.14.0",
5959
"ramda": "^0.23.0",
6060
"ramdasauce": "^1.2.0",
61-
"reactotron-core-client": "^2.0.0-alpha.1"
61+
"reactotron-core-client": "^2.0.0-alpha.2"
6262
}
6363
}

packages/reactotron-app/App/App.ico

62.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)