Skip to content

Commit 0aa6bde

Browse files
committed
chore: align peerDependencies to local versions
1 parent 8437b24 commit 0aa6bde

File tree

51 files changed

+119
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+119
-117
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
}
4545
],
4646
"atlascode.jira.lastCreateSiteAndProject": {
47-
"projectKey": "CSS",
48-
"siteId": "jira.corp.adobe.com"
47+
"siteId": "",
48+
"projectKey": ""
4949
},
5050
"atlascode.jira.workingSite": {
5151
"baseUrlSuffix": "jira.corp.adobe.com"

components/actionbar/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"metadata/*"
3232
],
3333
"peerDependencies": {
34-
"@spectrum-css/actiongroup": ">=5",
35-
"@spectrum-css/closebutton": ">=5",
36-
"@spectrum-css/fieldlabel": ">=8",
34+
"@spectrum-css/actiongroup": ">=5.0.0-next.0",
35+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
36+
"@spectrum-css/fieldlabel": ">=8.0.0-next.0",
3737
"@spectrum-css/popover": ">=8.0.0-next.0",
38-
"@spectrum-css/tokens": ">=14.0.0-next.10"
38+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3939
},
4040
"devDependencies": {
4141
"@spectrum-css/actiongroup": "workspace:^",

components/actiongroup/stories/actiongroup.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ export default {
9999
},
100100
packageJson,
101101
metadata,
102-
tags: ["migrated"],
103102
},
103+
tags: ["migrated"],
104104
};
105105

106106
export const Default = ActionGroups.bind({});

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@spectrum-css/icon": ">=7",
3636
"@spectrum-css/menu": ">=8.0.0-next.0",
3737
"@spectrum-css/popover": ">=8.0.0-next.0",
38-
"@spectrum-css/tokens": ">=14.0.0-next.10"
38+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3939
},
4040
"devDependencies": {
4141
"@spectrum-css/actionbutton": "workspace:^",

components/alertbanner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"metadata/*"
3232
],
3333
"peerDependencies": {
34-
"@spectrum-css/button": ">=13",
35-
"@spectrum-css/closebutton": ">=5",
34+
"@spectrum-css/button": ">=14.0.0-next.0",
35+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
3636
"@spectrum-css/divider": ">=3",
3737
"@spectrum-css/icon": ">=7",
3838
"@spectrum-css/tokens": ">=14.0.0-next.11"

components/alertdialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@spectrum-css/divider": ">=3",
3636
"@spectrum-css/icon": ">=7",
3737
"@spectrum-css/modal": ">=5.1.1-next.0",
38-
"@spectrum-css/tokens": ">=14.0.0-next.10",
38+
"@spectrum-css/tokens": ">=14.0.0-next.0",
3939
"@spectrum-css/underlay": ">=4.1.1-next.0"
4040
},
4141
"peerDependenciesMeta": {

components/asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata/*"
3232
],
3333
"peerDependencies": {
34-
"@spectrum-css/tokens": ">=14.0.0-next.3"
34+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/tokens": "workspace:^"

components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata/*"
3232
],
3333
"peerDependencies": {
34-
"@spectrum-css/tokens": ">=14.0.0-next.10"
34+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/tokens": "workspace:^"

components/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata/*"
3232
],
3333
"peerDependencies": {
34-
"@spectrum-css/button": ">=13",
34+
"@spectrum-css/button": ">=14.0.0-next.0",
3535
"@spectrum-css/tokens": ">=14.0.0-next.10"
3636
},
3737
"devDependencies": {

components/coachindicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata/*"
3232
],
3333
"peerDependencies": {
34-
"@spectrum-css/tokens": ">=14.0.0-next.3"
34+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/tokens": "workspace:^"

0 commit comments

Comments
 (0)