|
1 | 1 | {
|
2 | 2 | "name": "@rollup-umd/documentation-cli",
|
3 |
| - "version": "0.0.0-development", |
| 3 | + "version": "1.0.11", |
4 | 4 | "description": "CLI utilities for maintaining the documentation of any Rollup UMD projects.",
|
5 | 5 | "bin": "lib/cli/index.js",
|
6 | 6 | "homepage": "https://rollup-umd.github.io/documentation-cli",
|
|
154 | 154 | "@semantic-release/changelog": "^3.0.0",
|
155 | 155 | "@semantic-release/git": "^7.0.5",
|
156 | 156 | "@semantic-release/github": "^5.2.1",
|
157 |
| - "@semantic-release/npm": "^4.0.2", |
| 157 | + "@semantic-release/npm": "^5.1.2", |
158 | 158 | "@yeutech-lab/rollup-umd-documentation": "^2.4.5",
|
159 | 159 | "babel-cli": "^6.26.0",
|
160 |
| - "babel-eslint": "^7.2.3", |
161 |
| - "babel-jest": "^22.4.1", |
162 |
| - "babel-loader": "^7.1.4", |
163 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
| 160 | + "babel-eslint": "^10.0.1", |
| 161 | + "babel-jest": "^23.6.0", |
| 162 | + "babel-loader": "^8.0.4", |
| 163 | + "babel-plugin-add-module-exports": "^1.0.0", |
164 | 164 | "babel-plugin-array-includes": "^2.0.3",
|
165 |
| - "babel-plugin-dynamic-import-node": "^1.1.0", |
| 165 | + "babel-plugin-dynamic-import-node": "^2.2.0", |
166 | 166 | "babel-plugin-external-helpers": "^6.22.0",
|
167 | 167 | "babel-plugin-react-transform": "^3.0.0",
|
168 | 168 | "babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
179 | 179 | "babel-preset-stage-2": "^6.24.1",
|
180 | 180 | "babel-preset-stage-3": "^6.24.1",
|
181 | 181 | "cz-conventional-changelog": "^2.1.0",
|
182 |
| - "eslint": "^4.18.2", |
183 |
| - "eslint-config-airbnb-base": "^12.1.0", |
| 182 | + "eslint": "^5.10.0", |
| 183 | + "eslint-config-airbnb-base": "^13.1.0", |
184 | 184 | "eslint-plugin-import": "^2.12.0",
|
185 | 185 | "exports-loader": "^0.7.0",
|
186 |
| - "istanbul-api": "1.2.2", |
187 |
| - "istanbul-reports": "1.1.4", |
188 |
| - "jest-cli": "^22.4.2", |
189 |
| - "jest-sonar-reporter": "^1.3.0", |
190 |
| - "lint-staged": "^4.1.3", |
| 186 | + "istanbul-api": "2.0.6", |
| 187 | + "istanbul-reports": "2.0.1", |
| 188 | + "jest-cli": "^23.6.0", |
| 189 | + "jest-sonar-reporter": "^2.0.0", |
| 190 | + "lint-staged": "^8.1.0", |
191 | 191 | "pre-commit": "^1.2.2",
|
192 | 192 | "react-styleguidist": "^8.0.4",
|
193 | 193 | "rimraf": "^2.6.2",
|
194 |
| - "rollup": "^0.57.1", |
195 |
| - "rollup-plugin-babel": "^3.0.3", |
196 |
| - "rollup-plugin-cleanup": "^2.0.0", |
| 194 | + "rollup": "^0.68.0", |
| 195 | + "rollup-plugin-babel": "^4.1.0", |
| 196 | + "rollup-plugin-cleanup": "^3.0.0", |
197 | 197 | "rollup-plugin-commonjs": "^9.1.0",
|
198 | 198 | "rollup-plugin-inject": "^2.0.0",
|
199 |
| - "rollup-plugin-json": "^2.3.0", |
| 199 | + "rollup-plugin-json": "^3.1.0", |
200 | 200 | "rollup-plugin-node-builtins": "^2.1.2",
|
201 |
| - "rollup-plugin-node-resolve": "^3.3.0", |
| 201 | + "rollup-plugin-node-resolve": "^4.0.0", |
202 | 202 | "rollup-plugin-replace": "^2.0.0",
|
203 |
| - "rollup-plugin-uglify": "^3.0.0", |
204 |
| - "rollup-plugin-visualizer": "^0.5.0", |
| 203 | + "rollup-plugin-uglify": "^6.0.0", |
| 204 | + "rollup-plugin-visualizer": "^0.9.2", |
205 | 205 | "rollup-watch": "^4.3.1",
|
206 | 206 | "semantic-release": "^15.9.1",
|
207 |
| - "sinon": "^2.3.2", |
| 207 | + "sinon": "^7.2.2", |
208 | 208 | "toctoc": "^0.3.2",
|
209 | 209 | "webpack": "^4.20.2"
|
210 | 210 | },
|
|
0 commit comments