|
1 | 1 | {
|
2 | 2 | "name": "dash-table",
|
3 |
| - "version": "3.0.0rc5", |
| 3 | + "version": "3.0.0rc6", |
4 | 4 | "description": "Dash table",
|
5 | 5 | "main": "build/index.js",
|
6 | 6 | "scripts": {
|
|
16 | 16 | "private::lint.js": "eslint src",
|
17 | 17 | "private::lint.ts": "tslint --project . src/**/*.ts",
|
18 | 18 | "private::opentests": "cypress open",
|
19 |
| - "private::runtests": "cypress run", |
20 |
| - "private::snapshots": "build-storybook && percy-storybook", |
| 19 | + "private::runtests": "cypress run --browser chrome", |
| 20 | + "private::test-e2e": "run-p --race private::host* private::runtests", |
| 21 | + "private::test-visual": "build-storybook && percy-storybook", |
21 | 22 | "build.watch": "webpack-dev-server --content-base dash_table --mode development",
|
22 | 23 | "build:js-dev": "run-s \"private::build -- --mode development\"",
|
23 | 24 | "build:js": "run-s \"private::build -- --mode production\"",
|
24 |
| - "build:py": "./extract-meta src/dash-table/components/Table.js > dash_table/metadata.json && cp package.json dash_table", |
| 25 | + "build:py": "./extract-meta src/dash-table/Table.js > dash_table/metadata.json && cp package.json dash_table", |
25 | 26 | "lint": "run-s private::lint.js private::lint.ts",
|
26 |
| - "test": "run-p --race private::host* private::runtests private::snapshots", |
| 27 | + "test": "run-s private::test-*", |
27 | 28 | "test.watch": "run-p --race \"private::build -- --mode development --watch\" --race private::host* private::opentests"
|
28 | 29 | },
|
29 | 30 | "author": "Chris P <[email protected]",
|
|
42 | 43 | "@storybook/cli": "^4.0.0-alpha.16",
|
43 | 44 | "@storybook/react": "^4.0.0-alpha.16",
|
44 | 45 | "@types/ramda": "^0.25.36",
|
| 46 | + "@types/react-select": "^1.2.1", |
45 | 47 | "babel-core": "^6.26.3",
|
46 | 48 | "babel-eslint": "^8.2.3",
|
47 | 49 | "babel-loader": "^7.1.4",
|
48 | 50 | "babel-preset-env": "^1.7.0",
|
49 | 51 | "babel-preset-react": "^6.24.1",
|
50 | 52 | "css-loader": "^0.28.11",
|
51 |
| - "cypress": "^3.0.3", |
| 53 | + "cypress": "^3.1.0", |
52 | 54 | "eslint": "^4.19.1",
|
53 | 55 | "eslint-config-prettier": "^2.9.0",
|
54 | 56 | "eslint-plugin-import": "^2.12.0",
|
|
0 commit comments