|
1 | 1 | { |
2 | 2 | "name": "@microstates/react", |
3 | | - "version": "0.12.0-alpha.0", |
| 3 | + "version": "0.12.0", |
4 | 4 | "description": "Provides useType hook", |
5 | 5 | "scripts": { |
6 | 6 | "build": "rollup --config", |
|
38 | 38 | "@babel/core": "^7.1.2", |
39 | 39 | "@babel/preset-env": "^7.1.0", |
40 | 40 | "@babel/preset-react": "7.0.0", |
| 41 | + "@bigtest/interactor": "^0.9.1", |
| 42 | + "@bigtest/react": "^0.1.2", |
41 | 43 | "babel-core": "7.0.0-bridge.0", |
42 | 44 | "babel-jest": "23.6.0", |
43 | 45 | "jest": "23.6.0", |
44 | 46 | "microstates": "^0.12.0", |
45 | | - "react": "16.7.0-alpha.0", |
46 | | - "react-dom": "16.7.0-alpha.0", |
| 47 | + "react": "^16.8.0", |
| 48 | + "react-dom": "^16.8.0", |
47 | 49 | "rollup": "0.67.0", |
48 | | - "rollup-plugin-babel": "^4.0.3", |
49 | | - "@bigtest/react": "0.1.2", |
50 | | - "@bigtest/interactor": "0.9.1" |
| 50 | + "rollup-plugin-babel": "^4.0.3" |
51 | 51 | }, |
52 | 52 | "peerDependencies": { |
53 | 53 | "microstates": "^0.12.0", |
54 | | - "react": "16.7.0-alpha.0" |
| 54 | + "react": "^16.8.0" |
55 | 55 | }, |
56 | 56 | "jest": { |
57 | 57 | "testRegex": "(\\.test)\\.js$" |
|
0 commit comments