|
1 | 1 | {
|
2 | 2 | "name": "react-sparklines",
|
3 |
| - "version": "1.5.1", |
| 3 | + "version": "1.5.2", |
4 | 4 | "description": "Beautiful and expressive Sparklines component for React ",
|
5 | 5 | "main": "build/index.js",
|
6 | 6 | "directories": {
|
|
35 | 35 | "homepage": "https://github.com/borisyankov/react-sparklines#readme",
|
36 | 36 | "devDependencies": {
|
37 | 37 | "babel": "^6.5.2",
|
38 |
| - "babel-core": "^6.7.2", |
| 38 | + "babel-core": "^6.7.6", |
39 | 39 | "babel-loader": "^6.2.4",
|
40 | 40 | "babel-plugin-transform-object-assign": "^6.5.0",
|
41 | 41 | "babel-preset-es2015": "^6.6.0",
|
42 | 42 | "babel-preset-react": "^6.5.0",
|
43 | 43 | "babel-preset-stage-1": "^6.5.0",
|
44 | 44 | "babel-runtime": "^6.6.1",
|
45 | 45 | "chai": "^3.5.0",
|
46 |
| - "enzyme": "^2.1.0", |
| 46 | + "enzyme": "^2.2.0", |
47 | 47 | "hiff": "^0.3.0",
|
48 | 48 | "line-by-line": "^0.1.4",
|
49 | 49 | "mocha": "^2.4.5",
|
50 |
| - "react": "^0.14.7", |
51 |
| - "react-addons-test-utils": "^0.14.7", |
52 |
| - "react-dom": "^0.14.7", |
| 50 | + "react": "^15.0.1", |
| 51 | + "react-addons-test-utils": "^15.0.1", |
| 52 | + "react-dom": "^15.0.1", |
53 | 53 | "react-element-to-jsx-string": "=2.5.0",
|
54 | 54 | "replaceall": "^0.1.6",
|
55 | 55 | "webpack": "^2.1.0-beta.4",
|
56 | 56 | "webpack-dev-server": "^2.0.0-beta"
|
57 | 57 | },
|
58 | 58 | "peerDependencies": {
|
59 |
| - "react": "^0.14.7", |
60 |
| - "react-dom": "^0.14.7" |
| 59 | + "react": "*", |
| 60 | + "react-dom": "*" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments