|
1 | 1 | { |
2 | 2 | "name": "react-content-loader", |
3 | 3 | "version": "3.4.2", |
4 | | - "description": "SVG component to create placeholder loading, like Facebook cards loading.", |
| 4 | + "description": "SVG-Powered component to easily create placeholder loadings (like Facebook cards loading)", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
7 | 7 | "url": "https://github.com/danilowoz/react-content-loader" |
|
41 | 41 | "release": "semantic-release" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.1.2", |
45 | | - "@babel/polyfill": "^7.0.0", |
46 | | - "@babel/preset-env": "^7.1.0", |
| 44 | + "@babel/core": "^7.4.4", |
| 45 | + "@babel/polyfill": "^7.4.4", |
| 46 | + "@babel/preset-env": "^7.4.4", |
47 | 47 | "@babel/preset-react": "^7.0.0", |
48 | | - "@babel/register": "^7.0.0", |
49 | | - "@babel/runtime": "^7.0.0", |
50 | | - "@commitlint/cli": "^7.5.0", |
51 | | - "@commitlint/config-conventional": "^7.5.0", |
52 | | - "@types/jest": "^23.3.10", |
53 | | - "@types/react": "^16.7.13", |
54 | | - "@types/react-dom": "^16.0.11", |
55 | | - "@types/react-test-renderer": "^16.0.3", |
| 48 | + "@babel/register": "^7.4.4", |
| 49 | + "@babel/runtime": "^7.4.4", |
| 50 | + "@commitlint/cli": "^7.6.1", |
| 51 | + "@commitlint/config-conventional": "^7.6.0", |
| 52 | + "@types/jest": "^24.0.13", |
| 53 | + "@types/react": "^16.8.17", |
| 54 | + "@types/react-dom": "^16.8.4", |
| 55 | + "@types/react-test-renderer": "^16.8.1", |
56 | 56 | "babel-core": "^7.0.0-bridge.0", |
57 | | - "babel-jest": "^23.6.0", |
58 | | - "commitizen": "^3.0.5", |
| 57 | + "babel-jest": "^24.8.0", |
| 58 | + "commitizen": "^3.1.1", |
59 | 59 | "cz-conventional-changelog": "^2.1.0", |
60 | | - "docz": "^0.13.7", |
61 | | - "docz-theme-default": "^0.13.7", |
62 | | - "husky": "^1.1.2", |
63 | | - "jest": "^23.6.0", |
64 | | - "prettier": "^1.15.3", |
| 60 | + "docz": "^1.2.0", |
| 61 | + "docz-theme-default": "^1.2.0", |
| 62 | + "husky": "^2.3.0", |
| 63 | + "jest": "^24.8.0", |
| 64 | + "prettier": "^1.17.1", |
65 | 65 | "react": "^16.7.0", |
66 | | - "react-dom": "^16.7.0", |
67 | | - "react-test-renderer": "^16.6.3", |
| 66 | + "react-dom": "^16.8.6", |
| 67 | + "react-test-renderer": "^16.8.6", |
68 | 68 | "remark-emoji": "^2.0.2", |
69 | | - "rollup": "0.66.4", |
70 | | - "rollup-plugin-replace": "^2.0.0", |
71 | | - "rollup-plugin-typescript2": "^0.18.0", |
72 | | - "rollup-plugin-uglify": "^6.0.0", |
73 | | - "semantic-release": "^15.13.1", |
74 | | - "ts-jest": "^23.10.5", |
75 | | - "tslint": "^5.11.0", |
76 | | - "tslint-config-prettier": "^1.17.0", |
77 | | - "typescript": "^3.2.1" |
| 69 | + "rollup": "1.12.3", |
| 70 | + "rollup-plugin-analyzer": "^3.0.0", |
| 71 | + "rollup-plugin-replace": "^2.2.0", |
| 72 | + "rollup-plugin-typescript2": "^0.21.1", |
| 73 | + "rollup-plugin-uglify": "^6.0.2", |
| 74 | + "semantic-release": "^15.13.12", |
| 75 | + "ts-jest": "^24.0.2", |
| 76 | + "tslint": "^5.16.0", |
| 77 | + "tslint-config-prettier": "^1.18.0", |
| 78 | + "typescript": "^3.4.5" |
78 | 79 | }, |
79 | 80 | "peerDependencies": { |
80 | | - "react": "^15.0.0-0 || ^16.0.0-0" |
| 81 | + "react": "^16.8.6" |
81 | 82 | }, |
82 | 83 | "dependencies": {}, |
83 | 84 | "husky": { |
|
0 commit comments