Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit cc9e19b

Browse files
committed
chore(docz-core): remove react-docgen-imported-proptype-handler
1 parent 10a6ec1 commit cc9e19b

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

core/docz-core/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"react-docgen": "^4.1.0",
5858
"react-docgen-actual-name-handler": "1.0.0-rc.7",
5959
"react-docgen-external-proptypes-handler": "^1.0.2",
60-
"react-docgen-imported-proptype-handler": "^1.0.4",
6160
"react-docgen-typescript": "^1.12.3",
6261
"react-hot-loader": "^4.8.2",
6362
"recast": "^0.17.5",

core/docz-core/src/types.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ declare module 'react-dev-utils/ignoredFiles'
2020
declare module 'react-dev-utils/ModuleNotFoundPlugin'
2121
declare module 'react-dev-utils/WatchMissingNodeModulesPlugin'
2222
declare module 'react-docgen-external-proptypes-handler'
23-
declare module 'react-docgen-imported-proptype-handler'
2423
declare module 'react-docgen'
2524
declare module 'rehype-slug'
2625
declare module 'remark-frontmatter'

yarn.lock

-7
Original file line numberDiff line numberDiff line change
@@ -14219,13 +14219,6 @@ react-docgen-external-proptypes-handler@^1.0.2:
1421914219
resolved "https://registry.npmjs.org/react-docgen-external-proptypes-handler/-/react-docgen-external-proptypes-handler-1.0.2.tgz#457d3e82a6899695482f4912036cc940577ab0aa"
1422014220
integrity sha512-vr8sXRp5hBmaEP0kdBED9p7mdnVX6LTRODNcGhUXUh1hBbGW2rgjm24e0eA4zVJs4cqCcA2pS0dEHujJ9rg3rw==
1422114221

14222-
react-docgen-imported-proptype-handler@^1.0.4:
14223-
version "1.0.4"
14224-
resolved "https://registry.npmjs.org/react-docgen-imported-proptype-handler/-/react-docgen-imported-proptype-handler-1.0.4.tgz#a7c73df8ad516b633068e0e22cad474d17dac7d9"
14225-
integrity sha512-BlLV7+JCyfsR6c7fBqeGSlZDJBNkEgny5hvw2+CRI/aeSU2rCxpLb8YORLEO2Ky5ZnbmlXr1MY2aCquRd/6Pzg==
14226-
dependencies:
14227-
"@babel/runtime" "^7.2.0"
14228-
1422914222
react-docgen-typescript@^1.12.3:
1423014223
version "1.12.3"
1423114224
resolved "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-1.12.3.tgz#fe62a5ce82e93573e316366e53adfe8273121c70"

0 commit comments

Comments
 (0)