|
31 | 31 | "eslint": "^4.16.0", |
32 | 32 | "eslint-config-developit": "^1.1.1", |
33 | 33 | "microbundle": "^0.11.0", |
34 | | - "webpack": "^4.14.0", |
35 | | - "workerize-loader": "^1.0.4" |
| 34 | + "webpack": "^4.39.3", |
| 35 | + "workerize-loader": "^1.1.0" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@babel/core": "^7.4.3", |
39 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
| 38 | + "@babel/core": "^7.5.5", |
| 39 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
40 | 40 | "@babel/plugin-transform-react-jsx": "^7.3.0", |
41 | | - "@babel/polyfill": "^7.4.3", |
42 | | - "@babel/preset-env": "^7.4.3", |
| 41 | + "@babel/polyfill": "^7.4.4", |
| 42 | + "@babel/preset-env": "^7.5.5", |
43 | 43 | "@babel/preset-stage-0": "^7.0.0", |
44 | | - "babel-loader": "^8.0.5", |
45 | | - "babel-plugin-istanbul": "^5.1.0", |
| 44 | + "babel-loader": "^8.0.6", |
| 45 | + "babel-plugin-istanbul": "^5.2.0", |
46 | 46 | "chalk": "^2.3.0", |
47 | | - "dlv": "^1.1.1", |
| 47 | + "dlv": "^1.1.3", |
| 48 | + "istanbul-instrumenter-loader": "^3.0.1", |
48 | 49 | "jasmine-core": "^3.3.0", |
49 | | - "karma": "^3.1.1", |
50 | | - "karma-chrome-launcher": "^2.2.0", |
51 | | - "karma-coverage": "^1.1.2", |
52 | | - "karma-firefox-launcher": "^1.1.0", |
| 50 | + "karma": "^4.3.0", |
| 51 | + "karma-chrome-launcher": "^3.1.0", |
| 52 | + "karma-coverage": "^2.0.1", |
| 53 | + "karma-firefox-launcher": "^1.2.0", |
53 | 54 | "karma-jasmine": "^2.0.1", |
54 | 55 | "karma-sauce-launcher": "^2.0.2", |
55 | 56 | "karma-sourcemap-loader": "^0.3.7", |
56 | 57 | "karma-spec-reporter": "0.0.32", |
57 | | - "karma-webpack": "^2.0.13", |
58 | | - "puppeteer": "^1.0.0", |
59 | | - "sade": "^1.3.1", |
| 58 | + "karma-webpack": "^4.0.2", |
| 59 | + "minimatch": "^3.0.4", |
| 60 | + "puppeteer": "^1.19.0", |
| 61 | + "sade": "^1.6.1", |
60 | 62 | "script-loader": "^0.7.2" |
61 | 63 | }, |
62 | 64 | "peerDependencies": { |
|
0 commit comments