|
1 | 1 | {
|
2 | 2 | "name": "dash-table",
|
3 |
| - "version": "3.5.0", |
| 3 | + "version": "3.6.0", |
4 | 4 | "description": "Dash table",
|
5 | 5 | "main": "dash_table/bundle.js",
|
6 | 6 | "scripts": {
|
|
11 | 11 | "private::build:js-dev": "run-s \"private::build -- --mode development\"",
|
12 | 12 | "private::build:js-test": "run-s \"private::build -- --config webpack.test.config.js\"",
|
13 | 13 | "private::build:js-test-watch": "run-s \"private::build -- --config webpack.test.config.js --watch\"",
|
14 |
| - "private::build:extract-meta": "node ./extract-meta src/dash-table/DataTable.js > dash_table/metadata.json", |
| 14 | + "private::build:extract-meta": "node ./extract-meta src/dash-table/dash/DataTable.js > dash_table/metadata.json", |
15 | 15 | "private::build:copy-package-info": "cp package.json dash_table/package-info.json",
|
16 | 16 | "private::build:generate-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_table', 'dash_table/metadata.json')\"",
|
17 | 17 | "private::build:py": "run-s private::build:copy-package-info private::build:extract-meta private::build:generate-classes",
|
18 | 18 | "private::host_dash8081": "python tests/cypress/dash/v_be_page.py",
|
19 | 19 | "private::host_dash8082": "python tests/cypress/dash/v_copy_paste.py",
|
20 | 20 | "private::host_dash8083": "python tests/cypress/dash/v_fe_page.py",
|
21 | 21 | "private::host_js": "http-server ./dash_table -c-1 --silent",
|
| 22 | + "private::lint:ts": "tslint '{src,demo,tests}/**/*.{js,ts,tsx}' --exclude '**/@Types/*.*'", |
| 23 | + "private::lint:py": "flake8 --exclude=DataTable.py,__init__.py,_imports_.py --ignore=E501,F401,F841,F811,F821 dash_table", |
22 | 24 | "private::wait_dash8081": "wait-on http://localhost:8081",
|
23 | 25 | "private::wait_dash8082": "wait-on http://localhost:8082",
|
24 | 26 | "private::wait_dash8083": "wait-on http://localhost:8083",
|
25 | 27 | "private::wait_js": "wait-on http://localhost:8080",
|
26 | 28 | "private::opentests": "cypress open",
|
| 29 | + "private::runtests:python": "python -m unittest tests/unit/format_test.py", |
27 | 30 | "private::runtests:unit": "cypress run --browser chrome --spec 'tests/cypress/tests/unit/**/*'",
|
28 | 31 | "private::runtests:standalone": "cypress run --browser chrome --spec 'tests/cypress/tests/standalone/**/*'",
|
29 | 32 | "private::runtests:server": "cypress run --browser chrome --spec 'tests/cypress/tests/server/**/*'",
|
30 | 33 | "private::runtests-v0": "run-s private::runtests:server",
|
31 |
| - "private::runtests-v1": "run-s private::runtests:unit private::runtests:standalone private::runtests:server", |
| 34 | + "private::runtests-v1": "run-s private::runtests:python private::runtests:unit private::runtests:standalone private::runtests:server", |
32 | 35 | "build.watch": "webpack-dev-server --content-base dash_table --mode development",
|
33 | 36 | "build": "run-s private::build:js private::build:py",
|
34 |
| - "lint": "tslint '{src,demo,tests}/**/*.{js,ts,tsx}' --exclude '**/@Types/*.*'", |
| 37 | + "lint": "run-s private::lint:*", |
35 | 38 | "test-v0": "run-p --race private::host* private::runtests-v0",
|
36 | 39 | "test-v1": "run-p --race private::host* private::runtests-v1",
|
37 | 40 | "test.visual": "build-storybook && percy-storybook",
|
|
43 | 46 | "dependencies": {},
|
44 | 47 | "devDependencies": {
|
45 | 48 | "@babel/cli": "^7.2.3",
|
46 |
| - "@babel/core": "^7.3.3", |
| 49 | + "@babel/core": "^7.3.4", |
47 | 50 | "@babel/polyfill": "^7.2.5",
|
48 |
| - "@babel/preset-env": "^7.3.1", |
| 51 | + "@babel/preset-env": "^7.3.4", |
49 | 52 | "@babel/preset-react": "^7.0.0",
|
50 | 53 | "@cypress/webpack-preprocessor": "^4.0.3",
|
51 | 54 | "@percy-io/percy-storybook": "^2.1.0",
|
52 | 55 | "@storybook/cli": "^4.1.13",
|
53 | 56 | "@storybook/react": "^4.1.13",
|
54 |
| - "@types/ramda": "^0.25.50", |
55 |
| - "@types/react": "^16.8.4", |
| 57 | + "@types/d3-format": "^1.3.1", |
| 58 | + "@types/ramda": "^0.25.51", |
| 59 | + "@types/react": "^16.8.5", |
56 | 60 | "@types/react-dom": "^16.8.2",
|
57 | 61 | "@types/react-select": "^1.3.4",
|
58 | 62 | "babel-loader": "^8.0.5",
|
59 | 63 | "core-js": "^2.6.5",
|
60 | 64 | "css-loader": "^2.1.0",
|
61 | 65 | "cypress": "^3.1.5",
|
| 66 | + "d3-format": "^1.3.2", |
62 | 67 | "fast-isnumeric": "^1.1.2",
|
63 | 68 | "file-loader": "^3.0.1",
|
64 | 69 | "http-server": "^0.11.1",
|
|
68 | 73 | "npm-run-all": "^4.1.5",
|
69 | 74 | "ramda": "^0.26.1",
|
70 | 75 | "react": "16.8.3",
|
71 |
| - "react-docgen": "^4.0.0", |
| 76 | + "react-docgen": "^4.0.1", |
72 | 77 | "react-dom": "16.8.3",
|
73 | 78 | "react-select": "^1.3.0",
|
74 | 79 | "remarkable": "^1.7.1",
|
75 | 80 | "sheetclip": "^0.3.0",
|
76 | 81 | "style-loader": "^0.23.1",
|
77 | 82 | "ts-loader": "^5.3.3",
|
78 |
| - "tslint": "^5.12.1", |
| 83 | + "tslint": "^5.13.0", |
79 | 84 | "typescript": "^3.3.3333",
|
80 | 85 | "wait-on": "^3.2.0",
|
81 | 86 | "webpack": "^4.29.5",
|
82 | 87 | "webpack-cli": "^3.2.3",
|
83 |
| - "webpack-dev-server": "^3.2.0", |
| 88 | + "webpack-dev-server": "^3.2.1", |
84 | 89 | "webpack-preprocessor": "^0.1.12"
|
85 | 90 | },
|
86 | 91 | "files": [
|
|
0 commit comments