|
32 | 32 | "repository": "developit/karmatic", |
33 | 33 | "license": "MIT", |
34 | 34 | "devDependencies": { |
35 | | - "eslint": "^4.16.0", |
36 | | - "eslint-config-developit": "^1.1.1", |
37 | | - "eslint-config-prettier": "^6.10.0", |
38 | | - "microbundle": "^0.11.0", |
| 35 | + "eslint": "^7.3.0", |
| 36 | + "eslint-config-developit": "^1.2.0", |
| 37 | + "eslint-config-prettier": "^6.11.0", |
| 38 | + "microbundle": "^0.12.2", |
39 | 39 | "prettier": "^1.19.1", |
40 | | - "webpack": "^4.39.3", |
41 | | - "workerize-loader": "^1.1.0" |
| 40 | + "webpack": "^4.43.0", |
| 41 | + "workerize-loader": "^1.3.0" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@babel/core": "^7.5.5", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
46 | | - "@babel/plugin-transform-react-jsx": "^7.3.0", |
47 | | - "@babel/polyfill": "^7.4.4", |
48 | | - "@babel/preset-env": "^7.5.5", |
49 | | - "@babel/preset-stage-0": "^7.0.0", |
50 | | - "babel-loader": "^8.0.6", |
51 | | - "babel-plugin-istanbul": "^5.2.0", |
| 44 | + "@babel/core": "^7.10.3", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "^7.10.3", |
| 46 | + "@babel/plugin-transform-react-jsx": "^7.10.3", |
| 47 | + "@babel/polyfill": "^7.10.1", |
| 48 | + "@babel/preset-env": "^7.10.3", |
| 49 | + "@babel/preset-stage-0": "^7.8.3", |
| 50 | + "babel-loader": "^8.1.0", |
| 51 | + "babel-plugin-istanbul": "^6.0.0", |
52 | 52 | "chalk": "^2.3.0", |
53 | 53 | "dlv": "^1.1.3", |
54 | 54 | "expect": "^24.9.0", |
55 | 55 | "istanbul-instrumenter-loader": "^3.0.1", |
56 | | - "jasmine-core": "^3.3.0", |
| 56 | + "jasmine-core": "^3.5.0", |
57 | 57 | "karma": "^4.3.0", |
58 | 58 | "karma-chrome-launcher": "^3.1.0", |
59 | | - "karma-coverage": "^2.0.1", |
60 | | - "karma-firefox-launcher": "^1.2.0", |
| 59 | + "karma-coverage": "^2.0.2", |
| 60 | + "karma-firefox-launcher": "^1.3.0", |
61 | 61 | "karma-jasmine": "^2.0.1", |
62 | 62 | "karma-sauce-launcher": "^2.0.2", |
63 | 63 | "karma-sourcemap-loader": "^0.3.7", |
64 | 64 | "karma-spec-reporter": "0.0.32", |
65 | 65 | "karma-webpack": "^4.0.2", |
66 | 66 | "minimatch": "^3.0.4", |
67 | 67 | "puppeteer": "^1.19.0", |
68 | | - "sade": "^1.6.1", |
| 68 | + "sade": "^1.7.3", |
69 | 69 | "script-loader": "^0.7.2" |
70 | 70 | }, |
71 | 71 | "peerDependencies": { |
|
0 commit comments