Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 0 additions & 1 deletion packages/@react-spectrum/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/@react-spectrum/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/@react-spectrum/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1"
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

probably don't need this one anymore either

Copy link
Copy Markdown
Member Author

@snowystinger snowystinger Mar 20, 2026

Choose a reason for hiding this comment

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

yeah, I was mulling that one over, I'll go ahead and remove it
hooray for simplifying our constraints!

Copy link
Copy Markdown
Member Author

@snowystinger snowystinger Mar 20, 2026

Choose a reason for hiding this comment

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

probably don't even need the dependency on react for them either....
eh, then i think they'll get made that they aren't providing the peer that the mono package requires, nevermind

},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/@react-spectrum/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1"
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
Expand Down
1 change: 0 additions & 1 deletion packages/@react-spectrum/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/@react-spectrum/numberfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1"
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/@react-spectrum/searchfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1"
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
Expand Down
1 change: 0 additions & 1 deletion packages/@react-spectrum/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1",
"@types/use-sync-external-store": "^0.0.3"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/dev/s2-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"@react-spectrum/s2": "^1.0.0",
"@react-spectrum/utils": "^3.12.6",
"@react-types/shared": "^3.30.0",
"emojibase-data": "^16.0.3",
"emojibase": "^17.0.0",
"emojibase-data": "^17.0.0",
"fast-glob": "^3.3.3",
"globals-docs": "^2.4.1",
"gray-matter": "^4.0.3",
Expand Down
26 changes: 14 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6648,7 +6648,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
react-dom: "npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
peerDependencies:
Expand Down Expand Up @@ -6680,6 +6679,7 @@ __metadata:
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
peerDependencies:
"@react-spectrum/provider": ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
languageName: unknown
Expand Down Expand Up @@ -6790,7 +6790,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
Expand All @@ -6804,7 +6803,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
Expand Down Expand Up @@ -6885,7 +6883,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
react-dom: "npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
peerDependencies:
Expand Down Expand Up @@ -7104,7 +7101,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
Expand Down Expand Up @@ -7214,7 +7210,8 @@ __metadata:
"@react-spectrum/utils": "npm:^3.12.6"
"@react-types/shared": "npm:^3.30.0"
axe-playwright: "npm:^2.2.2"
emojibase-data: "npm:^16.0.3"
emojibase: "npm:^17.0.0"
emojibase-data: "npm:^17.0.0"
fast-glob: "npm:^3.3.3"
globals-docs: "npm:^2.4.1"
gray-matter: "npm:^4.0.3"
Expand Down Expand Up @@ -7297,7 +7294,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
Expand Down Expand Up @@ -7547,7 +7543,6 @@ __metadata:
dependencies:
"@adobe/react-spectrum": "npm:^3.46.2"
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
"@swc/helpers": "npm:^0.5.0"
"@types/use-sync-external-store": "npm:^0.0.3"
peerDependencies:
Expand Down Expand Up @@ -14855,12 +14850,19 @@ __metadata:
languageName: node
linkType: hard

"emojibase-data@npm:^16.0.3":
version: 16.0.3
resolution: "emojibase-data@npm:16.0.3"
"emojibase-data@npm:^17.0.0":
version: 17.0.0
resolution: "emojibase-data@npm:17.0.0"
peerDependencies:
emojibase: "*"
checksum: 10c0/d82520917c2ec326e737da9c5a57472e41a719777fa4770b52b75f0568791613fc94829898831c7b3fff1528134de01019cdf34e571d214fee19e40950d68b7f
checksum: 10c0/c1373438ac52e943a7953ce2315c0da4e29a6552a0ee9ae18a22dbf824a6b428d25655c55e2e48c69900358052408496807cdf7af12a43a0a1b39fb369cbf4a0
languageName: node
linkType: hard

"emojibase@npm:^17.0.0":
version: 17.0.0
resolution: "emojibase@npm:17.0.0"
checksum: 10c0/d37435b77f12e3c45d06fc09753fd7dd6b44e757cfaa96b64b72257109aa8166773e19c1eb18c21a06e5b8c50462cb279dca83510724673f505a6f0d6e7dc90f
languageName: node
linkType: hard

Expand Down
Loading