Skip to content

Commit 822f8e1

Browse files
Bump @apollo/react-hooks from 3.1.3 to 3.1.5
Bumps [@apollo/react-hooks](https://github.com/apollographql/react-apollo) from 3.1.3 to 3.1.5. - [Release notes](https://github.com/apollographql/react-apollo/releases) - [Changelog](https://github.com/apollographql/react-apollo/blob/@apollo/react-hooks@3.1.5/Changelog.md) - [Commits](https://github.com/apollographql/react-apollo/compare/@apollo/react-hooks@3.1.3...@apollo/react-hooks@3.1.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7952cc9 commit 822f8e1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Carlos Rufo",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@apollo/react-hooks": "^3.1.3",
17+
"@apollo/react-hooks": "^3.1.5",
1818
"@material-ui/core": "^3.9.2",
1919
"@material-ui/icons": "^3.0.2",
2020
"@material-ui/styles": "^3.0.0-alpha.10",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@apollo/react-common@^3.1.3":
6-
version "3.1.3"
7-
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.3.tgz#ddc34f6403f55d47c0da147fd4756dfd7c73dac5"
8-
integrity sha512-Q7ZjDOeqjJf/AOGxUMdGxKF+JVClRXrYBGVq+SuVFqANRpd68MxtVV2OjCWavsFAN0eqYnRqRUrl7vtUCiJqeg==
5+
"@apollo/react-common@^3.1.4":
6+
version "3.1.4"
7+
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.4.tgz#ec13c985be23ea8e799c9ea18e696eccc97be345"
8+
integrity sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA==
99
dependencies:
1010
ts-invariant "^0.4.4"
1111
tslib "^1.10.0"
1212

13-
"@apollo/react-hooks@^3.1.3":
14-
version "3.1.3"
15-
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.3.tgz#ad42c7af78e81fee0f30e53242640410d5bd0293"
16-
integrity sha512-reIRO9xKdfi+B4gT/o/hnXuopUnm7WED/ru8VQydPw+C/KG/05Ssg1ZdxFKHa3oxwiTUIDnevtccIH35POanbA==
13+
"@apollo/react-hooks@^3.1.5":
14+
version "3.1.5"
15+
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.5.tgz#7e710be52461255ae7fc0b3b9c2ece64299c10e6"
16+
integrity sha512-y0CJ393DLxIIkksRup4nt+vSjxalbZBXnnXxYbviq/woj+zKa431zy0yT4LqyRKpFy9ahMIwxBnBwfwIoupqLQ==
1717
dependencies:
18-
"@apollo/react-common" "^3.1.3"
18+
"@apollo/react-common" "^3.1.4"
1919
"@wry/equality" "^0.1.9"
2020
ts-invariant "^0.4.4"
2121
tslib "^1.10.0"

0 commit comments

Comments
 (0)