|
21 | 21 | "build:readme": "toctoc README.md -w", |
22 | 22 | "build:lib:watch": "npm run build:lib -- --watch", |
23 | 23 | "test": "npm run lint && npm run test:web", |
24 | | - "test:web": "NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage", |
| 24 | + "test:web": "NODE_ENV=test jest --coverage", |
25 | 25 | "test:clean": "rimraf ./coverage", |
26 | 26 | "test:watch": "npm run test -- --watch", |
27 | 27 | "lint": "eslint src", |
|
140 | 140 | "testRegex": "tests/.*\\.test\\.js$", |
141 | 141 | "testResultsProcessor": "jest-sonar-reporter" |
142 | 142 | }, |
| 143 | + "jestSonar": { |
| 144 | + "reportPath": "reports", |
| 145 | + "reportFile": "test-report.xml", |
| 146 | + "indent": 2 |
| 147 | + }, |
143 | 148 | "lint-staged": { |
144 | 149 | "*.js": [ |
145 | 150 | "eslint --fix", |
|
151 | 156 | "lint-staged" |
152 | 157 | ], |
153 | 158 | "devDependencies": { |
154 | | - "@semantic-release/changelog": "^3.0.0", |
| 159 | + "@babel/cli": "^7.2.0", |
| 160 | + "@babel/core": "^7.2.2", |
| 161 | + "@babel/node": "^7.2.2", |
| 162 | + "@babel/plugin-external-helpers": "^7.2.0", |
| 163 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 164 | + "@babel/plugin-proposal-decorators": "^7.2.2", |
| 165 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 166 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 167 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 168 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 169 | + "@babel/plugin-transform-async-to-generator": "^7.2.0", |
| 170 | + "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
| 171 | + "@babel/plugin-transform-react-constant-elements": "^7.2.0", |
| 172 | + "@babel/plugin-transform-react-inline-elements": "^7.2.0", |
| 173 | + "@babel/plugin-transform-runtime": "^7.2.0", |
| 174 | + "@babel/preset-env": "^7.2.0", |
| 175 | + "@babel/preset-react": "^7.0.0", |
| 176 | + "@semantic-release/changelog": "^3.0.1", |
155 | 177 | "@semantic-release/git": "^7.0.5", |
156 | | - "@semantic-release/github": "^5.2.1", |
| 178 | + "@semantic-release/github": "^5.2.6", |
157 | 179 | "@semantic-release/npm": "^5.1.2", |
158 | | - "@yeutech-lab/rollup-umd-documentation": "^2.4.5", |
159 | | - "babel-cli": "^6.26.0", |
| 180 | + "@rollup-umd/documentation": "^1.3.1", |
| 181 | + "@yeutech-lab/documentation": "^1.0.8", |
| 182 | + "babel-core": "^7.0.0-bridge.0", |
160 | 183 | "babel-eslint": "^10.0.1", |
161 | 184 | "babel-jest": "^23.6.0", |
162 | 185 | "babel-loader": "^8.0.4", |
163 | 186 | "babel-plugin-add-module-exports": "^1.0.0", |
164 | 187 | "babel-plugin-array-includes": "^2.0.3", |
165 | 188 | "babel-plugin-dynamic-import-node": "^2.2.0", |
166 | | - "babel-plugin-external-helpers": "^6.22.0", |
167 | 189 | "babel-plugin-react-transform": "^3.0.0", |
168 | | - "babel-plugin-transform-async-to-generator": "^6.24.1", |
169 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
170 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
171 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
172 | | - "babel-plugin-transform-react-constant-elements": "^6.23.0", |
173 | | - "babel-plugin-transform-react-inline-elements": "^6.22.0", |
174 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
175 | | - "babel-plugin-transform-runtime": "^6.23.0", |
176 | | - "babel-preset-env": "^1.6.1", |
177 | | - "babel-preset-es2015": "^6.24.1", |
178 | | - "babel-preset-react": "^6.24.1", |
179 | | - "babel-preset-stage-2": "^6.24.1", |
180 | | - "babel-preset-stage-3": "^6.24.1", |
| 190 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
181 | 191 | "cz-conventional-changelog": "^2.1.0", |
182 | 192 | "eslint": "^5.10.0", |
183 | 193 | "eslint-config-airbnb-base": "^13.1.0", |
184 | | - "eslint-plugin-import": "^2.12.0", |
| 194 | + "eslint-plugin-import": "^2.14.0", |
185 | 195 | "exports-loader": "^0.7.0", |
186 | | - "istanbul-api": "2.0.6", |
187 | | - "istanbul-reports": "2.0.1", |
| 196 | + "istanbul-api": "^2.0.6", |
| 197 | + "istanbul-reports": "^2.0.1", |
188 | 198 | "jest-cli": "^23.6.0", |
189 | 199 | "jest-sonar-reporter": "^2.0.0", |
190 | 200 | "lint-staged": "^8.1.0", |
191 | 201 | "pre-commit": "^1.2.2", |
192 | | - "react-styleguidist": "^8.0.4", |
| 202 | + "react-styleguidist": "^8.0.6", |
193 | 203 | "rimraf": "^2.6.2", |
194 | | - "rollup": "^0.68.0", |
195 | | - "rollup-plugin-babel": "^4.1.0", |
196 | | - "rollup-plugin-cleanup": "^3.0.0", |
197 | | - "rollup-plugin-commonjs": "^9.1.0", |
198 | | - "rollup-plugin-inject": "^2.0.0", |
199 | | - "rollup-plugin-json": "^3.1.0", |
200 | | - "rollup-plugin-node-builtins": "^2.1.2", |
201 | | - "rollup-plugin-node-resolve": "^4.0.0", |
202 | | - "rollup-plugin-replace": "^2.0.0", |
203 | | - "rollup-plugin-uglify": "^6.0.0", |
204 | | - "rollup-plugin-visualizer": "^0.9.2", |
205 | | - "rollup-watch": "^4.3.1", |
206 | | - "semantic-release": "^15.9.1", |
| 204 | + "semantic-release": "^15.13.0", |
207 | 205 | "sinon": "^7.2.2", |
208 | 206 | "toctoc": "^0.3.2", |
209 | | - "webpack": "^4.20.2" |
| 207 | + "webpack": "^4.27.1" |
210 | 208 | }, |
211 | 209 | "dependencies": { |
| 210 | + "@babel/runtime": "^7.2.0", |
212 | 211 | "async": "^2.6.1", |
213 | | - "babel-runtime": "^6.26.0", |
214 | 212 | "debug": "^4.1.0", |
215 | 213 | "execa": "^1.0.0", |
216 | 214 | "glob": "^7.1.3", |
217 | 215 | "shelljs": "^0.8.3", |
218 | | - "yargs": "^12.0.2" |
| 216 | + "yargs": "^12.0.5" |
219 | 217 | }, |
220 | 218 | "peerDependencies": {}, |
221 | 219 | "publishConfig": { |
|
0 commit comments