Skip to content

Commit 1014d6a

Browse files
committed
Upgrades
1 parent 4d1b0a1 commit 1014d6a

File tree

4 files changed

+419
-369
lines changed

4 files changed

+419
-369
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build.gradle
2222

2323
```groovy
2424
plugins {
25-
id "com.github.ben-manes.versions" version "0.33.0"
25+
id "com.github.ben-manes.versions" version "0.36.0"
2626
}
2727
```
2828

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function findUpgradeJsonReportFiles() {
301301
}
302302

303303
function informUserAboutInstallingUpdatePlugin(exitCode) {
304-
const newestVersion = "0.33.0";
304+
const newestVersion = "0.36.0";
305305

306306
console.log(`Error executing gradle dependency updates (StatusCode=${exitCode})`.bgRed);
307307
console.log(

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"colors": "^1.4.0",
2020
"ora": "^5.1.0",
21-
"prompts": "^2.3.2",
21+
"prompts": "^2.4.0",
2222
"semver": "^7.1.1",
23-
"yargs": "^16.0.3"
23+
"yargs": "^16.1.1"
2424
},
2525
"devDependencies": {
26-
"jest": "^26.5.2"
26+
"jest": "^26.6.3"
2727
},
2828
"publishConfig": {
2929
"access": "public"

0 commit comments

Comments
 (0)