|
116 | 116 | } |
117 | 117 | }, |
118 | 118 | "dependencies": { |
119 | | - "chalk": "^2.4.1", |
120 | | - "cross-spawn": "^6.0.5", |
121 | | - "enhanced-resolve": "^4.1.0", |
122 | | - "findup-sync": "^2.0.0", |
123 | | - "global-modules": "^1.0.0", |
124 | | - "import-local": "^2.0.0", |
125 | | - "interpret": "^1.1.0", |
126 | | - "loader-utils": "^1.1.0", |
127 | | - "prettier": "^1.17.0", |
128 | | - "supports-color": "^5.5.0", |
129 | | - "v8-compile-cache": "^2.0.2", |
130 | | - "yargs": "^12.0.5" |
| 119 | + "chalk": "2.4.2", |
| 120 | + "cross-spawn": "6.0.5", |
| 121 | + "enhanced-resolve": "4.1.0", |
| 122 | + "findup-sync": "2.0.0", |
| 123 | + "global-modules": "1.0.0", |
| 124 | + "import-local": "2.0.0", |
| 125 | + "interpret": "1.2.0", |
| 126 | + "loader-utils": "1.2.3", |
| 127 | + "prettier": "1.18.2", |
| 128 | + "supports-color": "5.5.0", |
| 129 | + "v8-compile-cache": "2.0.3", |
| 130 | + "yargs": "12.0.5" |
131 | 131 | }, |
132 | 132 | "peerDependencies": { |
133 | 133 | "webpack": "4.x.x" |
134 | 134 | }, |
135 | 135 | "devDependencies": { |
136 | | - "@babel/preset-env": "^7.3.4", |
137 | | - "@babel/register": "^7.0.0", |
138 | | - "@commitlint/cli": "^7.2.1", |
139 | | - "@commitlint/config-lerna-scopes": "^7.2.1", |
140 | | - "@commitlint/prompt-cli": "^8.0.0", |
141 | | - "@commitlint/travis-cli": "^7.2.1", |
142 | | - "@strictsoftware/typedoc-plugin-monorepo": "^0.2.1", |
143 | | - "@types/jest": "^23.3.14", |
144 | | - "@types/node": "^10.12.9", |
145 | | - "@typescript-eslint/eslint-plugin": "^1.9.0", |
146 | | - "@typescript-eslint/parser": "^1.9.0", |
147 | | - "babel-preset-env": "^1.7.0", |
148 | | - "babel-preset-jest": "^24.3.0", |
149 | | - "codecov": "^3.1.0", |
150 | | - "commitizen": "^3.0.7", |
151 | | - "commitlint-config-cz": "^0.10.1", |
152 | | - "conventional-changelog-cli": "^2.0.11", |
153 | | - "cz-customizable": "^5.3.0", |
154 | | - "eslint": "^5.9.0", |
155 | | - "eslint-config-prettier": "^4.3.0", |
156 | | - "eslint-plugin-node": "^8.0.0", |
157 | | - "eslint-plugin-prettier": "^3.1.0", |
158 | | - "esm": "^3.2.14", |
159 | | - "execa": "^1.0.0", |
160 | | - "husky": "^1.1.4", |
161 | | - "jest": "^24.3.1", |
162 | | - "jest-cli": "^24.3.1", |
163 | | - "jest-junit": "^6.3.0", |
164 | | - "lerna": "^3.14.1", |
165 | | - "lint-staged": "7.x.x", |
166 | | - "nyc": "^14.1.0", |
167 | | - "prettier-eslint-cli": "^4.7.1", |
168 | | - "readable-stream": "^3.0.6", |
169 | | - "rimraf": "^2.6.2", |
170 | | - "schema-utils": "^1.0.0", |
171 | | - "ts-jest": "^23.10.5", |
172 | | - "ts-node": "^7.0.1", |
173 | | - "typedoc": "^0.14.2", |
174 | | - "typescript": "^3.3.1", |
| 136 | + "@babel/preset-env": "7.4.5", |
| 137 | + "@babel/register": "7.4.4", |
| 138 | + "@commitlint/cli": "7.2.1", |
| 139 | + "@commitlint/config-lerna-scopes": "7.2.1", |
| 140 | + "@commitlint/prompt-cli": "7.5.0", |
| 141 | + "@commitlint/travis-cli": "7.2.1", |
| 142 | + "@strictsoftware/typedoc-plugin-monorepo": "0.2.1", |
| 143 | + "@types/jest": "23.3.14", |
| 144 | + "@types/node": "10.12.9", |
| 145 | + "@typescript-eslint/eslint-plugin": "1.10.2", |
| 146 | + "@typescript-eslint/parser": "1.10.2", |
| 147 | + "babel-preset-env": "1.7.0", |
| 148 | + "babel-preset-jest": "24.6.0", |
| 149 | + "codecov": "3.5.0", |
| 150 | + "commitizen": "3.1.1", |
| 151 | + "commitlint-config-cz": "0.11.1", |
| 152 | + "conventional-changelog-cli": "2.0.21", |
| 153 | + "cz-customizable": "5.3.0", |
| 154 | + "eslint": "5.16.0", |
| 155 | + "eslint-config-prettier": "4.3.0", |
| 156 | + "eslint-plugin-node": "8.0.1", |
| 157 | + "eslint-plugin-prettier": "3.1.0", |
| 158 | + "esm": "3.2.25", |
| 159 | + "execa": "1.0.0", |
| 160 | + "husky": "1.1.4", |
| 161 | + "jest": "24.8.0", |
| 162 | + "jest-cli": "24.8.0", |
| 163 | + "jest-junit": "6.4.0", |
| 164 | + "lerna": "3.15.0", |
| 165 | + "lint-staged": "7.3.0", |
| 166 | + "nyc": "14.1.1", |
| 167 | + "prettier-eslint-cli": "4.7.1", |
| 168 | + "readable-stream": "3.4.0", |
| 169 | + "rimraf": "2.6.3", |
| 170 | + "schema-utils": "1.0.0", |
| 171 | + "ts-jest": "23.10.5", |
| 172 | + "ts-node": "7.0.1", |
| 173 | + "typedoc": "0.14.2", |
| 174 | + "typescript": "3.5.1", |
175 | 175 | "webpack": "4.x.x", |
176 | | - "webpack-dev-server": "^3.3.1" |
| 176 | + "webpack-dev-server": "3.7.1" |
177 | 177 | }, |
178 | 178 | "collective": { |
179 | 179 | "type": "opencollective", |
|
0 commit comments