Skip to content

Commit ec922f5

Browse files
committed
bumpp v0.3.2 bump deps
1 parent 555eba0 commit ec922f5

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
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
- Removed uncessary "use strict"
58
- Bump deps

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-script",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A composition mixin for loading scripts asynchronously for React",
55
"main": "lib/async-script-loader.js",
66
"scripts": {
@@ -25,33 +25,33 @@
2525
},
2626
"homepage": "https://github.com/dozoisch/react-async-script",
2727
"devDependencies": {
28-
"babel": "~5.1.11",
29-
"babel-core": "~5.1.11",
30-
"babel-eslint": "~3.0.1",
31-
"babel-loader": "~5.0.0",
28+
"babel": "~5.4.7",
29+
"babel-core": "~5.4.7",
30+
"babel-eslint": "~3.1.9",
31+
"babel-loader": "~5.1.3",
3232
"chai": "~2.2.0",
33-
"child-process-promise": "~1.0.2",
34-
"colors": "~1.0.3",
35-
"es5-shim": "~4.1.1",
36-
"eslint": "~0.19.0",
37-
"eslint-plugin-react": "~2.2.0",
33+
"child-process-promise": "~1.1.0",
34+
"colors": "~1.1.0",
35+
"es5-shim": "~4.1.3",
36+
"eslint": "~0.21.2",
37+
"eslint-plugin-react": "~2.3.0",
3838
"fs-promise": "~0.3.1",
39-
"karma": "~0.12.31",
40-
"karma-chai": "^0.1.0",
39+
"karma": "~0.12.33",
40+
"karma-chai": "~0.1.0",
4141
"karma-chrome-launcher": "~0.1.8",
4242
"karma-cli": "~0.0.4",
4343
"karma-mocha": "~0.1.10",
4444
"karma-mocha-reporter": "~1.0.2",
4545
"karma-phantomjs-launcher": "~0.1.4",
4646
"karma-sourcemap-loader": "~0.3.4",
47-
"karma-webpack": "~1.5.0",
48-
"lodash": "~3.7.0",
49-
"mocha": "~2.2.4",
50-
"react": "~0.13.2",
51-
"webpack": "~1.8.9",
52-
"yargs": "~3.7.2"
47+
"karma-webpack": "~1.5.1",
48+
"lodash": "~3.9.3",
49+
"mocha": "~2.2.5",
50+
"react": "~0.13.3",
51+
"webpack": "~1.9.10",
52+
"yargs": "~3.9.1"
5353
},
5454
"dependencies": {
55-
"babel-runtime": "~5.1.11"
55+
"babel-runtime": "~5.4.7"
5656
}
5757
}

0 commit comments

Comments
 (0)