Skip to content
Merged
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
6 changes: 3 additions & 3 deletions 1st-gen/packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L76-L76 v.s. L63-L82

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-ui": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L83-L83 v.s. L63-L83

"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/action-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L72

"@spectrum-web-components/action-group": "1.9.1",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1",
"@spectrum-web-components/field-label": "1.9.1",
"@spectrum-web-components/action-group": "1.10.0",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0",
"@spectrum-web-components/field-label": "1.10.0",
"@spectrum-web-components/popover": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L73-L73 v.s. L53-L73

Expand Down
6 changes: 3 additions & 3 deletions 1st-gen/packages/action-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L72

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-ui": "1.10.0",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L73-L73 v.s. L53-L73

"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/action-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L72

"@lit-labs/observers": "2.0.2",
"@spectrum-web-components/action-button": "1.9.1",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/reactive-controllers": "1.9.1"
"@spectrum-web-components/action-button": "1.10.0",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L73-L73 v.s. L53-L73

"customElements": "custom-elements.json",
Expand Down
10 changes: 5 additions & 5 deletions 1st-gen/packages/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L69-L69 v.s. L56-L76

"@spectrum-web-components/action-button": "1.9.1",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/action-button": "1.10.0",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/picker": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/picker": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L77-L77 v.s. L56-L77

"customElements": "custom-elements.json",
Expand Down
6 changes: 3 additions & 3 deletions 1st-gen/packages/alert-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L71

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0",
"@spectrum-web-components/core": "0.0.1",
"@spectrum-web-components/icons-workflow": "1.9.1"
"@spectrum-web-components/icons-workflow": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L72-L72 v.s. L53-L72

"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L74

"@lit-labs/observers": "2.0.2",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0",
"@spectrum-web-components/button-group": "1.10.0",
"@spectrum-web-components/divider": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L75-L75 v.s. L53-L75

"customElements": "custom-elements.json",
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L70-L70 v.s. L57-L73

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/core": "0.0.1"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L74-L74 v.s. L57-L74

Expand Down
4 changes: 2 additions & 2 deletions 1st-gen/packages/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L69

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L70-L70 v.s. L53-L70

"customElements": "custom-elements.json",
Expand Down
4 changes: 2 additions & 2 deletions 1st-gen/packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L70

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/core": "0.0.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L71-L71 v.s. L53-L71

"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L75-L75 v.s. L62-L81

"@spectrum-web-components/action-menu": "1.10.0",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/link": "1.9.1",
"@spectrum-web-components/menu": "1.9.1"
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/link": "1.10.0",
"@spectrum-web-components/menu": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L82-L82 v.s. L62-L82

"customElements": "custom-elements.json",
Expand Down
4 changes: 2 additions & 2 deletions 1st-gen/packages/button-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L69

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1"
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L70-L70 v.s. L53-L70

"customElements": "custom-elements.json",
Expand Down
6 changes: 3 additions & 3 deletions 1st-gen/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L91-L91 v.s. L78-L100

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/clear-button": "1.10.0",
"@spectrum-web-components/close-button": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-ui": "1.10.0",
"@spectrum-web-components/progress-circle": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L101-L101 v.s. L78-L101

"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L66-L66 v.s. L53-L75

"@spectrum-web-components/asset": "1.10.0",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/checkbox": "1.10.0",
"@spectrum-web-components/divider": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/popover": "1.10.0",
"@spectrum-web-components/shared": "1.9.1",
"@spectrum-web-components/styles": "1.9.1"
"@spectrum-web-components/shared": "1.10.0",
"@spectrum-web-components/styles": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L76-L76 v.s. L53-L76

"customElements": "custom-elements.json",
Expand Down
4 changes: 2 additions & 2 deletions 1st-gen/packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"css"
],
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'dependencies' should be before 'keywords'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L74-L74 v.s. L61-L79

"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-ui": "1.10.0",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <jsonc/sort-keys> reported by reviewdog 🐶
Expected object keys to be in specified order. 'types' should be before 'dependencies'.

reviewdog suggestion errorGitHub comment range and suggestion line range must be same. L80-L80 v.s. L61-L80

"customElements": "custom-elements.json",
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/clear-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1"
"@spectrum-web-components/base": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/close-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1"
"@spectrum-web-components/base": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/coachmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
],
"dependencies": {
"@spectrum-web-components/asset": "1.10.0",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0",
"@spectrum-web-components/button-group": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-ui": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
6 changes: 3 additions & 3 deletions 1st-gen/packages/color-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/color-handle": "1.10.0",
"@spectrum-web-components/opacity-checkerboard": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/color-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/color-handle": "1.10.0",
"@spectrum-web-components/textfield": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/color-handle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/color-loupe": "1.10.0",
"@spectrum-web-components/opacity-checkerboard": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/color-loupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/opacity-checkerboard": "1.10.0"
},
"types": "./src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions 1st-gen/packages/color-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/color-handle": "1.10.0",
"@spectrum-web-components/opacity-checkerboard": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
6 changes: 3 additions & 3 deletions 1st-gen/packages/color-wheel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/color-handle": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/shared": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/shared": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
10 changes: 5 additions & 5 deletions 1st-gen/packages/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"css"
],
"dependencies": {
"@spectrum-web-components/action-button": "1.9.1",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/action-button": "1.10.0",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/icon": "1.10.0",
"@spectrum-web-components/icons-ui": "1.10.0",
"@spectrum-web-components/menu": "1.9.1",
"@spectrum-web-components/overlay": "1.9.1",
"@spectrum-web-components/menu": "1.10.0",
"@spectrum-web-components/overlay": "1.10.0",
"@spectrum-web-components/picker-button": "1.10.0",
"@spectrum-web-components/popover": "1.10.0",
"@spectrum-web-components/progress-circle": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1",
"@spectrum-web-components/reactive-controllers": "1.10.0",
"@spectrum-web-components/textfield": "1.10.0"
},
"types": "./src/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions 1st-gen/packages/contextual-help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
],
"types": "./src/index.d.ts",
"dependencies": {
"@spectrum-web-components/action-button": "1.9.1",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/action-button": "1.10.0",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/dialog": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/overlay": "1.9.1",
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/overlay": "1.10.0",
"@spectrum-web-components/popover": "1.10.0",
"@spectrum-web-components/reactive-controllers": "1.9.1"
"@spectrum-web-components/reactive-controllers": "1.10.0"
},
"keywords": [
"design-system",
Expand Down
8 changes: 4 additions & 4 deletions 1st-gen/packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
],
"dependencies": {
"@spectrum-web-components/alert-dialog": "1.10.0",
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/button": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/button": "1.10.0",
"@spectrum-web-components/button-group": "1.10.0",
"@spectrum-web-components/divider": "1.10.0",
"@spectrum-web-components/icons-workflow": "1.9.1",
"@spectrum-web-components/icons-workflow": "1.10.0",
"@spectrum-web-components/modal": "1.10.0",
"@spectrum-web-components/shared": "1.9.1",
"@spectrum-web-components/shared": "1.10.0",
"@spectrum-web-components/underlay": "1.10.0"
},
"types": "./src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"types": "./src/index.d.ts",
"dependencies": {
"@spectrum-web-components/base": "1.9.1",
"@spectrum-web-components/base": "1.10.0",
"@spectrum-web-components/core": "0.0.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 1st-gen/packages/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"css"
],
"dependencies": {
"@spectrum-web-components/base": "1.9.1"
"@spectrum-web-components/base": "1.10.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
Loading
Loading