|
34 | 34 | "homepage": "https://github.com/dozoisch/react-google-recaptcha", |
35 | 35 | "peerDependencies": { |
36 | 36 | "react": ">=0.14", |
37 | | - "react-async-script": "~0.5.0" |
| 37 | + "react-async-script": "~0.6.0 || ~0.7.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "babel": "~5.8.21", |
41 | | - "babel-core": "~5.8.22", |
42 | | - "babel-eslint": "~4.1.3", |
43 | | - "babel-loader": "~5.3.2", |
44 | | - "chai": "~3.3.0", |
45 | | - "child-process-promise": "~1.1.0", |
46 | | - "colors": "~1.1.0", |
47 | | - "es5-shim": "~4.1.3", |
| 40 | + "babel-cli": "^6.0.0", |
| 41 | + "babel-core": "^6.0.0", |
| 42 | + "babel-eslint": "^7.0.0", |
| 43 | + "babel-loader": "^6.0.0", |
| 44 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 45 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 46 | + "babel-preset-es2015": "^6.22.0", |
| 47 | + "babel-preset-react": "^6.23.0", |
| 48 | + "babel-register": "^6.23.0", |
| 49 | + "babel-runtime": "^6.0.0", |
| 50 | + "chai": "^3.5.0", |
| 51 | + "es5-shim": "^4.5.0", |
48 | 52 | "eslint": "~1.6.0", |
49 | 53 | "eslint-config-defaults": "~7.0.1", |
50 | 54 | "eslint-plugin-react": "~3.5.1", |
|
60 | 64 | "mocha": "~2.3.3", |
61 | 65 | "mt-changelog": "^0.6.2", |
62 | 66 | "phantomjs": "^1.9.18", |
63 | | - "react": "~0.14.0", |
64 | | - "react-dom": "~0.14.0", |
| 67 | + "react": "^15.4.2", |
| 68 | + "react-addons-test-utils": "^15.4.2", |
| 69 | + "react-async-script": "^0.6.0", |
| 70 | + "react-dom": "^15.4.2", |
65 | 71 | "release-script": "^0.5.3", |
66 | | - "webpack": "~1.12.2", |
67 | | - "babel-runtime": "^5.8.0" |
| 72 | + "webpack": "~1.14.0" |
68 | 73 | } |
69 | 74 | } |
0 commit comments