|
1 | 1 | { |
2 | 2 | "name": "react-text-truncate", |
3 | | - "version": "0.8.3", |
| 3 | + "version": "0.9.0", |
4 | 4 | "description": "Truncate text for React.js", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "scripts": { |
|
18 | 18 | "text", |
19 | 19 | "truncate" |
20 | 20 | ], |
21 | | - "author": "ShinyChang <[email protected]> (http://shinychang.net)", |
| 21 | + "author": "ShinyChang <[email protected]> (https://shinychang.net)", |
22 | 22 | "license": "MIT", |
23 | 23 | "bugs": { |
24 | 24 | "url": "https://github.com/ShinyChang/react-text-truncate/issues" |
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/ShinyChang/react-text-truncate", |
27 | 27 | "devDependencies": { |
28 | | - "babel-cli": "^6.8.0", |
| 28 | + "babel-cli": "^6.24.1", |
29 | 29 | "babel-core": "^6.8.0", |
30 | 30 | "babel-loader": "^6.2.4", |
31 | | - "babel-plugin-add-module-exports": "^0.1.2", |
| 31 | + "babel-plugin-add-module-exports": "^0.2.1", |
32 | 32 | "babel-plugin-react-transform": "^2.0.2", |
33 | 33 | "babel-plugin-transform-es2015-modules-umd": "^6.8.0", |
34 | 34 | "babel-preset-es2015": "^6.6.0", |
35 | 35 | "babel-preset-react": "^6.5.0", |
36 | 36 | "babel-preset-stage-0": "^6.5.0", |
37 | 37 | "express": "^4.13.4", |
38 | 38 | "react": "^15.5.4", |
39 | | - "react-dom": "^15.0.1", |
| 39 | + "react-dom": "^15.5.4", |
40 | 40 | "react-transform-catch-errors": "^1.0.2", |
41 | 41 | "react-transform-hmr": "^1.0.4", |
42 | 42 | "redbox-react": "^1.2.3", |
|
45 | 45 | "webpack-hot-middleware": "^2.10.0" |
46 | 46 | }, |
47 | 47 | "peerDependencies": { |
48 | | - "react": "^0.14.7 || ^15.0.0", |
49 | | - "react-dom": "^0.14.7 || ^15.0.0" |
| 48 | + "react": "^15.5.4", |
| 49 | + "react-dom": "^15.5.4" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | | - "prop-types": "^15.5.4" |
| 52 | + "prop-types": "^15.5.7" |
53 | 53 | } |
54 | 54 | } |
0 commit comments