|
15 | 15 | ], |
16 | 16 | "scripts": { |
17 | 17 | "build": "bsb -make-world", |
18 | | - "changelog": "changelog-maker --filter-release -- reasonml-community bs-react-test-renderer", |
19 | | - "clean": "npm-run-all clean:*", |
| 18 | + "clean": "run-p clean:*", |
20 | 19 | "clean:bsb": "bsb -clean-world", |
21 | 20 | "clean:project": "rimraf lib .merlin", |
22 | 21 | "jest": "jest", |
23 | 22 | "prebuild": "npm run clean", |
24 | | - "test": "npm-run-all build jest", |
25 | | - "version": "node scripts/version.js" |
| 23 | + "pretest": "npm run build", |
| 24 | + "test": "npm run jest", |
| 25 | + "version": "write-changelog" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "react-test-renderer": "^15.5.4" |
| 28 | + "react-test-renderer": "^15.6.2" |
29 | 29 | }, |
30 | 30 | "peerDependencies": { |
31 | | - "reason-react": "^0.1.0" |
| 31 | + "reason-react": "^0.3.0 || ^0.2.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "bs-jest": "reasonml-community/bs-jest", |
35 | | - "bs-platform": "^1.9.0", |
36 | | - "changelog-maker": "^2.2.5", |
37 | | - "execa": "^0.6.3", |
38 | | - "jest": "^19.0.2", |
39 | | - "np": "^2.13.1", |
| 34 | + "bs-jest": "^0.2.0", |
| 35 | + "bs-platform": "^2.1.0", |
| 36 | + "jest": "^21.2.1", |
40 | 37 | "npm-run-all": "^4.0.2", |
41 | | - "react": "^15.5.4", |
42 | | - "react-dom": "^15.5.4", |
43 | | - "read-pkg": "^2.0.0", |
44 | | - "reason-react": "^0.2.1", |
45 | | - "rimraf": "^2.6.1" |
| 38 | + "react": "^15.6.2", |
| 39 | + "react-dom": "^15.6.2", |
| 40 | + "reason-react": "^0.3.0", |
| 41 | + "rimraf": "^2.6.1", |
| 42 | + "write-changelog": "^1.1.0" |
46 | 43 | }, |
47 | 44 | "jest": { |
48 | 45 | "testPathIgnorePatterns": [ |
|
0 commit comments