|
27 | 27 | ], |
28 | 28 | "scripts": { |
29 | 29 | "coveralls": "cat ./coverage/lcov.info | coveralls", |
30 | | - "build": "rm -rf dist && npm run build:lib && npm run build:flow", |
| 30 | + "build": "rm -rf dist && yarn run build:lib && yarn run build:flow", |
31 | 31 | "build:lib": "run-p rollup:*", |
32 | 32 | "build:storybook": "build-storybook --output-dir example", |
33 | 33 | "build:flow": "node scripts/create-flow", |
34 | 34 | "dev": "concurrently -k -r 'jest --watch' 'npm run storybook'", |
35 | | - "lint": "eslint {src,stories,tests}/. ", |
| 35 | + "lint": "eslint {src,stories,tests}/**/*.js ", |
36 | 36 | "rollup:es": "rollup -c --environment FORMAT:es", |
37 | 37 | "rollup:cjs": "rollup -c --environment FORMAT:cjs", |
38 | 38 | "rollup:umd": "rollup -c --environment FORMAT:umd", |
39 | 39 | "rollup:umd.min": "rollup -c --environment MINIFY,FORMAT:umd", |
40 | 40 | "precommit": "flow && lint-staged", |
41 | 41 | "postcommit": "git update-index --again", |
42 | | - "prepare": "npm run build", |
| 42 | + "prepare": "yarn build", |
43 | 43 | "pretty": "prettier '**/*.{js,md,json}' --write", |
44 | 44 | "storybook": "start-storybook -p 9000", |
45 | 45 | "test": "jest" |
|
85 | 85 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "@storybook/addon-actions": "^3.4.5", |
89 | | - "@storybook/addon-options": "^3.4.5", |
90 | | - "@storybook/react": "^3.4.5", |
| 88 | + "@storybook/addon-actions": "^3.4.8", |
| 89 | + "@storybook/addon-options": "^3.4.8", |
| 90 | + "@storybook/react": "^3.4.8", |
91 | 91 | "babel-cli": "^6.24.1", |
92 | 92 | "babel-core": "^6.26.3", |
93 | 93 | "babel-jest": "^23.0.0", |
|
101 | 101 | "enzyme": "^3.3.0", |
102 | 102 | "enzyme-adapter-react-16": "^1.0.4", |
103 | 103 | "enzyme-to-json": "^3.3.4", |
104 | | - "eslint": "^4.19.1", |
| 104 | + "eslint": "^5.0.0", |
105 | 105 | "eslint-config-insilico": "^5.2.0", |
106 | 106 | "flow-bin": "^0.75.0", |
107 | 107 | "flow-copy-source": "^2.0.0", |
108 | 108 | "husky": "^0.14.3", |
109 | 109 | "intersection-observer": "^0.5.0", |
110 | | - "jest": "^22.4.3", |
111 | | - "lint-staged": "^7.0.0", |
| 110 | + "jest": "^23.1.0", |
| 111 | + "lint-staged": "^7.2.0", |
112 | 112 | "npm-run-all": "^4.1.3", |
113 | | - "prettier": "^1.12.1", |
114 | | - "react": "^16.3.2", |
115 | | - "react-dom": "^16.3.2", |
116 | | - "react-test-renderer": "^16.3.2", |
| 113 | + "prettier": "^1.13.5", |
| 114 | + "react": "^16.4.1", |
| 115 | + "react-dom": "^16.4.1", |
| 116 | + "react-test-renderer": "^16.4.1", |
117 | 117 | "rollup": "^0.61.0", |
118 | | - "rollup-plugin-babel": "^3.0.3", |
| 118 | + "rollup-plugin-babel": "^3.0.5", |
119 | 119 | "rollup-plugin-commonjs": "^9.1.0", |
120 | 120 | "rollup-plugin-node-resolve": "^3.3.0", |
121 | 121 | "rollup-plugin-replace": "^2.0.0", |
|
0 commit comments