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 Jun 12, 2023
1 parent 2418fd9 commit 61adc47
Show file tree
Hide file tree
Showing 6 changed files with 1,132 additions and 99 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.42.0",
"eslint-plugin-ghost": "2.18.1"
}
}
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.42.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.1.2",
"sqlite3": "5.1.4"
},
"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.42.0",
"eslint-plugin-ghost": "2.18.1",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
"sinon": "15.1.2"
},
"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.42.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.1.2"
},
"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.42.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.1.2",
"sqlite3": "5.1.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 61adc47

Please sign in to comment.