mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency @types/react to v17.0.64 (#4526)
[![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/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`17.0.63` -> `17.0.64`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.63/17.0.64) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/17.0.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/17.0.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/17.0.63/17.0.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/17.0.63/17.0.64?slim=true)](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 these updates again. --- - [ ] <!-- rebase-check -->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://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1ee2f6c71
commit
169a3167da
@ -50,7 +50,7 @@
|
||||
"@types/lodash.clonedeep": "4.5.7",
|
||||
"@types/lodash.omit": "4.5.7",
|
||||
"@types/node": "18.17.4",
|
||||
"@types/react": "17.0.63",
|
||||
"@types/react": "17.0.64",
|
||||
"@types/react-dom": "17.0.20",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
@ -123,7 +123,7 @@
|
||||
"@codemirror/state": "6.2.1",
|
||||
"@xmldom/xmldom": "^0.8.4",
|
||||
"json5": "^2.2.2",
|
||||
"@types/react": "17.0.63",
|
||||
"@types/react": "17.0.64",
|
||||
"@types/react-dom": "17.0.20",
|
||||
"semver": "7.5.4"
|
||||
},
|
||||
|
@ -3051,10 +3051,10 @@
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.63", "@types/react@>=16.9.0", "@types/react@^17":
|
||||
version "17.0.63"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.63.tgz#78ca41a34b1e4fd5ba9398d33bc78a81bfd5c180"
|
||||
integrity sha512-T+aaG8RlIkgJ4VzWLJYbMW9QX7sIAV8CcuyV6FU6Hm7yu3Bee1YBZQRu2vYEm/dU8kre+/mzl2aGYh5MFgVLaQ==
|
||||
"@types/react@*", "@types/react@17.0.64", "@types/react@>=16.9.0", "@types/react@^17":
|
||||
version "17.0.64"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.64.tgz#468162c66c33ddb4548eb1a0e36682028d9e9a62"
|
||||
integrity sha512-IlgbX/vglDTwrCRgad6fTCzOT+D/5C0xwuvrzfuqfhg9gJrkFqAGADpUFlEtqbrP1IEo9QLSbo41MaFfoIu9Aw==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "*"
|
||||
|
Loading…
Reference in New Issue
Block a user