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 May 15, 2023
1 parent e649ba0 commit ac384b1
Show file tree
Hide file tree
Showing 6 changed files with 1,110 additions and 71 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ship": "lerna publish --git-remote ${GHOST_UPSTREAM:-origin}"
},
"devDependencies": {
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0"
"eslint": "8.40.0",
"eslint-plugin-ghost": "2.18.1"
}
}
4 changes: 2 additions & 2 deletions packages/mongo-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint": "8.40.0",
"eslint-plugin-ghost": "2.18.1",
"knex": "2.4.2",
"mocha": "10.2.0",
"mysql": "2.18.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"c8": "7.13.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint": "8.40.0",
"eslint-plugin-ghost": "2.18.1",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/nql-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"c8": "7.13.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint": "8.40.0",
"eslint-plugin-ghost": "2.18.1",
"jison": "0.4.18",
"mocha": "10.2.0",
"should": "13.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/nql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint": "8.40.0",
"eslint-plugin-ghost": "2.18.1",
"knex": "2.4.2",
"mocha": "10.2.0",
"mysql": "2.18.1",
Expand Down
Loading

0 comments on commit ac384b1

Please sign in to comment.