|
25 | 25 | "private::host_dash8081": "python tests/cypress/dash/v_be_page.py", |
26 | 26 | "private::host_dash8082": "python tests/cypress/dash/v_copy_paste.py", |
27 | 27 | "private::host_dash8083": "python tests/cypress/dash/v_fe_page.py", |
| 28 | + "private::host_dash8084": "python tests/cypress/dash/v_data_loading.py", |
| 29 | + "private::host_dash8085": "python tests/cypress/dash/v_default.py", |
28 | 30 | "private::host_js": "http-server ./dash_table -c-1 --silent", |
29 | 31 | "private::lint:ts": "tslint --project tsconfig.json --config tslint.json", |
30 | 32 | "private::lint:py": "flake8 --exclude=DataTable.py,__init__.py,_imports_.py dash_table", |
31 | 33 | "private::wait_dash8081": "wait-on http://localhost:8081", |
32 | 34 | "private::wait_dash8082": "wait-on http://localhost:8082", |
33 | 35 | "private::wait_dash8083": "wait-on http://localhost:8083", |
| 36 | + "private::wait_dash8084": "wait-on http://localhost:8084", |
| 37 | + "private::wait_dash8085": "wait-on http://localhost:8085", |
34 | 38 | "private::wait_js": "wait-on http://localhost:8080", |
35 | 39 | "private::opentests": "cypress open", |
36 | 40 | "private::test.python": "python -m unittest tests/unit/format_test.py", |
|
52 | 56 | "license": "MIT", |
53 | 57 | "dependencies": {}, |
54 | 58 | "devDependencies": { |
55 | | - "@babel/cli": "^7.5.5", |
56 | | - "@babel/core": "^7.5.5", |
57 | | - "@babel/polyfill": "^7.4.4", |
58 | | - "@babel/preset-env": "^7.5.5", |
| 59 | + "@babel/cli": "^7.6.0", |
| 60 | + "@babel/core": "^7.6.0", |
| 61 | + "@babel/polyfill": "^7.6.0", |
| 62 | + "@babel/preset-env": "^7.6.0", |
59 | 63 | "@babel/preset-react": "^7.0.0", |
60 | 64 | "@cypress/webpack-preprocessor": "^4.1.0", |
61 | 65 | "@fortawesome/fontawesome-svg-core": "^1.2.22", |
|
75 | 79 | "core-js": "^3.2.1", |
76 | 80 | "css-loader": "^3.2.0", |
77 | 81 | "cypress": "^3.4.1", |
78 | | - "d3-format": "^1.3.2", |
| 82 | + "d3-format": "^1.4.1", |
79 | 83 | "fast-isnumeric": "^1.1.3", |
80 | 84 | "file-loader": "^4.2.0", |
81 | 85 | "http-server": "^0.11.1", |
82 | 86 | "less": "^3.10.3", |
83 | 87 | "less-loader": "^5.0.0", |
84 | | - "npm": "^6.11.2", |
| 88 | + "npm": "^6.11.3", |
85 | 89 | "npm-run-all": "^4.1.5", |
86 | 90 | "papaparse": "^5.0.2", |
87 | 91 | "ramda": "^0.26.1", |
|
93 | 97 | "remarkable": "^2.0.0", |
94 | 98 | "sheetclip": "^0.3.0", |
95 | 99 | "style-loader": "^1.0.0", |
96 | | - "ts-loader": "^6.0.4", |
97 | | - "tslint": "^5.19.0", |
98 | | - "typescript": "^3.6.2", |
| 100 | + "ts-loader": "^6.1.0", |
| 101 | + "tslint": "^5.20.0", |
| 102 | + "typescript": "^3.6.3", |
99 | 103 | "wait-on": "^3.3.0", |
100 | | - "webpack": "^4.39.3", |
101 | | - "webpack-cli": "^3.3.7", |
| 104 | + "webpack": "^4.40.0", |
| 105 | + "webpack-cli": "^3.3.8", |
102 | 106 | "webpack-dev-server": "^3.8.0", |
103 | 107 | "webpack-preprocessor": "^0.1.12", |
104 | 108 | "xlsx": "^0.15.1" |
|
0 commit comments