|
1 | 1 | {
|
2 | 2 | "name": "docz-core",
|
3 |
| - "version": "2.3.2-alpha.1", |
| 3 | + "version": "2.3.2-alpha.0", |
4 | 4 | "description": "All docz core logic of bundle and parsing is included on this package",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "main": "dist/index.js",
|
|
20 | 20 | "prepare": "yarn build",
|
21 | 21 | "test": "yarn jest"
|
22 | 22 | },
|
| 23 | + "peerDependencies": { |
| 24 | + "typescript": "^3.5.0 || ^4.0.0" |
| 25 | + }, |
23 | 26 | "dependencies": {
|
24 | 27 | "@sindresorhus/slugify": "^0.9.1",
|
25 | 28 | "chalk": "^2.4.2",
|
|
32 | 35 | "fast-glob": "^3.0.4",
|
33 | 36 | "find-up": "^4.1.0",
|
34 | 37 | "fs-extra": "^8.1.0",
|
35 |
| - "get-pkg-repo": "^4.1.0", |
| 38 | + "gatsby-plugin-eslint": "^2.0.5", |
| 39 | + "gatsby-plugin-typescript": "^2.1.6", |
| 40 | + "get-pkg-repo": "4.1.1", |
36 | 41 | "humanize-string": "^2.1.0",
|
37 |
| - "latest-version": "^5.1.0", |
38 | 42 | "load-cfg": "^2.1.0",
|
39 | 43 | "lodash": "^4.17.14",
|
40 | 44 | "minimatch": "^3.0.4",
|
|
43 | 47 | "react-docgen": "^4.1.1",
|
44 | 48 | "react-docgen-actual-name-handler": "^2.1.0",
|
45 | 49 | "react-docgen-external-proptypes-handler": "^1.0.3",
|
46 |
| - "react-docgen-typescript": "^1.12.5", |
| 50 | + "react-docgen-typescript": "^2.1.0", |
47 | 51 | "recast": "^0.18.1",
|
48 | 52 | "resolve": "^1.11.1",
|
49 | 53 | "shelljs": "^0.8.3",
|
50 | 54 | "signale": "^1.4.0",
|
51 | 55 | "titleize": "^2.1.0",
|
52 | 56 | "tslib": "^1.11.1",
|
53 |
| - "typescript": "3.5.3", |
54 | 57 | "wait-on": "^3.3.0",
|
55 | 58 | "xstate": "^4.6.7",
|
56 | 59 | "yargs": "^13.3.0"
|
57 |
| - }, |
58 |
| - "devDependencies": { |
59 |
| - "@types/cross-spawn": "^6.0.0", |
60 |
| - "@types/resolve": "^0.0.8", |
61 |
| - "@types/shelljs": "^0.8.5", |
62 |
| - "@types/signale": "^1.2.1", |
63 |
| - "@types/wait-on": "^3.2.0", |
64 |
| - "cpy": "^7.3.0", |
65 |
| - "cross-env": "^5.2.1", |
66 |
| - "docz-rollup": "^2.1.0", |
67 |
| - "eslint": "^6.5.1", |
68 |
| - "eslint-config-docz-ts": "^2.1.0", |
69 |
| - "jest": "^24.9.0" |
70 | 60 | }
|
71 | 61 | }
|
0 commit comments