From 933133eda39f01e1659c273f2d9828a99bf8600d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 10:53:01 -0400
Subject: [PATCH] build(deps): Bump @react-stately/toast from 3.0.0-beta.2 to
3.0.0-beta.3 (#1168)
Bumps [@react-stately/toast](https://github.com/adobe/react-spectrum)
from 3.0.0-beta.2 to 3.0.0-beta.3.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@react-stately/toast&package-manager=npm_and_yarn&previous-version=3.0.0-beta.2&new-version=3.0.0-beta.3)](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 show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
easy-ui-react/package.json | 2 +-
package-lock.json | 39 ++++++++++++++++++++++++++++++--------
2 files changed, 32 insertions(+), 9 deletions(-)
diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json
index 7f12a8388..52b8e83be 100644
--- a/easy-ui-react/package.json
+++ b/easy-ui-react/package.json
@@ -33,7 +33,7 @@
"@easypost/easy-ui-tokens": "1.0.0-alpha.10",
"@react-aria/toast": "^3.0.0-beta.10",
"@react-aria/utils": "^3.23.2",
- "@react-stately/toast": "^3.0.0-beta.2",
+ "@react-stately/toast": "^3.0.0-beta.3",
"@react-types/shared": "^3.23.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
diff --git a/package-lock.json b/package-lock.json
index ada19024e..4998bbbbb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -106,7 +106,7 @@
"@easypost/easy-ui-tokens": "1.0.0-alpha.10",
"@react-aria/toast": "^3.0.0-beta.10",
"@react-aria/utils": "^3.23.2",
- "@react-stately/toast": "^3.0.0-beta.2",
+ "@react-stately/toast": "^3.0.0-beta.3",
"@react-types/shared": "^3.23.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
@@ -6033,6 +6033,18 @@
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
}
},
+ "node_modules/@react-aria/toast/node_modules/@react-stately/toast": {
+ "version": "3.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.2.tgz",
+ "integrity": "sha512-LJT3VJ01VeQHTDt+6NwmRn4ma0plZWcWByAeJ24dLYJ0gUpHhHyCCIBB/C1BwZ3/eaNKn7/Crp5FONA6bBzDaA==",
+ "dependencies": {
+ "@swc/helpers": "^0.5.0",
+ "use-sync-external-store": "^1.2.0"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
+ }
+ },
"node_modules/@react-aria/toggle": {
"version": "3.10.3",
"resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.3.tgz",
@@ -6405,9 +6417,9 @@
}
},
"node_modules/@react-stately/toast": {
- "version": "3.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.2.tgz",
- "integrity": "sha512-LJT3VJ01VeQHTDt+6NwmRn4ma0plZWcWByAeJ24dLYJ0gUpHhHyCCIBB/C1BwZ3/eaNKn7/Crp5FONA6bBzDaA==",
+ "version": "3.0.0-beta.3",
+ "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.3.tgz",
+ "integrity": "sha512-49QXvRiVSy2sjNYEHWEzdi2+2OxkQi2ZkmG5oDUWIiOEKsjkmQJkWjp3E4cyrgh1Ph7/sAtURH5bcPMOywUCLQ==",
"dependencies": {
"@swc/helpers": "^0.5.0",
"use-sync-external-store": "^1.2.0"
@@ -24482,7 +24494,7 @@
"@easypost/easy-ui-tokens": "1.0.0-alpha.10",
"@react-aria/toast": "^3.0.0-beta.10",
"@react-aria/utils": "^3.23.2",
- "@react-stately/toast": "^3.0.0-beta.2",
+ "@react-stately/toast": "^3.0.0-beta.3",
"@react-types/shared": "^3.23.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
@@ -26360,6 +26372,17 @@
"@react-types/button": "^3.9.2",
"@react-types/shared": "^3.22.1",
"@swc/helpers": "^0.5.0"
+ },
+ "dependencies": {
+ "@react-stately/toast": {
+ "version": "3.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.2.tgz",
+ "integrity": "sha512-LJT3VJ01VeQHTDt+6NwmRn4ma0plZWcWByAeJ24dLYJ0gUpHhHyCCIBB/C1BwZ3/eaNKn7/Crp5FONA6bBzDaA==",
+ "requires": {
+ "@swc/helpers": "^0.5.0",
+ "use-sync-external-store": "^1.2.0"
+ }
+ }
}
},
"@react-aria/toggle": {
@@ -26664,9 +26687,9 @@
}
},
"@react-stately/toast": {
- "version": "3.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.2.tgz",
- "integrity": "sha512-LJT3VJ01VeQHTDt+6NwmRn4ma0plZWcWByAeJ24dLYJ0gUpHhHyCCIBB/C1BwZ3/eaNKn7/Crp5FONA6bBzDaA==",
+ "version": "3.0.0-beta.3",
+ "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.3.tgz",
+ "integrity": "sha512-49QXvRiVSy2sjNYEHWEzdi2+2OxkQi2ZkmG5oDUWIiOEKsjkmQJkWjp3E4cyrgh1Ph7/sAtURH5bcPMOywUCLQ==",
"requires": {
"@swc/helpers": "^0.5.0",
"use-sync-external-store": "^1.2.0"