|
5 | 5 | "main": "dist/dashboard.js", |
6 | 6 | "module": "src/index.js", |
7 | 7 | "scripts": { |
8 | | - "test": "mocha-webpack \"src/**/*.test.js\" --webpack-config webpack.test.config.js --require babel-polyfill --reporter mochawesome", |
9 | | - "test:watch": "mocha-webpack --watch \"src/**/*.test.js\" --webpack-config webpack.test.config.js --require babel-polyfill --reporter mochawesome", |
| 8 | + "test": "mocha-webpack \"src/**/*.test.js\" --webpack-config webpack.test.config.js --require @babel/polyfill --reporter mochawesome", |
| 9 | + "test:watch": "mocha-webpack --watch \"src/**/*.test.js\" --webpack-config webpack.test.config.js --require @babel/polyfill --reporter mochawesome", |
10 | 10 | "build": "WEBPACK_ENV=build webpack", |
11 | 11 | "dev": "WEBPACK_ENV=dev webpack --progress --colors --watch", |
12 | 12 | "html-coverage": "cross-env NODE_ENV=test nyc --reporter=html mocha-webpack \"src/**/*.test.js\" --webpack-config webpack.test.config.js", |
|
19 | 19 | "analyze": "yarn analyze:generate && yarn analyze:tool", |
20 | 20 | "manual-test": "webpack-dev-server --webpack-config webpack.test.config.js './src/manual_test.js' --hot --inline --output-filename 'test.js'", |
21 | 21 | "semantic-release": "semantic-release", |
22 | | - "test:e2e": "webpack src/manual_test.js --output-filename test.js --config webpack.config.js --mode development && mocha-webpack \"src/e2e-test.js\" --timeout 80000 --webpack-config webpack.test.config.js --require babel-polyfill" |
| 22 | + "test:e2e": "webpack src/manual_test.js --output-filename test.js --config webpack.config.js --mode development && mocha-webpack \"src/e2e-test.js\" --timeout 80000 --webpack-config webpack.test.config.js --require @babel/polyfill" |
23 | 23 | }, |
24 | 24 | "keywords": [], |
25 | 25 | "author": "", |
|
28 | 28 | "billboard.js": "^1.4.1", |
29 | 29 | "d3": "4.10.0", |
30 | 30 | "fast-deep-equal": "^2.0.1", |
31 | | - "fd-slicer": "^1.0.1", |
| 31 | + "fd-slicer": "^1.1.0", |
32 | 32 | "jq-web": "^0.1.3", |
33 | 33 | "sassline": "^2.1.2", |
34 | 34 | "spinkit": "^1.2.5", |
35 | 35 | "yamljs": "^0.3.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "babel-cli": "^6.26.0", |
39 | | - "babel-core": "^6.26.3", |
40 | | - "babel-eslint": "^8.2.2", |
41 | | - "babel-loader": "^7.1.2", |
42 | | - "babel-plugin-dynamic-import-node": "^1.2.0", |
43 | | - "babel-plugin-istanbul": "^4.1.6", |
44 | | - "babel-plugin-syntax-async-functions": "^6.13.0", |
45 | | - "babel-plugin-syntax-dynamic-import": "^6.18.0", |
46 | | - "babel-polyfill": "^6.26.0", |
47 | | - "babel-preset-env": "^1.7.0", |
48 | | - "babel-preset-es2015": "^6.24.1", |
49 | | - "babel-register": "^6.26.0", |
50 | | - "css-loader": "^0.28.9", |
| 38 | + "@babel/cli": "^7.2.3", |
| 39 | + "@babel/core": "^7.4.0", |
| 40 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 41 | + "@babel/polyfill": "^7.4.0", |
| 42 | + "@babel/preset-env": "^7.4.2", |
| 43 | + "@babel/register": "^7.4.0", |
| 44 | + "autoprefixer": "^9.5.0", |
| 45 | + "babel-eslint": "^10.0.1", |
| 46 | + "babel-loader": "^8.0.5", |
| 47 | + "css-loader": "^2.1.1", |
51 | 48 | "cz-conventional-changelog": "^2.1.0", |
52 | | - "docdash": "^0.4.0", |
53 | | - "eslint": "^4.19.1", |
54 | | - "eslint-loader": "^2.0.0", |
| 49 | + "docdash": "^1.1.0", |
| 50 | + "eslint": "^5.16.0", |
| 51 | + "eslint-loader": "^2.1.2", |
55 | 52 | "fake-style-loader": "^1.0.1", |
56 | | - "file-loader": "^1.1.8", |
| 53 | + "file-loader": "^3.0.1", |
57 | 54 | "get-stdin": "^6.0.0", |
58 | | - "hard-source-webpack-plugin": "^0.8.1", |
| 55 | + "hard-source-webpack-plugin": "^0.13.1", |
59 | 56 | "html-webpack-plugin": "^3.2.0", |
60 | 57 | "inject-loader": "^4.0.1", |
61 | 58 | "jsdoc": "^3.5.5", |
62 | | - "jsdoc-babel": "^0.4.0", |
63 | | - "jsdom": "^11.10.0", |
| 59 | + "jsdoc-babel": "^0.5.0", |
| 60 | + "jsdom": "^14.0.0", |
64 | 61 | "jsdom-global": "^3.0.2", |
65 | 62 | "json2yaml": "^1.1.0", |
66 | 63 | "minami": "^1.2.3", |
67 | | - "mocha": "^5.1.1", |
| 64 | + "mocha": "^6.0.2", |
68 | 65 | "mocha-webpack": "^2.0.0-beta.0", |
69 | | - "mochawesome": "^3.0.2", |
70 | | - "node-sass": "^4.9.0", |
71 | | - "postcss-loader": "^2.1.5", |
72 | | - "sass-loader": "^7.0.1", |
| 66 | + "mochawesome": "^3.1.1", |
| 67 | + "node-sass": "^4.11.0", |
| 68 | + "postcss-loader": "^3.0.0", |
| 69 | + "sass-loader": "^7.1.0", |
73 | 70 | "selenium-webdriver": "^4.0.0-alpha.1", |
74 | | - "semantic-release": "^15.5.0", |
75 | | - "should": "^13.2.1", |
| 71 | + "semantic-release": "^15.13.3", |
| 72 | + "should": "^13.2.3", |
76 | 73 | "should-sinon": "0.0.6", |
77 | | - "sinon": "^6.0.0", |
| 74 | + "sinon": "^7.3.1", |
78 | 75 | "style-loader": "^0.23.1", |
79 | 76 | "stylish": "^1.0.0", |
80 | 77 | "webpack": "^4.29.6", |
|
84 | 81 | "webpack-node-externals": "^1.7.2", |
85 | 82 | "webshot": "^0.18.0" |
86 | 83 | }, |
87 | | - "nyc": { |
88 | | - "require": [ |
89 | | - "babel-register" |
90 | | - ], |
91 | | - "reporter": [ |
92 | | - "lcov", |
93 | | - "text" |
94 | | - ], |
95 | | - "sourceMap": false, |
96 | | - "instrument": false |
97 | | - }, |
98 | 84 | "repository": { |
99 | 85 | "type": "git", |
100 | 86 | "url": "https://github.com/kantord/dashboard.git" |
|
0 commit comments