|
1 | 1 | {
|
2 | 2 | "name": "tap-html",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "📊 an html tap reporter",
|
5 | 5 | "author": "Gabriel J. Csapo <[email protected]>",
|
6 | 6 | "license": "MIT",
|
|
27 | 27 | "dependencies": {
|
28 | 28 | "babel-core": "^6.24.1",
|
29 | 29 | "babel-loader": "^7.1.1",
|
| 30 | + "babel-minify-webpack-plugin": "^0.3.1", |
30 | 31 | "babel-preset-env": "^1.6.1",
|
31 | 32 | "babel-preset-react": "^6.24.1",
|
32 | 33 | "css-loader": "^0.28.8",
|
33 | 34 | "duplexer": "^0.1.1",
|
34 | 35 | "file-loader": "^1.1.6",
|
35 | 36 | "font-awesome": "^4.7.0",
|
36 |
| - "html-webpack-inline-source-plugin": "0.0.9", |
37 |
| - "html-webpack-plugin": "^2.29.0", |
| 37 | + "html-webpack-inline-source-plugin": "0.0.10", |
| 38 | + "html-webpack-plugin": "^3.2.0", |
38 | 39 | "memory-fs": "^0.4.1",
|
39 | 40 | "preact": "^8.2.7",
|
40 | 41 | "preact-compat": "^3.17.0",
|
41 | 42 | "prop-types": "^15.6.0",
|
42 | 43 | "psychic-ui": "^1.0.7",
|
43 |
| - "style-loader": "^0.19.1", |
| 44 | + "style-loader": "^0.21.0", |
44 | 45 | "tap-parser": "^7.0.0",
|
45 | 46 | "through2": "^2.0.3",
|
46 |
| - "url-loader": "^0.6.2", |
47 |
| - "webpack": "^3.10.0" |
| 47 | + "url-loader": "^1.0.1", |
| 48 | + "webpack": "^4.12.0" |
48 | 49 | },
|
49 | 50 | "devDependencies": {
|
50 | 51 | "@storybook/react": "^3.3.8",
|
51 |
| - "babel-minify-webpack-plugin": "^0.2.0", |
52 | 52 | "babel-polyfill": "^6.26.0",
|
53 | 53 | "eslint": "^4.15.0",
|
54 | 54 | "eslint-plugin-react": "^7.5.1",
|
55 | 55 | "react": "^16.2.0",
|
56 | 56 | "react-dom": "^16.2.0",
|
57 |
| - "tap": "^11.0.1", |
| 57 | + "tap": "^12.0.1", |
58 | 58 | "tape": "^4.6.3",
|
59 | 59 | "tryitout": "^2.0.1"
|
60 | 60 | }
|
|
0 commit comments