|
4 | 4 | "description": "A CLI and toolkit to extract information from React components for documentation generation.", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
7 | | - "url": "https://github.com/reactjs/react-docgen.git" |
| 7 | + "url": "git+https://github.com/reactjs/react-docgen.git" |
| 8 | + }, |
| 9 | + "bugs": { |
| 10 | + "url": "https://github.com/reactjs/react-docgen/issues" |
8 | 11 | }, |
9 | | - "bugs": "https://github.com/reactjs/react-docgen/issues", |
10 | 12 | "bin": { |
11 | 13 | "react-docgen": "bin/react-docgen.js" |
12 | 14 | }, |
|
34 | 36 | "react", |
35 | 37 | "documentation-generation" |
36 | 38 | ], |
37 | | - "author": "Felix Kling", |
| 39 | + "author": { |
| 40 | + "name": "Felix Kling" |
| 41 | + }, |
38 | 42 | "license": "MIT", |
39 | 43 | "dependencies": { |
40 | | - "@babel/core": "^7.4.4", |
41 | | - "@babel/runtime": "^7.0.0", |
42 | | - "ast-types": "^0.12.4", |
| 44 | + "@babel/core": "^7.7.5", |
| 45 | + "@babel/runtime": "^7.7.6", |
| 46 | + "ast-types": "^0.13.2", |
43 | 47 | "async": "^2.1.4", |
44 | 48 | "commander": "^2.19.0", |
45 | 49 | "doctrine": "^3.0.0", |
46 | 50 | "node-dir": "^0.1.10", |
47 | 51 | "strip-indent": "^3.0.0" |
48 | 52 | }, |
49 | 53 | "devDependencies": { |
50 | | - "@babel/cli": "^7.0.0", |
51 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
52 | | - "@babel/preset-env": "^7.0.0", |
53 | | - "@babel/preset-flow": "^7.0.0", |
54 | | - "babel-eslint": "^10.0.1", |
55 | | - "babel-jest": "^24.1.0", |
| 54 | + "@babel/cli": "^7.7.5", |
| 55 | + "@babel/plugin-transform-runtime": "^7.7.6", |
| 56 | + "@babel/preset-env": "^7.7.6", |
| 57 | + "@babel/preset-flow": "^7.7.4", |
| 58 | + "babel-eslint": "^10.0.3", |
| 59 | + "babel-jest": "^24.9.0", |
56 | 60 | "benchmark": "^2.1.4", |
57 | 61 | "cli-table": "^0.3.1", |
58 | 62 | "cross-spawn": "^6.0.4", |
59 | 63 | "eslint": "^5.7.0", |
60 | 64 | "eslint-config-prettier": "^4.0.0", |
61 | | - "eslint-plugin-prettier": "^3.0.0", |
| 65 | + "eslint-plugin-prettier": "^3.1.1", |
62 | 66 | "flow-bin": "^0.98.0", |
63 | | - "jest": "^24.1.0", |
64 | | - "jest-diff": "^24.0.0", |
65 | | - "jest-matcher-utils": "^24.0.0", |
66 | | - "prettier": "^1.14.3", |
67 | | - "rimraf": "^2.3.2", |
68 | | - "temp": "^0.9.0" |
| 67 | + "jest": "^24.9.0", |
| 68 | + "jest-diff": "^24.9.0", |
| 69 | + "jest-matcher-utils": "^24.9.0", |
| 70 | + "prettier": "^1.19.1", |
| 71 | + "rimraf": "^3.0.0", |
| 72 | + "temp": "^0.9.1" |
69 | 73 | }, |
70 | 74 | "jest": { |
71 | 75 | "snapshotSerializers": [ |
|
0 commit comments