From e360f3e6ac2da242e48c2a2d35177ab3b7f882ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:12:58 +0000 Subject: [PATCH] chore(deps-dev): Bump @types/react from 17.0.15 to 17.0.34 in /packages/ui (#812) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.15 to 17.0.34.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.15&new-version=17.0.34)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- packages/ui/package-lock.json | 14 +++++++------- packages/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 54c329286..6073979ee 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -24,7 +24,7 @@ "@types/jest": "^26.0.24", "@types/mini-css-extract-plugin": "^2.0.1", "@types/pino": "^6.3.9", - "@types/react": "^17.0.15", + "@types/react": "^17.0.34", "@types/react-dom": "^17.0.11", "@types/verror": "^1.10.5", "@types/ws": "^7.4.6", @@ -1807,9 +1807,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "17.0.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.15.tgz", - "integrity": "sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==", + "version": "17.0.34", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.34.tgz", + "integrity": "sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -13037,9 +13037,9 @@ "dev": true }, "@types/react": { - "version": "17.0.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.15.tgz", - "integrity": "sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==", + "version": "17.0.34", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.34.tgz", + "integrity": "sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/packages/ui/package.json b/packages/ui/package.json index 99bd02001..e58953491 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -38,7 +38,7 @@ "@types/jest": "^26.0.24", "@types/mini-css-extract-plugin": "^2.0.1", "@types/pino": "^6.3.9", - "@types/react": "^17.0.15", + "@types/react": "^17.0.34", "@types/react-dom": "^17.0.11", "@types/verror": "^1.10.5", "@types/ws": "^7.4.6",