|
45 | 45 | }, |
46 | 46 | "scripts": { |
47 | 47 | "build-storybook": "build-storybook", |
48 | | - "check": "tsc -p . --noEmit --pretty", |
49 | | - "clean": "rm -rf .fusebox out dist", |
| 48 | + "typecheck": "tsc -p . --noEmit --pretty", |
| 49 | + "clean": "rm -rf .fusebox out dist coverage", |
50 | 50 | "compile": "NODE_ENV=production ts-node fuse", |
51 | 51 | "coverage:upload": "cat ./coverage/lcov.info | coveralls", |
52 | 52 | "coverage": "yarn test --coverage --no-cache", |
53 | 53 | "dist": "electron-builder --mac --win --linux --ia32 --x64", |
54 | 54 | "draft": "electron-builder -p always --draft --mac --win --linux --ia32 --x64", |
55 | | - "info": "npm-scripts-info", |
56 | | - "lint": "tslint \"fuse.ts\" \"{src,typings}/**/*.{ts,tsx}\"", |
| 55 | + "lint": "tslint --project .", |
57 | 56 | "pack": "electron-builder --dir", |
58 | 57 | "postinstall": "electron-builder install-app-deps", |
59 | 58 | "precommit": "lint-staged", |
60 | | - "prepush": "npm-run-all check lint", |
61 | | - "sanity": "npm-run-all clean check lint test clean compile clean", |
| 59 | + "prepush": "npm-run-all typecheck lint", |
| 60 | + "sanity": "npm-run-all clean typecheck lint test clean compile clean", |
62 | 61 | "start": "ts-node fuse", |
63 | 62 | "storybook": "start-storybook -p 6006", |
64 | 63 | "test": "jest" |
65 | 64 | }, |
66 | 65 | "dependencies": { |
67 | 66 | "electron-is-dev": "^0.3.0", |
68 | | - "electron-log": "^2.2.11", |
| 67 | + "electron-log": "^2.2.12", |
69 | 68 | "electron-store": "^1.3.0", |
70 | | - "electron-updater": "^2.16.1", |
| 69 | + "electron-updater": "^2.17.2", |
71 | 70 | "electron-window-state-manager": "^0.3.2", |
72 | 71 | "glamor": "^2.20.40", |
73 | 72 | "mousetrap": "^1.6.1", |
74 | 73 | "popmotion": "^7.8.2", |
75 | 74 | "popmotion-react": "^1.1.1", |
| 75 | + "prop-types": "^15.6.0", |
76 | 76 | "ramda": "^0.25.0", |
77 | | - "react": "^16.1.0", |
78 | | - "react-dom": "^16.1.0", |
| 77 | + "react": "^16.2.0", |
| 78 | + "react-dom": "^16.2.0", |
79 | 79 | "react-transition-group": "^2.2.1" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | | - "@storybook/addon-actions": "^3.2.15", |
83 | | - "@storybook/addon-links": "^3.2.15", |
84 | | - "@storybook/addon-storyshots": "^3.2.15", |
85 | | - "@storybook/react": "^3.2.15", |
| 82 | + "@storybook/addon-actions": "^3.2.17", |
| 83 | + "@storybook/addon-links": "^3.2.17", |
| 84 | + "@storybook/addon-storyshots": "^3.2.17", |
| 85 | + "@storybook/react": "^3.2.17", |
86 | 86 | "@types/electron-is-dev": "^0.3.0", |
87 | 87 | "@types/electron-store": "^1.2.0", |
88 | | - "@types/jest": "^21.1.6", |
| 88 | + "@types/jest": "^21.1.8", |
89 | 89 | "@types/mousetrap": "^1.5.34", |
90 | | - "@types/react": "^16.0.22", |
| 90 | + "@types/react": "^16.0.28", |
91 | 91 | "@types/react-dom": "^16.0.3", |
92 | 92 | "@types/react-test-renderer": "^16.0.0", |
93 | 93 | "@types/storybook__react": "^3.0.5", |
94 | 94 | "babel-preset-react": "^6.24.1", |
95 | 95 | "coveralls": "^3.0.0", |
96 | 96 | "electron": "^1.7.9", |
97 | | - "electron-builder": "^19.45.4", |
| 97 | + "electron-builder": "^19.48.3", |
98 | 98 | "fuse-box": "^2.4.0", |
99 | 99 | "husky": "^0.14.3", |
100 | 100 | "jest": "^21.2.1", |
101 | 101 | "jest-expect-contain-deep": "^1.0.1", |
102 | | - "lint-staged": "^5.0.0", |
| 102 | + "lint-staged": "^6.0.0", |
103 | 103 | "npm-run-all": "^4.1.2", |
104 | | - "prettier": "^1.8.2", |
| 104 | + "prettier": "^1.9.1", |
105 | 105 | "react-powerplug": "^0.1.2", |
106 | | - "react-test-renderer": "^16.0.0", |
107 | | - "ts-jest": "^21.2.1", |
108 | | - "ts-loader": "^3.1.1", |
| 106 | + "react-test-renderer": "^16.2.0", |
| 107 | + "ts-jest": "^21.2.4", |
| 108 | + "ts-loader": "^3.2.0", |
109 | 109 | "ts-node": "^3.3.0", |
110 | 110 | "tslint": "^5.8.0", |
111 | | - "typescript": "~2.6.1" |
| 111 | + "typescript": "~2.6.2" |
112 | 112 | }, |
113 | 113 | "jest": { |
114 | 114 | "setupFiles": [ |
|
145 | 145 | "statements": 95 |
146 | 146 | } |
147 | 147 | }, |
148 | | - "collectCoverage": true, |
| 148 | + "collectCoverage": false, |
149 | 149 | "mapCoverage": true |
150 | 150 | }, |
151 | 151 | "lint-staged": { |
|
0 commit comments