Skip to content

Commit d1f32a8

Browse files
Update Test & linting packages
1 parent 6899d54 commit d1f32a8

File tree

6 files changed

+1676
-113
lines changed

6 files changed

+1676
-113
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.4.3",
2626
"lerna": "7.2.0"
2727
}
2828
}

packages/mongo-knex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"devDependencies": {
2020
"bluebird": "3.7.2",
21-
"c8": "7.13.0",
21+
"c8": "10.1.3",
2222
"eslint": "8.39.0",
23-
"eslint-plugin-ghost": "2.16.0",
23+
"eslint-plugin-ghost": "3.4.3",
2424
"knex": "2.4.2",
2525
"mocha": "10.2.0",
2626
"mysql": "2.18.1",

packages/mongo-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"access": "public"
1616
},
1717
"devDependencies": {
18-
"c8": "7.13.0",
18+
"c8": "10.1.3",
1919
"eslint": "8.39.0",
20-
"eslint-plugin-ghost": "2.16.0",
20+
"eslint-plugin-ghost": "3.4.3",
2121
"mocha": "10.2.0",
2222
"should": "13.2.3",
2323
"sinon": "15.0.4"

packages/nql-lang/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"access": "public"
2020
},
2121
"devDependencies": {
22-
"c8": "7.13.0",
22+
"c8": "10.1.3",
2323
"eslint": "8.39.0",
24-
"eslint-plugin-ghost": "2.16.0",
24+
"eslint-plugin-ghost": "3.4.3",
2525
"jison": "0.4.18",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",

packages/nql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"devDependencies": {
1818
"bluebird": "3.7.2",
19-
"c8": "7.13.0",
19+
"c8": "10.1.3",
2020
"eslint": "8.39.0",
21-
"eslint-plugin-ghost": "2.16.0",
21+
"eslint-plugin-ghost": "3.4.3",
2222
"knex": "2.4.2",
2323
"mocha": "10.2.0",
2424
"mysql": "2.18.1",

0 commit comments

Comments
 (0)