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 Sep 30, 2024
1 parent 48279f2 commit a8d3ecb
Show file tree
Hide file tree
Showing 6 changed files with 1,245 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-ghost": "2.18.1",
"lerna": "7.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/mongo-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"c8": "7.14.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.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 @@ -15,9 +15,9 @@
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"c8": "7.14.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.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 @@ -19,9 +19,9 @@
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"c8": "7.14.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.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 @@ -16,9 +16,9 @@
},
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"c8": "7.14.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.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 a8d3ecb

Please sign in to comment.