From 081419e7b0c932921af6183f34e304ff74e38d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 10:58:56 -0400 Subject: [PATCH] build(deps): Bump @react-stately/toast from 3.0.0-beta.3 to 3.0.0-beta.4 (#1197) Bumps [@react-stately/toast](https://github.com/adobe/react-spectrum) from 3.0.0-beta.3 to 3.0.0-beta.4.
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.3&new-version=3.0.0-beta.4)](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 7c6cef60d..72847e19c 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.11", "@react-aria/utils": "^3.23.2", - "@react-stately/toast": "^3.0.0-beta.3", + "@react-stately/toast": "^3.0.0-beta.4", "@react-types/shared": "^3.23.1", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", diff --git a/package-lock.json b/package-lock.json index ff9287be4..ea608585f 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.11", "@react-aria/utils": "^3.23.2", - "@react-stately/toast": "^3.0.0-beta.3", + "@react-stately/toast": "^3.0.0-beta.4", "@react-types/shared": "^3.23.1", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -6030,6 +6030,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.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" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + } + }, "node_modules/@react-aria/toggle": { "version": "3.10.4", "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.4.tgz", @@ -6394,9 +6406,9 @@ } }, "node_modules/@react-stately/toast": { - "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==", + "version": "3.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.4.tgz", + "integrity": "sha512-YzEyFNAAQqZ+7pZpRiejotxDzp5CHagN21btVGGwU2jHu/oQRR+todtB3wADAp7EF5lfAlAsLABiD9ZNWQeDTw==", "dependencies": { "@swc/helpers": "^0.5.0", "use-sync-external-store": "^1.2.0" @@ -24451,7 +24463,7 @@ "@easypost/easy-ui-tokens": "1.0.0-alpha.10", "@react-aria/toast": "^3.0.0-beta.11", "@react-aria/utils": "^3.23.2", - "@react-stately/toast": "^3.0.0-beta.3", + "@react-stately/toast": "^3.0.0-beta.4", "@react-types/shared": "^3.23.1", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.7", @@ -26329,6 +26341,17 @@ "@react-types/button": "^3.9.3", "@react-types/shared": "^3.23.0", "@swc/helpers": "^0.5.0" + }, + "dependencies": { + "@react-stately/toast": { + "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" + } + } } }, "@react-aria/toggle": { @@ -26623,9 +26646,9 @@ } }, "@react-stately/toast": { - "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==", + "version": "3.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.0.0-beta.4.tgz", + "integrity": "sha512-YzEyFNAAQqZ+7pZpRiejotxDzp5CHagN21btVGGwU2jHu/oQRR+todtB3wADAp7EF5lfAlAsLABiD9ZNWQeDTw==", "requires": { "@swc/helpers": "^0.5.0", "use-sync-external-store": "^1.2.0"