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 Mar 12, 2024
1 parent c3b9e98 commit 9f6caa5
Show file tree
Hide file tree
Showing 5 changed files with 1,478 additions and 807 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"ship": "lerna publish --git-remote ${GHOST_UPSTREAM:-origin}"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-plugin-ghost": "0.6.0",
"eslint": "8.57.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.3.0",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "17.0.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.3",
"mocha": "10.3.0",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "17.0.1"
},
"dependencies": {
"@tryghost/pretty-cli": "1.2.40",
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.3.0",
"should": "13.2.3",
"sinon": "7.5.0"
"sinon": "17.0.1"
},
"dependencies": {
"@tryghost/generator-slimer": "^1.14.1",
Expand Down
Loading

0 comments on commit 9f6caa5

Please sign in to comment.