Skip to content

Commit 9d7f088

Browse files
committed
chore: align peerDependencies to local versions
1 parent 9444cdb commit 9d7f088

File tree

52 files changed

+121
-120
lines changed

Some content is hidden

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

52 files changed

+121
-120
lines changed

.vscode/settings.json

+2-2
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/actiongroup": ">=6.0.0-s2-foundations.0",
36-
"@spectrum-css/closebutton": ">=6.0.0-s2-foundations.0",
37-
"@spectrum-css/fieldlabel": ">=9.0.0-s2-foundations.0",
35+
"@spectrum-css/actiongroup": ">=5.0.0-next.0",
36+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
37+
"@spectrum-css/fieldlabel": ">=8.0.0-next.0",
3838
"@spectrum-css/popover": ">=8.0.0-next.0",
39-
"@spectrum-css/tokens": ">=14.0.0-next.10"
39+
"@spectrum-css/tokens": ">=14.0.0-next.0"
4040
},
4141
"devDependencies": {
4242
"@spectrum-css/actiongroup": "workspace:^",

components/actiongroup/stories/actiongroup.stories.js

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
3737
"@spectrum-css/menu": ">=8.0.0-next.0",
3838
"@spectrum-css/popover": ">=8.0.0-next.0",
39-
"@spectrum-css/tokens": ">=14.0.0-next.10"
39+
"@spectrum-css/tokens": ">=14.0.0-next.0"
4040
},
4141
"devDependencies": {
4242
"@spectrum-css/actionbutton": "workspace:^",

components/alertbanner/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/button": ">=14.0.0-s2-foundations.0",
36-
"@spectrum-css/closebutton": ">=6.0.0-s2-foundations.0",
35+
"@spectrum-css/button": ">=14.0.0-next.0",
36+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
3737
"@spectrum-css/divider": ">=4.0.0-s2-foundations.0",
3838
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
3939
"@spectrum-css/tokens": ">=14.0.0-next.11"

components/alertdialog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/divider": ">=4.0.0-s2-foundations.0",
3737
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
3838
"@spectrum-css/modal": ">=5.1.1-next.0",
39-
"@spectrum-css/tokens": ">=14.0.0-next.10",
39+
"@spectrum-css/tokens": ">=14.0.0-next.0",
4040
"@spectrum-css/underlay": ">=4.1.1-next.0"
4141
},
4242
"peerDependenciesMeta": {

components/asset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.10"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/buttongroup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/button": ">=14.0.0-s2-foundations.0",
35+
"@spectrum-css/button": ">=14.0.0-next.0",
3636
"@spectrum-css/tokens": ">=14.0.0-next.10"
3737
},
3838
"devDependencies": {

components/coachindicator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/coachmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"peerDependencies": {
3535
"@spectrum-css/actionbutton": ">=7.0.0-s2-foundations.0",
3636
"@spectrum-css/actionmenu": ">=7.0.0-next.0",
37-
"@spectrum-css/button": ">=14.0.0-s2-foundations.0",
37+
"@spectrum-css/button": ">=14.0.0-next.0",
3838
"@spectrum-css/buttongroup": ">=7.0.0-next.4",
3939
"@spectrum-css/menu": ">=8.0.0-next.0",
4040
"@spectrum-css/popover": ">=8.0.0-next.0",
41-
"@spectrum-css/tokens": ">=14.0.0-next.10"
41+
"@spectrum-css/tokens": ">=14.0.0-next.0"
4242
},
4343
"peerDependenciesMeta": {
4444
"@spectrum-css/button": {

components/colorarea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"peerDependencies": {
3535
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
36-
"@spectrum-css/tokens": ">=14.0.0-next.10"
36+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3737
},
3838
"devDependencies": {
3939
"@spectrum-css/colorhandle": "workspace:^",

components/colorhandle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
3636
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
37-
"@spectrum-css/tokens": ">=14.0.0-next.10"
37+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3838
},
3939
"peerDependenciesMeta": {
4040
"@spectrum-css/colorloupe": {

components/colorloupe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.10"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/colorslider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
3636
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
37-
"@spectrum-css/tokens": ">=14.0.0-next.10"
37+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/colorhandle": "workspace:^",

components/colorwheel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@spectrum-css/colorarea": ">=6.0.0-next.0",
3636
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
3737
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
38-
"@spectrum-css/tokens": ">=14.0.0-next.10"
38+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3939
},
4040
"peerDependenciesMeta": {
4141
"@spectrum-css/colorarea": {

components/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"main": "index.css",
2525
"peerDependencies": {
26-
"@spectrum-css/tokens": ">=14.0.0-next.3"
26+
"@spectrum-css/tokens": ">=14.0.0-next.0"
2727
},
2828
"devDependencies": {
2929
"@spectrum-css/tokens": "workspace:^"

components/contextualhelp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@spectrum-css/actionbutton": ">=7.0.0-s2-foundations.0",
3636
"@spectrum-css/link": ">=6.0.0-s2-foundations.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
"peerDependenciesMeta": {
4141
"@spectrum-css/link": {

components/dial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/dialog/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35+
"@spectrum-css/buttongroup": ">=7.0.0-next.0",
3536
"@spectrum-css/checkbox": ">=10.0.0-s2-foundations.0",
36-
"@spectrum-css/closebutton": ">=6.0.0-s2-foundations.0",
37+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
3738
"@spectrum-css/modal": ">=5.1.1-next.0",
3839
"@spectrum-css/tokens": ">=14.0.0-next.10",
3940
"@spectrum-css/typography": ">=7.0.0-s2-foundations.0",

components/divider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/floatingactionbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"metadata/*"
3434
],
3535
"peerDependencies": {
36-
"@spectrum-css/tokens": ">=14.0.0-next.3"
36+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3737
},
3838
"devDependencies": {
3939
"@spectrum-css/tokens": "workspace:^"

components/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=15.0.0-s2-foundations.0"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=15.0.0-s2-foundations.0"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/inlinealert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/button": ">=14.0.0-s2-foundations.0",
35+
"@spectrum-css/button": ">=14.0.0-next.0",
3636
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
3737
"@spectrum-css/tokens": ">=14.0.0-next.3"
3838
},

components/link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/logicbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/commons": "workspace:^"

components/meter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/progressbar": ">=5.0.0-s2-foundations.0",
36-
"@spectrum-css/tokens": ">=15.0.0-s2-foundations.0"
35+
"@spectrum-css/progressbar": ">=5.0.0-next.0",
36+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3737
},
3838
"devDependencies": {
3939
"@spectrum-css/progressbar": "workspace:^",

components/modal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.10"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/opacitycheckerboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.10"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"peerDependencies": {
3535
"@spectrum-css/actionbutton": ">=7.0.0-s2-foundations.0",
36-
"@spectrum-css/button": ">=14.0.0-s2-foundations.0",
36+
"@spectrum-css/button": ">=14.0.0-next.0",
3737
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
3838
"@spectrum-css/textfield": ">=8.0.0-s2-foundations.0",
3939
"@spectrum-css/tokens": ">=14.0.0-next.3"

components/pickerbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
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/icon": "workspace:^",

components/popover/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/dialog": ">=11.0.0-next.0",
3737
"@spectrum-css/divider": ">=4.0.0-s2-foundations.0",
3838
"@spectrum-css/menu": ">=8.0.0-next.0",
39-
"@spectrum-css/tokens": ">=14.0.0-next.10"
39+
"@spectrum-css/tokens": ">=14.0.0-next.0"
4040
},
4141
"peerDependenciesMeta": {
4242
"@spectrum-css/divider": {

components/progressbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/fieldlabel": ">=9.0.0-s2-foundations.0",
35+
"@spectrum-css/fieldlabel": ">=8.0.0-next.0",
3636
"@spectrum-css/tokens": ">=14.0.0-next.6"
3737
},
3838
"peerDependenciesMeta": {

components/progressbar/stories/progressbar.stories.js

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export default {
9999
packageJson,
100100
metadata,
101101
},
102-
decorators: [],
103102
tags: ["migrated"],
104103
};
105104

components/progresscircle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/splitview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/statuslight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

components/swatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"peerDependencies": {
3535
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
36-
"@spectrum-css/tokens": ">=14.0.0-next.10"
36+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3737
},
3838
"devDependencies": {
3939
"@spectrum-css/opacitycheckerboard": "workspace:^",

components/swatchgroup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"peerDependencies": {
3535
"@spectrum-css/swatch": ">=7.0.0-next.0",
36-
"@spectrum-css/tokens": ">=14.0.0-next.10"
36+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3737
},
3838
"devDependencies": {
3939
"@spectrum-css/swatch": "workspace:^",

components/switch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/tokens": ">=14.0.0-next.3"
35+
"@spectrum-css/tokens": ">=14.0.0-next.0"
3636
},
3737
"devDependencies": {
3838
"@spectrum-css/tokens": "workspace:^"

0 commit comments

Comments
 (0)