@tryghost/helpers 1.1.52 → 1.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/helpers",
3
- "version": "1.1.52",
3
+ "version": "1.1.53",
4
4
  "repository": "https://github.com/TryGhost/SDK/tree/master/packages/helpers",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "build": "rollup -c",
15
15
  "prepare": "yarn build",
16
16
  "pretest": "yarn build",
17
- "test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'",
17
+ "test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
18
18
  "lint": "eslint . --ext .js --cache",
19
19
  "posttest": "yarn lint",
20
20
  "coverage": "NODE_ENV=testing istanbul cover --dir test/coverage _mocha './test/**/*.test.js'"
@@ -31,12 +31,12 @@
31
31
  "access": "public"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "7.15.0",
34
+ "@babel/core": "7.16.0",
35
35
  "@babel/polyfill": "7.12.1",
36
- "c8": "7.8.0",
36
+ "c8": "7.10.0",
37
37
  "istanbul": "0.4.5",
38
38
  "mocha": "7.2.0",
39
- "rollup": "2.56.3",
39
+ "rollup": "2.59.0",
40
40
  "rollup-plugin-babel": "4.4.0",
41
41
  "rollup-plugin-commonjs": "10.1.0",
42
42
  "rollup-plugin-node-resolve": "5.2.0",
@@ -47,5 +47,5 @@
47
47
  "dependencies": {
48
48
  "lodash-es": "^4.17.11"
49
49
  },
50
- "gitHead": "452a256891a632d7c27d4c4c63831bb37bb75826"
50
+ "gitHead": "93b42d8e27b3d8bd73fe17e200b5e9afe09dffa2"
51
51
  }