sitespeed.io 20.3.0 → 20.4.2

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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "sitespeed.io": "./bin/sitespeed.js",
5
5
  "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
6
6
  },
7
- "version": "20.3.0",
7
+ "version": "20.4.2",
8
8
  "description": "Analyze the web performance of your site",
9
9
  "keywords": [
10
10
  "performance",
@@ -56,7 +56,6 @@
56
56
  "chai-as-promised": "7.1.1",
57
57
  "changelog-parser": "2.8.0",
58
58
  "clean-css-cli": "4.3.0",
59
- "cz-customizable": "^6.2.0",
60
59
  "eslint": "8.0.0",
61
60
  "eslint-config-prettier": "8.3.0",
62
61
  "eslint-plugin-prettier": "4.0.0",
@@ -74,8 +73,8 @@
74
73
  "@google-cloud/storage": "5.8.3",
75
74
  "@tgwf/co2": "0.6.1",
76
75
  "aws-sdk": "2.882.0",
77
- "axe-core": "4.3.3",
78
- "browsertime": "14.7.0",
76
+ "axe-core": "4.3.5",
77
+ "browsertime": "14.8.0",
79
78
  "coach-core": "6.4.3",
80
79
  "cli-color": "2.0.0",
81
80
  "concurrent-queue": "7.0.2",
@@ -111,14 +110,6 @@
111
110
  "tape": "4.13.0",
112
111
  "text-table": "0.2.0",
113
112
  "uuid": "8.3.2",
114
- "yargs": "17.0.1"
115
- },
116
- "config": {
117
- "commitizen": {
118
- "path": "./node_modules/cz-customizable"
119
- },
120
- "cz-customizable": {
121
- "config": "./cz-config.js"
122
- }
113
+ "yargs": "17.2.1"
123
114
  }
124
115
  }
@@ -1,4 +0,0 @@
1
- {
2
- "eslint.provideLintTask": true,
3
- "eslint.run": "onSave"
4
- }