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] authored Jun 1, 2024
1 parent 265f23b commit 4fe6e13
Show file tree
Hide file tree
Showing 5 changed files with 1,540 additions and 697 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-plugin-ghost": "0.6.0",
"eslint-plugin-ghost": "3.4.0",
"lerna": "7.1.4"
},
"lerna": {
Expand Down
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.3",
"mocha": "10.4.0",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "18.0.0"
},
"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.3",
"mocha": "10.4.0",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "18.0.0"
},
"dependencies": {
"@tryghost/pretty-cli": "1.2.42",
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.3",
"mocha": "10.4.0",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "18.0.0"
},
"dependencies": {
"@tryghost/generator-slimer": "^1.14.1",
Expand Down
Loading

0 comments on commit 4fe6e13

Please sign in to comment.