|
41 | 41 | "changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
|
42 | 42 | "semantic-release": "semantic-release",
|
43 | 43 | "travis-deploy-once": "travis-deploy-once",
|
44 |
| - "clean:all": "rimraf node_modules packages/*/node_modules packages/*/package-lock.json", |
| 44 | + "clean:all": "rimraf node_modules package-lock.json packages/*/node_modules packages/*/package-lock.json", |
45 | 45 | "bootstrap": "npm run clean:all && npm install && lerna bootstrap"
|
46 | 46 | },
|
47 | 47 | "lint-staged": {
|
|
101 | 101 | "global-modules-path": "^2.1.0",
|
102 | 102 | "import-local": "^1.0.0",
|
103 | 103 | "inquirer": "^5.2.0",
|
104 |
| - "interpret": "^1.0.4", |
| 104 | + "interpret": "^1.1.0", |
105 | 105 | "loader-utils": "^1.1.0",
|
106 |
| - "supports-color": "^5.3.0", |
| 106 | + "supports-color": "^5.4.0", |
107 | 107 | "v8-compile-cache": "^2.0.0",
|
108 | 108 | "yargs": "^11.1.0"
|
109 | 109 | },
|
110 | 110 | "peerDependencies": {
|
111 | 111 | "webpack": "^4.x.x"
|
112 | 112 | },
|
113 | 113 | "devDependencies": {
|
114 |
| - "@commitlint/cli": "^6.1.3", |
| 114 | + "@commitlint/cli": "^6.2.0", |
115 | 115 | "@commitlint/config-lerna-scopes": "^6.1.3",
|
116 | 116 | "@commitlint/prompt-cli": "^6.1.3",
|
117 |
| - "@commitlint/travis-cli": "^6.1.3", |
| 117 | + "@commitlint/travis-cli": "^6.2.0", |
118 | 118 | "bundlesize": "^0.17.0",
|
119 |
| - "codecov": "^3.0.0", |
| 119 | + "codecov": "^3.0.2", |
120 | 120 | "commitizen": "^2.9.6",
|
121 |
| - "conventional-changelog-cli": "^1.3.17", |
| 121 | + "conventional-changelog-cli": "^1.3.22", |
122 | 122 | "conventional-changelog-lint-config-cz": "^0.3.0",
|
123 | 123 | "cz-customizable": "^5.2.0",
|
124 | 124 | "eslint": "^4.19.1",
|
125 | 125 | "eslint-plugin-node": "^6.0.1",
|
126 | 126 | "husky": "^0.14.3",
|
127 |
| - "jest": "^22.4.3", |
128 |
| - "jest-cli": "^22.4.3", |
| 127 | + "jest": "^22.4.4", |
| 128 | + "jest-cli": "^22.4.4", |
129 | 129 | "jsdoc": "^3.5.5",
|
130 | 130 | "lerna": "^2.11.0",
|
131 |
| - "lint-staged": "^7.0.0", |
132 |
| - "nyc": "^11.6.0", |
| 131 | + "lint-staged": "^7.1.2", |
| 132 | + "nyc": "^11.8.0", |
133 | 133 | "prettier-eslint-cli": "^4.7.1",
|
134 | 134 | "rimraf": "^2.6.2",
|
135 | 135 | "schema-utils": "^0.4.5",
|
136 |
| - "semantic-release": "^15.1.8", |
| 136 | + "semantic-release": "^15.5.0", |
137 | 137 | "travis-deploy-once": "^5.0.0",
|
138 |
| - "webpack": "^4.2.0", |
| 138 | + "webpack": "^4.8.3", |
139 | 139 | "webpack-dev-server": "^3.1.4"
|
140 | 140 | },
|
141 | 141 | "files": [
|
|
0 commit comments