From 3cb1e8e6ee5f7561905c639b98427fc9bd109e71 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Tue, 26 Oct 2021 14:16:29 +0200 Subject: [PATCH] fix types/react version Co-authored-by: Harry Hogg Signed-off-by: Himanshu Mishra --- package.json | 2 +- scripts/snyk-github-issue-sync.ts | 2 ++ yarn.lock | 17 ++++------------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 4f25429569..77ec43ee24 100644 --- a/package.json +++ b/package.json @@ -53,13 +53,13 @@ }, "version": "1.0.0", "dependencies": { - "@octokit/rest": "^18.12.0", "@microsoft/api-documenter": "^7.13.47", "@microsoft/api-extractor": "^7.18.7", "@microsoft/api-extractor-model": "^7.13.5", "@microsoft/tsdoc": "^0.13.2" }, "devDependencies": { + "@octokit/rest": "^18.12.0", "@changesets/cli": "^2.14.0", "@spotify/prettier-config": "^11.0.0", "@types/webpack": "^5.28.0", diff --git a/scripts/snyk-github-issue-sync.ts b/scripts/snyk-github-issue-sync.ts index e20d7d4164..52e39da0cd 100644 --- a/scripts/snyk-github-issue-sync.ts +++ b/scripts/snyk-github-issue-sync.ts @@ -13,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +// eslint-disable-next-line import/no-extraneous-dependencies import { Octokit } from '@octokit/rest'; +// The GitHub workflow .github/workflows/ import syncJsonOutput from '../snyk.json'; type Vulnerability = { diff --git a/yarn.lock b/yarn.lock index 92e2d56f9d..71b2fb89d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7659,19 +7659,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@>=16.9.0": - version "17.0.33" - resolved "https://registry.npmjs.org/@types/react/-/react-17.0.33.tgz#e01ae3de7613dac1094569880bb3792732203ad5" - integrity sha512-pLWntxXpDPaU+RTAuSGWGSEL2FRTNyRQOjSWDke/rxRg14ncsZvx8AKWMWZqvc1UOaJIAoObdZhAWvRaHFi5rw== - dependencies: - "@types/prop-types" "*" - "@types/scheduler" "*" - csstype "^3.0.2" - -"@types/react@^16.9": - version "16.14.20" - resolved "https://registry.npmjs.org/@types/react/-/react-16.14.20.tgz#ff6e932ad71d92c27590e4a8667c7a53a7d0baad" - integrity sha512-SV7TaVc8e9E/5Xuv6TIyJ5VhQpZoVFJqX6IZgj5HZoFCtIDCArE3qXkcHlc6O/Ud4UwcMoX+tlvDA95YrKdLgA== +"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.9": + version "16.14.18" + resolved "https://registry.npmjs.org/@types/react/-/react-16.14.18.tgz#b2bcea05ee244fde92d409f91bd888ca8e54b20f" + integrity sha512-eeyqd1mqoG43mI0TvNKy9QNf1Tjz3DEOsRP3rlPo35OeMIt05I+v9RR8ZvL2GuYZeF2WAcLXJZMzu6zdz3VbtQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"