⬆️ Bump react-hot-toast from 2.4.1 to 2.5.2 (#1872)

⬆️ Bump react-hot-toast from 2.4.1 to 2.5.2

Bumps [react-hot-toast](https://github.com/timolins/react-hot-toast) from 2.4.1 to 2.5.2.
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](https://github.com/timolins/react-hot-toast/compare/v2.4.1...v2.5.2)

---
updated-dependencies:
- dependency-name: react-hot-toast
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-08 09:49:36 +01:00 committed by GitHub
parent 29e924533b
commit fe13963dd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -45,7 +45,7 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-hot-toast": "^2.5.2",
"react-test-renderer": "^18.3.1",
"typescript": "^5.8.2"
},

View File

@ -4089,6 +4089,7 @@ exports[`Pages Index should render the page 1`] = `
</article>
</div>
<div
id="_rht_toaster"
onMouseEnter={[Function]}
onMouseLeave={[Function]}
style={

17
pnpm-lock.yaml generated
View File

@ -135,8 +135,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
react-hot-toast:
specifier: ^2.4.1
version: 2.4.1(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1)
specifier: ^2.5.2
version: 2.5.2(react-dom@18.3.1)(react@18.3.1)
react-test-renderer:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
@ -5627,8 +5627,8 @@ packages:
pinkie-promise: 2.0.1
dev: true
/goober@2.1.13(csstype@3.1.3):
resolution: {integrity: sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==}
/goober@2.1.16(csstype@3.1.3):
resolution: {integrity: sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==}
peerDependencies:
csstype: ^3.0.10
dependencies:
@ -8109,18 +8109,17 @@ packages:
scheduler: 0.23.2
dev: true
/react-hot-toast@2.4.1(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==}
/react-hot-toast@2.5.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-Tun3BbCxzmXXM7C+NI4qiv6lT0uwGh4oAfeJyNOjYUejTsm35mK9iCaYLGv8cBz9L5YxZLx/2ii7zsIwPtPUdw==}
engines: {node: '>=10'}
peerDependencies:
react: '>=16'
react-dom: '>=16'
dependencies:
goober: 2.1.13(csstype@3.1.3)
csstype: 3.1.3
goober: 2.1.16(csstype@3.1.3)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
transitivePeerDependencies:
- csstype
dev: true
/react-is@16.13.1: