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

Commit

Permalink
chore(deps): update dependency tslib to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 18, 2020
1 parent 8fbd364 commit bbe33aa
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 17 deletions.
30 changes: 27 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"rollup-plugin-typescript2": "0.27.1",
"terser": "3.17.0",
"ts-jest": "22.4.6",
"tslib": "1.13.0",
"tslib": "2.0.0",
"typescript": "3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/apollo-link-batch-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"apollo-link": "file:../apollo-link",
"apollo-link-batch": "file:../apollo-link-batch",
"apollo-link-http-common": "file:../apollo-link-http-common",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"apollo-link": "file:../apollo-link",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"apollo-link": "file:../apollo-link",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-dedup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"apollo-link": "file:../apollo-link",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"apollo-link": "file:../apollo-link",
"apollo-link-http-common": "file:../apollo-link-http-common",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"apollo-link": "file:../apollo-link",
"ts-invariant": "^0.4.0",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"apollo-link": "file:../apollo-link",
"apollo-link-http-common": "file:../apollo-link-http-common",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-polling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@types/zen-observable": "0.8.0",
"apollo-link": "file:../apollo-link",
"tslib": "1.13.0"
"tslib": "2.0.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@types/zen-observable": "0.8.0",
"apollo-link": "file:../apollo-link",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"apollo-link": "file:../apollo-link",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"apollo-link": "file:../apollo-link",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"peerDependencies": {
"subscriptions-transport-ws": "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"apollo-utilities": "^1.3.0",
"ts-invariant": "^0.4.0",
"tslib": "^1.9.3",
"tslib": "^2.0.0",
"zen-observable-ts": "file:../zen-observable-ts"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zen-observable-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"testURL": "http://localhost"
},
"dependencies": {
"tslib": "^1.9.3",
"tslib": "^2.0.0",
"zen-observable": "^0.8.0"
}
}

0 comments on commit bbe33aa

Please sign in to comment.