Skip to content

Commit

Permalink
fix: bump to Probot v10 (from beta to stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 31, 2020
1 parent 2bc6f46 commit 563a3eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/basic-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"probot": "10.0.0-beta.27"
"probot": "^10.1.0"
},
"devDependencies": {
"jest": "^26.4.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/basic-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"probot": "10.0.0-beta.27"
"probot": "^10.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.9",
Expand Down
2 changes: 1 addition & 1 deletion templates/checks-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"probot": "10.0.0-beta.27"
"probot": "^10.1.0"
},
"devDependencies": {
"jest": "^26.4.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/deploy-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"probot": "10.0.0-beta.27"
"probot": "^10.1.0"
},
"devDependencies": {
"jest": "^26.4.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/git-data-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"probot": "10.0.0-beta.27"
"probot": "^10.1.0"
},
"devDependencies": {
"jest": "^26.4.0",
Expand Down

0 comments on commit 563a3eb

Please sign in to comment.