Skip to content

Commit 8541564

Browse files
committed
Update Test & linting packages
1 parent 218e0e1 commit 8541564

File tree

17 files changed

+79
-327
lines changed

17 files changed

+79
-327
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"lerna": "6.6.2",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
28-
"sinon": "15.2.0"
28+
"sinon": "17.0.0"
2929
}
3030
}

packages/adapter-base-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"c8": "7.14.0",
27+
"c8": "8.0.1",
2828
"mocha": "10.2.0",
29-
"sinon": "15.2.0"
29+
"sinon": "17.0.0"
3030
}
3131
}

packages/admin-api-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"access": "public"
2020
},
2121
"devDependencies": {
22-
"c8": "7.14.0",
22+
"c8": "8.0.1",
2323
"mocha": "10.2.0",
2424
"should": "13.2.3",
25-
"sinon": "15.2.0"
25+
"sinon": "17.0.0"
2626
},
2727
"dependencies": {
2828
"@tryghost/errors": "^1.2.26",

packages/admin-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"access": "public"
2323
},
2424
"devDependencies": {
25-
"c8": "7.14.0",
25+
"c8": "8.0.1",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
28-
"sinon": "15.2.0"
28+
"sinon": "17.0.0"
2929
},
3030
"dependencies": {
3131
"axios": "^1.0.0",

packages/color-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rollup-plugin-replace": "2.2.0",
3838
"rollup-plugin-terser": "7.0.2",
3939
"should": "13.2.3",
40-
"sinon": "15.2.0"
40+
"sinon": "17.0.0"
4141
},
4242
"dependencies": {
4343
"color": "^3.2.1"

packages/config-url-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"access": "public"
2121
},
2222
"devDependencies": {
23-
"c8": "7.14.0",
23+
"c8": "8.0.1",
2424
"mocha": "10.2.0",
2525
"should": "13.2.3",
26-
"sinon": "15.2.0"
26+
"sinon": "17.0.0"
2727
}
2828
}

packages/content-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.23.2",
3636
"@rollup/plugin-json": "6.0.1",
37-
"c8": "7.14.0",
37+
"c8": "8.0.1",
3838
"core-js": "3.33.1",
39-
"eslint-plugin-ghost": "2.18.1",
39+
"eslint-plugin-ghost": "3.3.2",
4040
"mocha": "10.2.0",
4141
"rollup": "2.79.1",
4242
"rollup-plugin-babel": "4.4.0",
@@ -46,7 +46,7 @@
4646
"rollup-plugin-replace": "2.2.0",
4747
"rollup-plugin-terser": "7.0.2",
4848
"should": "13.2.3",
49-
"sinon": "15.2.0"
49+
"sinon": "17.0.0"
5050
},
5151
"dependencies": {
5252
"axios": "^1.0.0"

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@babel/core": "7.23.2",
2929
"@babel/preset-env": "7.23.2",
3030
"@babel/preset-react": "7.22.15",
31-
"c8": "7.14.0",
31+
"c8": "8.0.1",
3232
"mocha": "10.2.0",
3333
"react": "18.2.0",
3434
"rimraf": "5.0.5",
3535
"should": "13.2.3",
36-
"sinon": "15.2.0"
36+
"sinon": "17.0.0"
3737
},
3838
"dependencies": {
3939
"@gatsbyjs/reach-router": "1.3.9",

packages/helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "7.23.2",
3535
"@babel/polyfill": "7.12.1",
36-
"c8": "7.14.0",
36+
"c8": "8.0.1",
3737
"istanbul": "0.4.5",
3838
"mocha": "10.2.0",
3939
"rollup": "2.79.1",
@@ -42,7 +42,7 @@
4242
"rollup-plugin-node-resolve": "5.2.0",
4343
"rollup-plugin-terser": "7.0.2",
4444
"should": "13.2.3",
45-
"sinon": "15.2.0"
45+
"sinon": "17.0.0"
4646
},
4747
"dependencies": {
4848
"lodash-es": "^4.17.11"

packages/image-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"access": "public"
2020
},
2121
"devDependencies": {
22-
"c8": "7.14.0",
22+
"c8": "8.0.1",
2323
"mocha": "10.2.0",
2424
"should": "13.2.3",
25-
"sinon": "15.2.0"
25+
"sinon": "17.0.0"
2626
},
2727
"dependencies": {
2828
"@tryghost/errors": "^1.2.26",

0 commit comments

Comments
 (0)