Skip to content

Commit a461982

Browse files
committed
bump v0.3.2 bump deps
1 parent 0079aff commit a461982

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# History
22

3+
## 0.3.2
4+
- Bump deps
5+
36
## 0.3.1
47
- Added babel runtime to deps
58
- [#1] Removed unused use strict

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-recaptcha",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/recaptcha-wrapper.js",
66
"directories": {
@@ -33,34 +33,34 @@
3333
"react": ">=0.13"
3434
},
3535
"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",
4040
"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",
4444
"eslint": "~0.19.0",
4545
"eslint-plugin-react": "~2.2.0",
4646
"fs-promise": "~0.3.1",
47-
"karma": "~0.12.31",
47+
"karma": "~0.12.33",
4848
"karma-chai": "~0.1.0",
49-
"karma-chrome-launcher": "~0.1.8",
49+
"karma-chrome-launcher": "~0.1.12",
5050
"karma-cli": "~0.0.4",
5151
"karma-mocha": "~0.1.10",
5252
"karma-mocha-reporter": "~1.0.2",
5353
"karma-phantomjs-launcher": "~0.1.4",
5454
"karma-sourcemap-loader": "~0.3.4",
55-
"karma-webpack": "~1.5.0",
55+
"karma-webpack": "~1.5.1",
5656
"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"
6161
},
6262
"dependencies": {
6363
"babel-runtime": "~5.4.7",
64-
"react-async-script": "~0.3.1"
64+
"react-async-script": "~0.3.2"
6565
}
6666
}

0 commit comments

Comments
 (0)