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

Commit

Permalink
Version bump, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Feb 27, 2019
1 parent e4a5b68 commit 2406125
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 33 deletions.
64 changes: 37 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "2.5.0",
"version": "2.5.1",
"author": "[email protected]",
"private": true,
"description": "React data container for Apollo Client",
Expand Down Expand Up @@ -87,7 +87,7 @@
"trailingComma": "all"
},
"peerDependencies": {
"apollo-client": "^2.5.0",
"apollo-client": "^2.5.1",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
Expand All @@ -107,9 +107,9 @@
"@types/react-test-renderer": "16.8.0",
"@types/recompose": "0.30.3",
"@types/zen-observable": "0.8.0",
"apollo-cache": "^1.2.0",
"apollo-cache-inmemory": "^1.5.0",
"apollo-client": "^2.5.0",
"apollo-cache": "^1.2.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link": "1.2.8",
"babel-core": "6.26.3",
"babel-jest": "23.6.0",
Expand Down Expand Up @@ -150,7 +150,7 @@
"zen-observable-ts": "0.8.15"
},
"dependencies": {
"apollo-utilities": "^1.2.0",
"apollo-utilities": "^1.2.1",
"hoist-non-react-statics": "^3.0.0",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.6.0",
Expand Down

0 comments on commit 2406125

Please sign in to comment.