diff --git a/package-lock.json b/package-lock.json index c4846f3cf..06e1c3fe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7239,9 +7239,9 @@ } }, "node_modules/@storybook/react-docgen-typescript-plugin": { - "version": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0", - "resolved": "https://registry.npmjs.org/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0.tgz", - "integrity": "sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==", + "version": "1.0.6--canary.9.cd77847.0", + "resolved": "https://registry.npmjs.org/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.6--canary.9.cd77847.0.tgz", + "integrity": "sha512-I4oBYmnUCX5IsrZhg+ST72dubSIV4wdwY+SfqJiJ3NHvDpdb240ZjdHAmjIy/yJh5rh42Fl4jbG8Tr4SzwV53Q==", "dev": true, "dependencies": { "debug": "^4.1.1", @@ -7249,11 +7249,11 @@ "find-cache-dir": "^3.3.1", "flat-cache": "^3.0.4", "micromatch": "^4.0.2", - "react-docgen-typescript": "^2.1.1", + "react-docgen-typescript": "^2.2.2", "tslib": "^2.0.0" }, "peerDependencies": { - "typescript": ">= 3.x", + "typescript": ">= 4.x", "webpack": ">= 4" } }, diff --git a/package.json b/package.json index 21cb32052..0a4316d0a 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,8 @@ }, "overrides": { "@rollup/plugin-typescript": "11.1.6", - "rollup": "2.79.1" + "rollup": "2.79.1", + "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0" }, "bugs": { "url": "https://github.com/Doist/reactist/issues"