From 4a8ba1dcf4d4a16551beece41b617ad17af1128d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:49:13 +0000 Subject: [PATCH] Update dependency @types/prettier to v2.7.3 (#2492) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/prettier](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prettier) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`2.7.2` -> `2.7.3`](https://renovatebot.com/diffs/npm/@types%2fprettier/2.7.2/2.7.3) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fprettier/2.7.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fprettier/2.7.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fprettier/2.7.3/compatibility-slim/2.7.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fprettier/2.7.3/confidence-slim/2.7.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ariakit/ariakit). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16ffe9bf24..13a4dc8b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/marked": "4.3.1", "@types/node": "18.16.16", "@types/postcss-import": "14.0.0", - "@types/prettier": "2.7.2", + "@types/prettier": "2.7.3", "@types/react": "18.2.7", "@types/react-dom": "18.2.4", "@types/stylis": "4.2.0", @@ -5668,9 +5668,9 @@ } }, "node_modules/@types/prettier": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", - "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==" + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" }, "node_modules/@types/prop-types": { "version": "15.7.5", diff --git a/package.json b/package.json index 1d6ba5f159..ec9ca99269 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/marked": "4.3.1", "@types/node": "18.16.16", "@types/postcss-import": "14.0.0", - "@types/prettier": "2.7.2", + "@types/prettier": "2.7.3", "@types/react": "18.2.7", "@types/react-dom": "18.2.4", "@types/stylis": "4.2.0",