apollo-cache
Advanced tools
Comparing version 1.1.14 to 1.1.15
{ | ||
"name": "apollo-cache", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -42,22 +42,22 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-utilities": "^1.0.18" | ||
"apollo-utilities": "^1.0.19" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.12.7", | ||
"@types/jest": "22.2.3", | ||
"@types/jest": "23.3.1", | ||
"browserify": "15.2.0", | ||
"graphql": "0.13.2", | ||
"graphql-tag": "2.9.2", | ||
"jest": "23.0.0", | ||
"jest": "23.5.0", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.64.1", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
"ts-jest": "20.0.14", | ||
"ts-jest": "23.1.3", | ||
"tslint": "5.11.0", | ||
"typescript": "2.9.2", | ||
"uglify-js": "^3.4.6" | ||
"typescript": "3.0.1", | ||
"uglify-js": "3.4.7" | ||
}, | ||
"jest": { | ||
"transform": { | ||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
".(ts|tsx)": "ts-jest" | ||
}, | ||
@@ -64,0 +64,0 @@ "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60179
31
1157
Updatedapollo-utilities@^1.0.19