|
39 | 39 | "release-major": "npm run test && node cli.js release --no-build --no-test --type major"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@babel/cli": "^7.7.5", |
43 |
| - "@babel/core": "^7.7.5", |
44 |
| - "@babel/plugin-transform-regenerator": "^7.7.5", |
45 |
| - "@babel/plugin-transform-runtime": "^7.7.6", |
46 |
| - "@babel/preset-env": "^7.7.6", |
47 |
| - "@babel/register": "^7.7.4", |
48 |
| - "@babel/runtime": "^7.7.6", |
49 |
| - "@commitlint/cli": "^8.0.0", |
50 |
| - "@commitlint/config-conventional": "^8.0.0", |
51 |
| - "@commitlint/lint": "^8.0.0", |
52 |
| - "@commitlint/load": "^8.0.0", |
53 |
| - "@commitlint/read": "^8.0.0", |
54 |
| - "@commitlint/travis-cli": "^8.0.0", |
55 |
| - "@hapi/joi": "^15.1.0", |
56 |
| - "arrify": "^2.0.1", |
57 |
| - "async": "^2.6.1", |
| 42 | + "@babel/cli": "^7.8.4", |
| 43 | + "@babel/core": "^7.8.4", |
| 44 | + "@babel/plugin-transform-regenerator": "^7.8.3", |
| 45 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 46 | + "@babel/preset-env": "^7.8.4", |
| 47 | + "@babel/register": "^7.8.3", |
| 48 | + "@babel/runtime": "^7.8.4", |
| 49 | + "@commitlint/cli": "^8.3.5", |
| 50 | + "@commitlint/config-conventional": "^8.3.4", |
| 51 | + "@commitlint/lint": "^8.3.5", |
| 52 | + "@commitlint/load": "^8.3.5", |
| 53 | + "@commitlint/read": "^8.3.4", |
| 54 | + "@commitlint/travis-cli": "^8.3.5", |
58 | 55 | "babel-loader": "^8.0.5",
|
59 | 56 | "babel-plugin-transform-flow-comments": "^6.22.0",
|
60 |
| - "browserify-zlib": "~0.2.0", |
61 | 57 | "bundlesize": "~0.18.0",
|
| 58 | + "camelcase": "^5.3.1", |
62 | 59 | "chalk": "^3.0.0",
|
63 |
| - "codecov": "^3.3.0", |
64 |
| - "conventional-changelog": "^3.1.15", |
| 60 | + "codecov": "^3.6.3", |
| 61 | + "conventional-changelog": "^3.1.18", |
65 | 62 | "conventional-github-releaser": "^3.1.3",
|
66 |
| - "del": "^5.1.0", |
67 | 63 | "dependency-check": "^4.1.0",
|
68 |
| - "detect-node": "^2.0.4", |
69 | 64 | "documentation": "^12.1.4",
|
70 |
| - "electron": "^6.0.9", |
71 |
| - "electron-mocha": "^8.1.2", |
72 |
| - "es6-promisify": "^6.0.2", |
| 65 | + "electron": "^8.0.0", |
| 66 | + "electron-mocha": "^8.2.0", |
73 | 67 | "eslint": "^6.3.0",
|
74 | 68 | "eslint-config-standard": "^14.1.0",
|
75 | 69 | "eslint-plugin-import": "^2.19.1",
|
76 | 70 | "eslint-plugin-no-only-tests": "^2.4.0",
|
77 |
| - "eslint-plugin-node": "^10.0.0", |
| 71 | + "eslint-plugin-node": "^11.0.0", |
78 | 72 | "eslint-plugin-promise": "^4.2.1",
|
79 | 73 | "eslint-plugin-standard": "^4.0.1",
|
80 |
| - "execa": "^1.0.0", |
81 |
| - "filesize": "^6.0.1", |
| 74 | + "execa": "^4.0.0", |
82 | 75 | "findup-sync": "^4.0.0",
|
83 | 76 | "fs-extra": "^8.1.0",
|
84 |
| - "gh-pages": "^2.1.1", |
| 77 | + "gh-pages": "^2.2.0", |
| 78 | + "git-authors-cli": "^1.0.20", |
85 | 79 | "git-validate": "^2.2.4",
|
86 |
| - "globby": "^10.0.1", |
| 80 | + "globby": "^11.0.0", |
| 81 | + "ipfs-utils": "^0.7.1", |
87 | 82 | "it-glob": "~0.0.5",
|
88 | 83 | "json-loader": "~0.5.7",
|
89 | 84 | "karma": "^4.4.1",
|
90 | 85 | "karma-chrome-launcher": "^3.1.0",
|
91 | 86 | "karma-cli": "^2.0.0",
|
92 | 87 | "karma-edge-launcher": "~0.4.2",
|
93 |
| - "karma-firefox-launcher": "^1.2.0", |
| 88 | + "karma-firefox-launcher": "^1.3.0", |
94 | 89 | "karma-junit-reporter": "^2.0.1",
|
95 | 90 | "karma-mocha": "^1.3.0",
|
96 | 91 | "karma-mocha-reporter": "^2.2.5",
|
97 | 92 | "karma-mocha-webworker": "^1.3.0",
|
98 | 93 | "karma-sourcemap-loader": "~0.3.7",
|
99 | 94 | "karma-webpack": "4.0.2",
|
100 | 95 | "listr": "~0.14.2",
|
101 |
| - "listr-verbose-renderer": "~0.6.0", |
102 |
| - "lodash": "^4.17.14", |
103 |
| - "mocha": "^6.2.2", |
104 |
| - "npm-package-json-lint": "^4.4.0", |
105 |
| - "npm-which": "^3.0.1", |
106 |
| - "nyc": "^14.1.0", |
| 96 | + "merge-options": "^2.0.0", |
| 97 | + "mocha": "^7.0.1", |
| 98 | + "npm-package-json-lint": "^4.5.1", |
| 99 | + "nyc": "^15.0.0", |
107 | 100 | "p-map": "^3.0.0",
|
| 101 | + "pascalcase": "^1.0.0", |
108 | 102 | "pify": "^4.0.1",
|
109 |
| - "pretty-hrtime": "^1.0.3", |
110 | 103 | "prompt-promise": "^1.0.3",
|
111 | 104 | "read-pkg-up": "^7.0.1",
|
112 |
| - "resolve-bin": "~0.4.0", |
113 |
| - "rimraf": "^3.0.0", |
114 |
| - "semver": "^6.3.0", |
115 |
| - "simple-git": "^1.128.0", |
| 105 | + "rimraf": "^3.0.1", |
| 106 | + "semver": "^7.1.2", |
| 107 | + "simple-git": "^1.131.0", |
116 | 108 | "stats-webpack-plugin": "~0.7.0",
|
117 | 109 | "stream-array": "^1.1.2",
|
118 |
| - "stream-http": "^3.1.0", |
119 |
| - "terser-webpack-plugin": "^2.2.3", |
120 |
| - "through": "^2.3.8", |
| 110 | + "terser-webpack-plugin": "^2.3.4", |
121 | 111 | "transform-loader": "~0.2.4",
|
122 |
| - "update-notifier": "^3.0.1", |
| 112 | + "update-notifier": "^4.0.0", |
123 | 113 | "vinyl-fs": "^3.0.3",
|
124 |
| - "webpack": "^4.41.2", |
| 114 | + "webpack": "^4.41.5", |
125 | 115 | "webpack-bundle-analyzer": "^3.6.0",
|
126 | 116 | "webpack-cli": "^3.3.10",
|
127 | 117 | "webpack-merge": "^4.2.2",
|
128 |
| - "yargs": "^15.0.2", |
| 118 | + "yargs": "^15.1.0", |
129 | 119 | "yargs-parser": "^16.1.0"
|
130 | 120 | },
|
131 | 121 | "devDependencies": {
|
132 | 122 | "chai": "^4.2.0",
|
133 | 123 | "chai-as-promised": "^7.1.1",
|
134 |
| - "cross-env": "^6.0.3", |
| 124 | + "cross-env": "^7.0.0", |
135 | 125 | "dirty-chai": "^2.0.1",
|
136 | 126 | "mock-require": "^3.0.2",
|
137 |
| - "sinon": "^7.4.2" |
| 127 | + "sinon": "^8.1.1" |
138 | 128 | },
|
139 | 129 | "engines": {
|
140 |
| - "node": ">=8.0.0", |
141 |
| - "npm": ">=5.0.0" |
| 130 | + "node": ">=10.0.0", |
| 131 | + "npm": ">=6.0.0" |
142 | 132 | },
|
143 | 133 | "browserslist": [
|
144 | 134 | ">1%",
|
|
0 commit comments