|
1 | 1 | { |
2 | 2 | "name": "react-google-recaptcha", |
3 | | - "version": "0.3.1", |
| 3 | + "version": "0.3.2", |
4 | 4 | "description": "React Component Wrapper for Google reCAPTCHA", |
5 | 5 | "main": "lib/recaptcha-wrapper.js", |
6 | 6 | "directories": { |
|
33 | 33 | "react": ">=0.13" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "babel": "~5.1.11", |
37 | | - "babel-core": "~5.1.11", |
38 | | - "babel-eslint": "~3.0.1", |
39 | | - "babel-loader": "~5.0.0", |
| 36 | + "babel": "~5.4.7", |
| 37 | + "babel-core": "~5.4.7", |
| 38 | + "babel-eslint": "~3.1.9", |
| 39 | + "babel-loader": "~5.1.3", |
40 | 40 | "chai": "~2.2.0", |
41 | | - "child-process-promise": "~1.0.2", |
42 | | - "colors": "~1.0.3", |
43 | | - "es5-shim": "~4.1.1", |
| 41 | + "child-process-promise": "~1.1.0", |
| 42 | + "colors": "~1.1.0", |
| 43 | + "es5-shim": "~4.1.3", |
44 | 44 | "eslint": "~0.19.0", |
45 | 45 | "eslint-plugin-react": "~2.2.0", |
46 | 46 | "fs-promise": "~0.3.1", |
47 | | - "karma": "~0.12.31", |
| 47 | + "karma": "~0.12.33", |
48 | 48 | "karma-chai": "~0.1.0", |
49 | | - "karma-chrome-launcher": "~0.1.8", |
| 49 | + "karma-chrome-launcher": "~0.1.12", |
50 | 50 | "karma-cli": "~0.0.4", |
51 | 51 | "karma-mocha": "~0.1.10", |
52 | 52 | "karma-mocha-reporter": "~1.0.2", |
53 | 53 | "karma-phantomjs-launcher": "~0.1.4", |
54 | 54 | "karma-sourcemap-loader": "~0.3.4", |
55 | | - "karma-webpack": "~1.5.0", |
| 55 | + "karma-webpack": "~1.5.1", |
56 | 56 | "lodash": "~3.7.0", |
57 | | - "mocha": "~2.2.4", |
58 | | - "react": "~0.13.2", |
59 | | - "webpack": "~1.8.9", |
60 | | - "yargs": "~3.7.2" |
| 57 | + "mocha": "~2.2.5", |
| 58 | + "react": "~0.13.3", |
| 59 | + "webpack": "~1.9.10", |
| 60 | + "yargs": "~3.9.1" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | 63 | "babel-runtime": "~5.4.7", |
64 | | - "react-async-script": "~0.3.1" |
| 64 | + "react-async-script": "~0.3.2" |
65 | 65 | } |
66 | 66 | } |
0 commit comments