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 Aug 29, 2023
1 parent 8d756d9 commit 14878f6
Show file tree
Hide file tree
Showing 6 changed files with 1,224 additions and 196 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"ship": "lerna publish --git-remote ${GHOST_UPSTREAM:-origin}"
},
"devDependencies": {
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint": "8.48.0",
"eslint-plugin-ghost": "2.18.1",
"lerna": "7.2.0"
}
}
8 changes: 4 additions & 4 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",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"c8": "7.14.0",
"eslint": "8.48.0",
"eslint-plugin-ghost": "2.18.1",
"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": "15.2.0",
"sqlite3": "5.1.6"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 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",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"c8": "7.14.0",
"eslint": "8.48.0",
"eslint-plugin-ghost": "2.18.1",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
"sinon": "15.2.0"
},
"dependencies": {
"lodash": "^4.17.11"
Expand Down
8 changes: 4 additions & 4 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",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"c8": "7.14.0",
"eslint": "8.48.0",
"eslint-plugin-ghost": "2.18.1",
"jison": "0.4.18",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
"sinon": "15.2.0"
},
"dependencies": {
"date-fns": "^2.28.0"
Expand Down
8 changes: 4 additions & 4 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",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"c8": "7.14.0",
"eslint": "8.48.0",
"eslint-plugin-ghost": "2.18.1",
"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": "15.2.0",
"sqlite3": "5.1.6"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 14878f6

Please sign in to comment.