|
1 | 1 | {
|
2 | 2 | "name": "react-async-script",
|
3 |
| - "version": "0.3.1", |
| 3 | + "version": "0.3.2", |
4 | 4 | "description": "A composition mixin for loading scripts asynchronously for React",
|
5 | 5 | "main": "lib/async-script-loader.js",
|
6 | 6 | "scripts": {
|
|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/dozoisch/react-async-script",
|
27 | 27 | "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", |
32 | 32 | "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", |
38 | 38 | "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", |
41 | 41 | "karma-chrome-launcher": "~0.1.8",
|
42 | 42 | "karma-cli": "~0.0.4",
|
43 | 43 | "karma-mocha": "~0.1.10",
|
44 | 44 | "karma-mocha-reporter": "~1.0.2",
|
45 | 45 | "karma-phantomjs-launcher": "~0.1.4",
|
46 | 46 | "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" |
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "babel-runtime": "~5.1.11" |
| 55 | + "babel-runtime": "~5.4.7" |
56 | 56 | }
|
57 | 57 | }
|
0 commit comments