Skip to content

Commit 66b3a1e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency react-apollo to v2.5.5
1 parent b5bcb7b commit 66b3a1e

File tree

6 files changed

+33
-26
lines changed

6 files changed

+33
-26
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql": "0.13.2",
2929
"graphql-tag": "2.10.1",
3030
"react": "16.8.6",
31-
"react-apollo": "2.5.4",
31+
"react-apollo": "2.5.5",
3232
"react-dom": "16.8.6",
3333
"react-modal": "3.8.1",
3434
"react-router-dom": "4.4.0-beta.8",

advanced/yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7151,16 +7151,16 @@ rc@^1.2.7:
71517151
minimist "^1.2.0"
71527152
strip-json-comments "~2.0.1"
71537153

7154-
react-apollo@2.5.4:
7155-
version "2.5.4"
7156-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.4.tgz#4b5ad2e9e38001521d072445acdb5b3b5489b22d"
7157-
integrity sha512-olH9zYijOXVfj14hD7bQlZ0POBJchxg2e+mfnxEiEdqZra4+58SfIY0KPhmM9jqbeeusc6J/P4zzWIHt5DdNDg==
7154+
react-apollo@2.5.5:
7155+
version "2.5.5"
7156+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.5.tgz#0f27079a8fa9d9ceea8b29a5977eb42885f88fb9"
7157+
integrity sha512-zoJYlkI3i7+f1ejCbFtWU2GLCxjrmB3Es6RANyEZcbl0yetf5TI6ofMjBzILTvwoqp6tiQHH/8q66vQF0KcLmQ==
71587158
dependencies:
71597159
apollo-utilities "^1.2.1"
71607160
hoist-non-react-statics "^3.3.0"
71617161
lodash.isequal "^4.5.0"
71627162
prop-types "^15.7.2"
7163-
ts-invariant "^0.3.2"
7163+
ts-invariant "^0.4.0"
71647164
tslib "^1.9.3"
71657165

71667166
react-dev-utils@^5.0.2:
@@ -8593,6 +8593,13 @@ ts-invariant@^0.3.2:
85938593
dependencies:
85948594
tslib "^1.9.3"
85958595

8596+
ts-invariant@^0.4.0:
8597+
version "0.4.0"
8598+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.0.tgz#5b98ddc2b8a067ba400c13d99b808357e4ee9c2e"
8599+
integrity sha512-dI1qXTqHx/QP6SvwSCen4sEza+CtB9KvHQREdpMVRzt05VlSPEfNxus4PsJWdK9ZfiI4yJnAB8j3+jcD3ct21g==
8600+
dependencies:
8601+
tslib "^1.9.3"
8602+
85968603
tslib@^1.9.3:
85978604
version "1.9.3"
85988605
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apollo-boost": "0.3.1",
99
"graphql": "14.0.2",
1010
"react": "16.8.6",
11-
"react-apollo": "2.5.4",
11+
"react-apollo": "2.5.5",
1212
"react-dom": "16.8.6",
1313
"react-modal": "3.8.1",
1414
"react-router-dom": "4.4.0-beta.8",

basic/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8027,16 +8027,16 @@ rc@^1.2.7:
80278027
minimist "^1.2.0"
80288028
strip-json-comments "~2.0.1"
80298029

8030-
react-apollo@2.5.4:
8031-
version "2.5.4"
8032-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.4.tgz#4b5ad2e9e38001521d072445acdb5b3b5489b22d"
8033-
integrity sha512-olH9zYijOXVfj14hD7bQlZ0POBJchxg2e+mfnxEiEdqZra4+58SfIY0KPhmM9jqbeeusc6J/P4zzWIHt5DdNDg==
8030+
react-apollo@2.5.5:
8031+
version "2.5.5"
8032+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.5.tgz#0f27079a8fa9d9ceea8b29a5977eb42885f88fb9"
8033+
integrity sha512-zoJYlkI3i7+f1ejCbFtWU2GLCxjrmB3Es6RANyEZcbl0yetf5TI6ofMjBzILTvwoqp6tiQHH/8q66vQF0KcLmQ==
80348034
dependencies:
80358035
apollo-utilities "^1.2.1"
80368036
hoist-non-react-statics "^3.3.0"
80378037
lodash.isequal "^4.5.0"
80388038
prop-types "^15.7.2"
8039-
ts-invariant "^0.3.2"
8039+
ts-invariant "^0.4.0"
80408040
tslib "^1.9.3"
80418041

