Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependency @spectrum-css/actionbutton to v7.0.0 #5035

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/action-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@spectrum-web-components/shared": "^1.1.1"
},
"devDependencies": {
"@spectrum-css/actionbutton": "7.0.0-s2-foundations.22"
"@spectrum-css/actionbutton": "7.0.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7357,16 +7357,16 @@ __metadata:
languageName: node
linkType: hard

"@spectrum-css/actionbutton@npm:7.0.0-s2-foundations.22":
version: 7.0.0-s2-foundations.22
resolution: "@spectrum-css/actionbutton@npm:7.0.0-s2-foundations.22"
"@spectrum-css/actionbutton@npm:7.0.0":
version: 7.0.0
resolution: "@spectrum-css/actionbutton@npm:7.0.0"
peerDependencies:
"@spectrum-css/icon": ">=7"
"@spectrum-css/tokens": ">=14"
"@spectrum-css/tokens": ">=14 || >=15"
peerDependenciesMeta:
"@spectrum-css/icon":
optional: true
checksum: 10c0/4d15e3eea33b987dde8143b49f01282324575b6cd5f738c359325e8d3ecf493d272764ea2c61ecd4ae329594f585cb1b454bc445e9102c403ae7c158304c24a8
checksum: 10c0/0436de01a7a25bb4aa6732c45ac5356235d7b26498a7f4ea3bf7b6fe18528cf42abad43c1ea3bed313b0c0088fa56883b80cef126e59c833f498c6c468dae140
languageName: node
linkType: hard

Expand Down Expand Up @@ -8251,7 +8251,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@spectrum-web-components/action-button@workspace:packages/action-button"
dependencies:
"@spectrum-css/actionbutton": "npm:7.0.0-s2-foundations.22"
"@spectrum-css/actionbutton": "npm:7.0.0"
"@spectrum-web-components/base": "npm:^1.1.1"
"@spectrum-web-components/button": "npm:^1.1.1"
"@spectrum-web-components/icon": "npm:^1.1.1"
Expand Down Expand Up @@ -8714,8 +8714,8 @@ __metadata:

"@spectrum-web-components/eslint-plugin@file:./linters/eslint::locator=%40adobe%2Fspectrum-web-components%40workspace%3A.":
version: 1.1.1
resolution: "@spectrum-web-components/eslint-plugin@file:./linters/eslint#./linters/eslint::hash=4ce909&locator=%40adobe%2Fspectrum-web-components%40workspace%3A."
checksum: 10c0/97d2092c11770a6c7943273c71d4654ec895059222f97e286168908dae639ae9186c584f4a99ceb86cf6cca04bc5e751675e8461742341accbf45746506437bd
resolution: "@spectrum-web-components/eslint-plugin@file:./linters/eslint#./linters/eslint::hash=0b9787&locator=%40adobe%2Fspectrum-web-components%40workspace%3A."
checksum: 10c0/2955235d6bbd6d433359482c4795b093ebe099684620e24afa54e9b38df2386921ded7b6052c439b1343aaa36e5bed41d873b94d95215fb40104c79e9bfef34a
languageName: node
linkType: hard

Expand Down
Loading