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
12 changes: 6 additions & 6 deletions packages/@adobe/react-spectrum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/react-spectrum",
"version": "3.47.2",
"version": "3.47.3",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "./dist/exports/index.cjs",
Expand Down Expand Up @@ -52,16 +52,16 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@internationalized/date": "^3.12.2",
"@react-types/shared": "^3.36.0",
"@internationalized/date": "^3.12.3",
"@react-types/shared": "^3.36.1",
"@spectrum-icons/ui": "^3.7.1",
"@spectrum-icons/workflow": "^4.3.1",
"@swc/helpers": "^0.5.0",
"client-only": "^0.0.1",
"clsx": "^2.0.0",
"react-aria": "3.50.0",
"react-aria-components": "1.19.0",
"react-stately": "3.48.0",
"react-aria": "3.51.0",
"react-aria-components": "1.20.0",
"react-stately": "3.49.0",
"react-transition-group": "^4.4.5",
"use-sync-external-store": "^1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@internationalized/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internationalized/date",
"version": "3.12.2",
"version": "3.12.3",
"description": "Internationalized calendar, date, and time manipulation utilities",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@internationalized/string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internationalized/string",
"version": "3.2.9",
"version": "3.2.10",
"description": "Internationalized string formatting and locale negotiation",
"license": "Apache-2.0",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions packages/@react-spectrum/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spectrum/ai",
"version": "0.1.1",
"version": "0.2.0",
"description": "Spectrum 2 UI AI components in React",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -45,13 +45,13 @@
"postpack": "git checkout -- package.json"
},
"dependencies": {
"@internationalized/date": "^3.12.2",
"@internationalized/date": "^3.12.3",
"@internationalized/number": "^3.6.7",
"@react-spectrum/s2": "1.5.1",
"@react-types/shared": "^3.36.0",
"react-aria": "3.50.0",
"react-aria-components": "1.19.0",
"react-stately": "3.48.0"
"@react-spectrum/s2": "1.6.0",
"@react-types/shared": "^3.36.1",
"react-aria": "3.51.0",
"react-aria-components": "1.20.0",
"react-stately": "3.49.0"
},
"devDependencies": {
"@react-aria/test-utils": "^1.0.0-alpha.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-spectrum/filetrigger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spectrum/filetrigger",
"version": "3.1.2",
"version": "3.1.3",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@swc/helpers": "^0.5.0",
"react-aria-components": "1.19.0"
"react-aria-components": "1.20.0"
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/@react-spectrum/s2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spectrum/s2",
"version": "1.5.1",
"version": "1.6.0",
"description": "Spectrum 2 UI components in React",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -85,13 +85,13 @@
"postpack": "git checkout -- package.json"
},
"dependencies": {
"@internationalized/date": "^3.12.2",
"@internationalized/date": "^3.12.3",
"@internationalized/number": "^3.6.7",
"@parcel/macros": "^2.16.3",
"@react-types/shared": "^3.36.0",
"react-aria": "3.50.0",
"react-aria-components": "1.19.0",
"react-stately": "3.48.0"
"@react-types/shared": "^3.36.1",
"react-aria": "3.51.0",
"react-aria-components": "1.20.0",
"react-stately": "3.49.0"
},
"devDependencies": {
"@adobe/spectrum-tokens": "14.0.0",
Expand Down
Loading
Loading