80428042
react-app-polyfill@^0.1.3:
@@ -9512,10 +9512,10 @@ ts-invariant@^0.2.1:
95129512
dependencies:
95139513
tslib "^1.9.3"
95149514

9515-
ts-invariant@^0.3.2:
9516-
version "0.3.2"
9517-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.3.2.tgz#89a2ffeb70879b777258df1df1c59383c35209b0"
9518-
integrity sha512-QsY8BCaRnHiB5T6iE4DPlJMAKEG3gzMiUco9FEt1jUXQf0XP6zi0idT0i0rMTu8A326JqNSDsmlkA9dRSh1TRg==
9515+
ts-invariant@^0.4.0:
9516+
version "0.4.0"
9517+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.0.tgz#5b98ddc2b8a067ba400c13d99b808357e4ee9c2e"
9518+
integrity sha512-dI1qXTqHx/QP6SvwSCen4sEza+CtB9KvHQREdpMVRzt05VlSPEfNxus4PsJWdK9ZfiI4yJnAB8j3+jcD3ct21g==
95199519
dependencies:
95209520
tslib "^1.9.3"
95219521

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apollo-boost": "0.3.1",
55
"graphql": "0.13.2",
66
"react": "16.8.6",
7-
"react-apollo": "2.5.4",
7+
"react-apollo": "2.5.5",
88
"react-dom": "16.8.6",
99
"react-scripts": "1.1.5"
1010
},

minimal/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6446,16 +6446,16 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.7:
64466446
minimist "^1.2.0"
64476447
strip-json-comments "~2.0.1"
64486448

6449-
react-apollo@2.5.4:
6450-
version "2.5.4"
6451-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.4.tgz#4b5ad2e9e38001521d072445acdb5b3b5489b22d"
6452-
integrity sha512-olH9zYijOXVfj14hD7bQlZ0POBJchxg2e+mfnxEiEdqZra4+58SfIY0KPhmM9jqbeeusc6J/P4zzWIHt5DdNDg==
6449+
react-apollo@2.5.5:
6450+
version "2.5.5"
6451+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.5.tgz#0f27079a8fa9d9ceea8b29a5977eb42885f88fb9"
6452+
integrity sha512-zoJYlkI3i7+f1ejCbFtWU2GLCxjrmB3Es6RANyEZcbl0yetf5TI6ofMjBzILTvwoqp6tiQHH/8q66vQF0KcLmQ==
64536453
dependencies:
64546454
apollo-utilities "^1.2.1"
64556455
hoist-non-react-statics "^3.3.0"
64566456
lodash.isequal "^4.5.0"
64576457
prop-types "^15.7.2"
6458-
ts-invariant "^0.3.2"
6458+
ts-invariant "^0.4.0"
64596459
tslib "^1.9.3"
64606460

64616461
react-dev-utils@^5.0.2:
@@ -7703,10 +7703,10 @@ ts-invariant@^0.2.1:
77037703
dependencies:
77047704
tslib "^1.9.3"
77057705

7706-
ts-invariant@^0.3.2:
7707-
version "0.3.2"
7708-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.3.2.tgz#89a2ffeb70879b777258df1df1c59383c35209b0"
7709-
integrity sha512-QsY8BCaRnHiB5T6iE4DPlJMAKEG3gzMiUco9FEt1jUXQf0XP6zi0idT0i0rMTu8A326JqNSDsmlkA9dRSh1TRg==
7706+
ts-invariant@^0.4.0:
7707+
version "0.4.0"
7708+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.0.tgz#5b98ddc2b8a067ba400c13d99b808357e4ee9c2e"
7709+
integrity sha512-dI1qXTqHx/QP6SvwSCen4sEza+CtB9KvHQREdpMVRzt05VlSPEfNxus4PsJWdK9ZfiI4yJnAB8j3+jcD3ct21g==
77107710
dependencies:
77117711
tslib "^1.9.3"
77127712

0 commit comments

Comments
 (0)