|
25 | 25 | "test:latest": "yarn add -D -W react@latest react-dom@latest && yarn test",
|
26 | 26 | "test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
|
27 | 27 | "test:examples": "CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false",
|
28 |
| - "test:chromatic": "chromatic test --app-code iiua39bmt0j --build-script-name build:storybook", |
| 28 | + "test:chromatic": "chromatic --app-code iiua39bmt0j --build-script-name build:storybook", |
29 | 29 | "ci": "yarn lint && yarn test:compat && yarn test:examples",
|
30 | 30 | "build:packages": "lerna run --scope 'react-async*' build",
|
31 | 31 | "build:examples": "lerna run --scope '*-example' build",
|
|
47 | 47 | "@pika/plugin-standard-pkg": "0.6.1",
|
48 | 48 | "@storybook/react": "5.2.1",
|
49 | 49 | "@testing-library/jest-dom": "4.1.0",
|
50 |
| - "@testing-library/react": "9.2.0", |
| 50 | + "@testing-library/react": "9.3.0", |
51 | 51 | "babel-eslint": "10.0.3",
|
52 | 52 | "babel-jest": "24.9.0",
|
53 | 53 | "babel-loader": "8.0.6",
|
54 | 54 | "copyfiles": "2.1.1",
|
55 |
| - "eslint": "6.5.0", |
56 |
| - "eslint-config-prettier": "6.3.0", |
| 55 | + "eslint": "6.5.1", |
| 56 | + "eslint-config-prettier": "6.4.0", |
57 | 57 | "eslint-plugin-jest": "22.17.0",
|
58 | 58 | "eslint-plugin-prettier": "3.1.1",
|
59 | 59 | "eslint-plugin-promise": "4.2.1",
|
60 |
| - "eslint-plugin-react": "7.14.3", |
61 |
| - "eslint-plugin-react-hooks": "2.1.1", |
| 60 | + "eslint-plugin-react": "7.16.0", |
| 61 | + "eslint-plugin-react-hooks": "2.1.2", |
62 | 62 | "jest": "24.9.0",
|
63 | 63 | "lerna": "3.16.4",
|
64 |
| - "now": "16.3.0", |
| 64 | + "now": "16.3.1", |
65 | 65 | "npm-run-all": "4.1.5",
|
66 | 66 | "prettier": "1.18.2",
|
67 | 67 | "prop-types": "15.7.2",
|
68 |
| - "react": "16.10.1", |
| 68 | + "react": "16.10.2", |
69 | 69 | "react-async": "8.0.0",
|
70 |
| - "react-dom": "16.10.1", |
71 |
| - "storybook-chromatic": "2.2.2" |
| 70 | + "react-dom": "16.10.2", |
| 71 | + "storybook-chromatic": "3.0.0" |
72 | 72 | }
|
73 | 73 | }
|
0 commit comments