|
32 | 32 | ],
|
33 | 33 | "license": "MIT",
|
34 | 34 | "dependencies": {
|
35 |
| - "history": "^2.0.1", |
36 |
| - "hoist-non-react-statics": "^1.0.5", |
| 35 | + "history": "^2.1.2", |
| 36 | + "hoist-non-react-statics": "^1.2.0", |
37 | 37 | "invariant": "^2.2.1",
|
38 |
| - "warning": "^2.1.0", |
| 38 | + "warning": "^3.0.0", |
39 | 39 | "loose-envify": "^1.2.0"
|
40 | 40 | },
|
41 | 41 | "peerDependencies": {
|
42 | 42 | "react": "^0.14.0 || ^15.0.0"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "babel-cli": "^6.7.5", |
46 |
| - "babel-core": "^6.7.6", |
47 |
| - "babel-eslint": "^5.0.4", |
| 45 | + "babel-cli": "^6.10.1", |
| 46 | + "babel-core": "^6.10.4", |
| 47 | + "babel-eslint": "^6.1.0", |
48 | 48 | "babel-loader": "^6.2.4",
|
49 |
| - "babel-plugin-add-module-exports": "^0.1.2", |
| 49 | + "babel-plugin-add-module-exports": "^0.2.1", |
50 | 50 | "babel-plugin-dev-expression": "^0.2.1",
|
51 |
| - "babel-preset-es2015": "^6.6.0", |
| 51 | + "babel-preset-es2015": "^6.9.0", |
52 | 52 | "babel-preset-es2015-loose": "^7.0.0",
|
53 | 53 | "babel-preset-es2015-loose-native-modules": "^1.0.0",
|
54 |
| - "babel-preset-react": "^6.5.0", |
| 54 | + "babel-preset-react": "^6.11.1", |
55 | 55 | "babel-preset-stage-1": "^6.5.0",
|
56 |
| - "babel-register": "^6.7.2", |
| 56 | + "babel-register": "^6.9.0", |
57 | 57 | "bundle-loader": "^0.5.4",
|
58 | 58 | "codecov.io": "^0.1.6",
|
59 | 59 | "coveralls": "^2.11.9",
|
60 |
| - "cross-env": "^1.0.7", |
| 60 | + "cross-env": "^1.0.8", |
61 | 61 | "css-loader": "^0.23.1",
|
62 |
| - "eslint": "^1.10.3", |
| 62 | + "eslint": "^3.0.0", |
63 | 63 | "eslint-config-rackt": "^1.1.1",
|
64 |
| - "eslint-plugin-react": "^3.16.1", |
65 |
| - "expect": "^1.18.0", |
66 |
| - "express": "^4.13.4", |
| 64 | + "eslint-plugin-react": "^5.2.2", |
| 65 | + "expect": "^1.20.2", |
| 66 | + "express": "^4.14.0", |
67 | 67 | "express-urlrewrite": "^1.2.0",
|
68 | 68 | "gzip-size": "^3.0.0",
|
69 | 69 | "isparta-loader": "^2.0.0",
|
70 |
| - "karma": "^0.13.22", |
71 |
| - "karma-browserstack-launcher": "^0.1.10", |
72 |
| - "karma-chrome-launcher": "^0.2.3", |
73 |
| - "karma-coverage": "^0.5.5", |
74 |
| - "karma-mocha": "^0.2.2", |
75 |
| - "karma-mocha-reporter": "^2.0.1", |
| 70 | + "karma": "^1.1.0", |
| 71 | + "karma-browserstack-launcher": "^1.0.1", |
| 72 | + "karma-chrome-launcher": "^1.0.1", |
| 73 | + "karma-coverage": "^1.0.0", |
| 74 | + "karma-mocha": "^1.1.1", |
| 75 | + "karma-mocha-reporter": "^2.0.4", |
76 | 76 | "karma-sourcemap-loader": "^0.3.7",
|
77 | 77 | "karma-webpack": "^1.7.0",
|
78 |
| - "mocha": "^2.4.5", |
| 78 | + "mocha": "^2.5.3", |
79 | 79 | "pretty-bytes": "^3.0.1",
|
80 |
| - "qs": "^6.1.0", |
81 |
| - "react": "^15.0.0", |
82 |
| - "react-addons-css-transition-group": "^15.0.0", |
83 |
| - "react-addons-test-utils": "^15.0.0", |
84 |
| - "react-dom": "^15.0.0", |
| 80 | + "qs": "^6.2.0", |
| 81 | + "react": "^15.2.0", |
| 82 | + "react-addons-css-transition-group": "^15.2.0", |
| 83 | + "react-addons-test-utils": "^15.2.0", |
| 84 | + "react-dom": "^15.2.0", |
85 | 85 | "rimraf": "^2.5.2",
|
86 | 86 | "style-loader": "^0.13.1",
|
87 |
| - "webpack": "^1.12.14", |
| 87 | + "webpack": "^1.13.1", |
88 | 88 | "webpack-dev-middleware": "^1.6.1"
|
89 | 89 | },
|
90 | 90 | "browserify": {
|
|
0 commit comments