Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v23.3.5 (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kamilkisiela committed Oct 11, 2018
1 parent 9eaf9cd commit 987aa3f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@commitlint/cli": "7.2.0",
"@commitlint/config-angular": "7.1.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"codecov": "3.1.0",
"husky": "1.1.1",
"jest": "23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"graphql": "14.0.2",
"jest": "23.6.0",
"jest-zone-patch": "0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@ngrx/store": "6.1.0",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
"jest": "23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/common": "6.1.10",
"@angular/core": "6.1.10",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"apollo-link": "1.2.3",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"apollo-cache-inmemory": "1.3.5",
"apollo-client": "2.4.2",
"graphql": "14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"apollo-cache-inmemory": "1.3.5",
"apollo-client": "2.4.2",
"apollo-link": "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"apollo-angular": "1.4.0",
"apollo-cache-inmemory": "1.3.5",
"apollo-client": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"apollo-link": "1.2.3",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@schematics/angular": "0.8.4",
"@types/graphql": "14.0.2",
"@types/jest": "23.3.3",
"@types/jest": "23.3.5",
"@types/node": "10.11.7",
"@types/semver": "5.5.0",
"apollo-cache-inmemory": "1.3.5",
Expand Down

0 comments on commit 987aa3f

Please sign in to comment.