Skip to content

Commit

Permalink
Update dependency typescript to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 13, 2019
1 parent a70f7b3 commit 1891016
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion typescript/circleci/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"jest": "23.6.0",
"ts-jest": "23.10.5",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"jest": {
"testURL": "http://localhost/",
Expand Down
2 changes: 1 addition & 1 deletion typescript/cli-app/package.json
Expand Up @@ -8,7 +8,7 @@
"@types/graphql": "14.2.0",
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"scripts": {
"cli": "ts-node src/cli.ts"
Expand Down
2 changes: 1 addition & 1 deletion typescript/docker-mongodb/package.json
Expand Up @@ -8,7 +8,7 @@
"@types/graphql": "14.2.0",
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"scripts": {
"start": "ts-node src/script.ts"
Expand Down
2 changes: 1 addition & 1 deletion typescript/docker-mysql/package.json
Expand Up @@ -11,6 +11,6 @@
"@types/graphql": "14.2.0",
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/docker-postgres/package.json
Expand Up @@ -11,6 +11,6 @@
"@types/graphql": "14.2.0",
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/graphql-apollo-server/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/node": "10.14.9",
"@types/ws": "6.0.1",
"ts-node-dev": "1.0.0-pre.40",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/graphql-auth/package.json
Expand Up @@ -22,6 +22,6 @@
"@types/node": "10.14.9",
"@types/ws": "6.0.1",
"ts-node-dev": "1.0.0-pre.40",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/graphql-crud/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/node": "10.14.9",
"@types/ws": "6.0.1",
"ts-node-dev": "1.0.0-pre.40",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/graphql-subscriptions/package.json
Expand Up @@ -6,7 +6,7 @@
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"ts-node-dev": "1.0.0-pre.40",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"dependencies": {
"graphql-subscriptions": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/node": "10.14.9",
"@types/ws": "6.0.1",
"ts-node-dev": "1.0.0-pre.40",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/grpc/package.json
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"ts-node": "8.0.2",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/rest-express/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/graphql": "14.2.0",
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"typescript": "3.5.1"
"typescript": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion typescript/script/package.json
Expand Up @@ -8,7 +8,7 @@
"@types/graphql": "14.2.0",
"@types/ws": "6.0.1",
"ts-node": "7.0.1",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"scripts": {
"start": "ts-node src/script.ts"
Expand Down

0 comments on commit 1891016

Please sign in to comment.