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 Dec 23, 2019
1 parent 361af8f commit 4f9449f
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 121 deletions.
4 changes: 2 additions & 2 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": "6.8.0",
"eslint-plugin-ghost": "0.6.0",
"mocha": "6.2.2",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/generator-slimer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"mocha": "6.2.2",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.0.1"
},
"dependencies": {
"chalk": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/slimer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"mocha": "6.2.2",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.0.1"
},
"dependencies": {
"@tryghost/pretty-cli": "1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/slimer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"mocha": "6.2.2",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "8.0.1"
},
"dependencies": {
"@tryghost/generator-slimer": "^1.4.0",
Expand Down
Loading

0 comments on commit 4f9449f

Please sign in to comment.