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 Sep 13, 2023
1 parent ff3647d commit d16fee9
Show file tree
Hide file tree
Showing 6 changed files with 1,347 additions and 95 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": "3.3.2",
"lerna": "7.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/mongo-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"c8": "8.0.1",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-ghost": "3.3.2",
"knex": "2.4.2",
"mocha": "10.2.0",
"mysql": "2.18.1",
"nconf": "0.12.0",
"should": "13.2.3",
"sinon": "15.0.4",
"sinon": "16.0.0",
"sqlite3": "5.1.6"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mongo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"c8": "8.0.1",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-ghost": "3.3.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
"sinon": "16.0.0"
},
"dependencies": {
"lodash": "^4.17.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/nql-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"c8": "8.0.1",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-ghost": "3.3.2",
"jison": "0.4.18",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
"sinon": "16.0.0"
},
"dependencies": {
"date-fns": "^2.28.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/nql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"devDependencies": {
"bluebird": "3.7.2",
"c8": "7.13.0",
"c8": "8.0.1",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-ghost": "3.3.2",
"knex": "2.4.2",
"mocha": "10.2.0",
"mysql": "2.18.1",
"nconf": "0.12.0",
"should": "13.2.3",
"sinon": "15.0.4",
"sinon": "16.0.0",
"sqlite3": "5.1.6"
},
"dependencies": {
Expand Down
Loading

0 comments on commit d16fee9

Please sign in to comment.