|
1 | 1 | {
|
2 | 2 | "name": "react-overlays",
|
3 |
| - "version": "0.50.0-alpha4", |
| 3 | + "version": "0.4.4", |
4 | 4 | "description": "Utilities for creating robust overlay components",
|
5 | 5 | "author": "Jason Quense <[email protected]>",
|
6 | 6 | "repository": "react-bootstrap/react-overlays",
|
|
39 | 39 | "major": "release major"
|
40 | 40 | },
|
41 | 41 | "peerDependencies": {
|
42 |
| - "react": "^0.14.0-alpha" |
| 42 | + "react": ">=0.14.0", |
| 43 | + "react-dom": "^0.14.0" |
43 | 44 | },
|
44 | 45 | "devDependencies": {
|
45 | 46 | "babel": "5.6.14",
|
|
48 | 49 | "babel-loader": "^5.3.0",
|
49 | 50 | "babel-plugin-object-assign": "^1.2.1",
|
50 | 51 | "chai": "^3.2.0",
|
| 52 | + "component-playground": "jquense/component-playground", |
51 | 53 | "css-loader": "^0.15.6",
|
52 | 54 | "es5-shim": "^4.1.7",
|
53 | 55 | "eslint": "^0.24.0",
|
|
74 | 76 | "mt-changelog": "^0.6.1",
|
75 | 77 | "node-libs-browser": "^0.5.2",
|
76 | 78 | "raw-loader": "^0.5.1",
|
77 |
| - "react": "^0.14.0-beta3", |
| 79 | + "react": "0.14.0", |
| 80 | + "react-addons-test-utils": "^0.14.0", |
78 | 81 | "react-bootstrap": "0.24.5-react-pre.0",
|
79 | 82 | "react-component-metadata": "^1.2.2",
|
80 |
| - "react-dom": "^0.14.0-beta3", |
| 83 | + "react-dom": "^0.14.0", |
81 | 84 | "react-hot-loader": "^1.2.7",
|
82 | 85 | "release-script": "^0.2.1",
|
83 | 86 | "rimraf": "^2.4.2",
|
84 | 87 | "simulant": "^0.1.5",
|
85 | 88 | "sinon": "^1.15.4",
|
86 | 89 | "sinon-chai": "^2.8.0",
|
87 | 90 | "style-loader": "^0.12.3",
|
88 |
| - "webpack": "^1.9.11", |
89 |
| - "webpack-dev-server": "^1.9.0", |
| 91 | + "webpack": "^1.12.2", |
| 92 | + "webpack-dev-server": "^1.12.0", |
90 | 93 | "yargs": "^3.14.0"
|
91 | 94 | },
|
92 | 95 | "dependencies": {
|
|
0 commit comments