Skip to content

Commit

Permalink
Update Test & linting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2020
1 parent b9c03eb commit 4867447
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 174 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"ship": "lerna publish"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-plugin-ghost": "0.6.0",
"mocha": "6.2.2",
"eslint": "6.8.0",
"eslint-plugin-ghost": "1.0.0",
"mocha": "7.0.1",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/generator-slimer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"access": "public"
},
"devDependencies": {
"mocha": "6.2.2",
"mocha": "7.0.1",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.1.1"
},
"dependencies": {
"chalk": "2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/slimer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"access": "public"
},
"devDependencies": {
"mocha": "6.2.2",
"mocha": "7.0.1",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.1.1"
},
"dependencies": {
"@tryghost/pretty-cli": "1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/slimer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"access": "public"
},
"devDependencies": {
"mocha": "6.2.2",
"mocha": "7.0.1",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.1.1"
},
"dependencies": {
"@tryghost/generator-slimer": "^1.4.1",
Expand Down
Loading

0 comments on commit 4867447

Please sign in to comment.