Skip to content

Commit 3ef4539

Browse files
Update Test & linting packages
1 parent 6e1da52 commit 3ef4539

File tree

6 files changed

+1371
-96
lines changed

6 files changed

+1371
-96
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"eslint": "8.39.0",
25-
"eslint-plugin-ghost": "2.16.0",
25+
"eslint-plugin-ghost": "3.3.2",
2626
"lerna": "7.2.0"
2727
}
2828
}

packages/mongo-knex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
},
1919
"devDependencies": {
2020
"bluebird": "3.7.2",
21-
"c8": "7.13.0",
21+
"c8": "8.0.1",
2222
"eslint": "8.39.0",
23-
"eslint-plugin-ghost": "2.16.0",
23+
"eslint-plugin-ghost": "3.3.2",
2424
"knex": "2.4.2",
2525
"mocha": "10.2.0",
2626
"mysql": "2.18.1",
2727
"nconf": "0.12.0",
2828
"should": "13.2.3",
29-
"sinon": "15.0.4",
29+
"sinon": "17.0.0",
3030
"sqlite3": "5.1.6"
3131
},
3232
"dependencies": {

packages/mongo-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"access": "public"
1616
},
1717
"devDependencies": {
18-
"c8": "7.13.0",
18+
"c8": "8.0.1",
1919
"eslint": "8.39.0",
20-
"eslint-plugin-ghost": "2.16.0",
20+
"eslint-plugin-ghost": "3.3.2",
2121
"mocha": "10.2.0",
2222
"should": "13.2.3",
23-
"sinon": "15.0.4"
23+
"sinon": "17.0.0"
2424
},
2525
"dependencies": {
2626
"lodash": "^4.17.11"

packages/nql-lang/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"access": "public"
2020
},
2121
"devDependencies": {
22-
"c8": "7.13.0",
22+
"c8": "8.0.1",
2323
"eslint": "8.39.0",
24-
"eslint-plugin-ghost": "2.16.0",
24+
"eslint-plugin-ghost": "3.3.2",
2525
"jison": "0.4.18",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
28-
"sinon": "15.0.4"
28+
"sinon": "17.0.0"
2929
},
3030
"dependencies": {
3131
"date-fns": "^2.28.0"

packages/nql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"devDependencies": {
1818
"bluebird": "3.7.2",
19-
"c8": "7.13.0",
19+
"c8": "8.0.1",
2020
"eslint": "8.39.0",
21-
"eslint-plugin-ghost": "2.16.0",
21+
"eslint-plugin-ghost": "3.3.2",
2222
"knex": "2.4.2",
2323
"mocha": "10.2.0",
2424
"mysql": "2.18.1",
2525
"nconf": "0.12.0",
2626
"should": "13.2.3",
27-
"sinon": "15.0.4",
27+
"sinon": "17.0.0",
2828
"sqlite3": "5.1.6"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)