-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
James Baxley
committed
Dec 8, 2017
1 parent
cd32793
commit 05e18c0
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "apollo-cache-inmemory", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
"author": "James Baxley <[email protected]>", | ||
"contributors": [ | ||
|
@@ -39,8 +39,8 @@ | |
"filesize": "npm run build:browser" | ||
}, | ||
"dependencies": { | ||
"apollo-cache": "^1.0.1", | ||
"apollo-utilities": "^1.0.2", | ||
"apollo-cache": "^1.0.2", | ||
"apollo-utilities": "^1.0.3", | ||
"graphql-anywhere": "^4.0.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "apollo-cache", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
"author": "James Baxley <[email protected]>", | ||
"contributors": [ | ||
|
@@ -40,7 +40,7 @@ | |
"filesize": "npm run build && npm run build:browser" | ||
}, | ||
"dependencies": { | ||
"apollo-utilities": "^1.0.2" | ||
"apollo-utilities": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.11.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "apollo-client-preset", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
"author": "James Baxley <[email protected]>", | ||
"contributors": [ | ||
|
@@ -35,8 +35,8 @@ | |
"filesize": "npm run build && npm run build:browser" | ||
}, | ||
"dependencies": { | ||
"apollo-cache-inmemory": "^1.1.1", | ||
"apollo-client": "^2.0.3", | ||
"apollo-cache-inmemory": "^1.1.4", | ||
"apollo-client": "^2.0.4", | ||
"apollo-link": "^1.0.6", | ||
"apollo-link-http": "^1.3.1", | ||
"graphql-tag": "^2.4.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "apollo-utilities", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utilities for working with GraphQL ASTs", | ||
"author": "James Baxley <[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-anywhere", | ||
"version": "4.1.0-alpha.0", | ||
"version": "4.1.0", | ||
"description": "Run GraphQL queries with no schema and just one resolver", | ||
"main": "./lib/bundle.umd.js", | ||
"module": "./lib/index.js", | ||
|
@@ -37,7 +37,7 @@ | |
"author": "Sashko Stubailo <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"apollo-utilities": "^1.0.2" | ||
"apollo-utilities": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.11.7", | ||
|