Skip to content
Open
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
47 changes: 24 additions & 23 deletions packages/react-aria-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,27 @@
"version": "1.19.0",
"description": "A library of styleable components built using React Aria",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
},
"source": "exports/index.ts",
"files": [
"*",
"!docs/**",
"!example/**",
"!exports/**",
"!intl/**",
"!src/**",
"!stories/**",
"!test/**"
],
"sideEffects": [
"*.css"
],
"main": "./dist/exports/index.cjs",
"module": "./dist/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
"source": "exports/index.ts",
"exports": {
".": {
"source": "./exports/index.ts",
Expand All @@ -33,40 +50,24 @@
},
"./private/*": null
},
"files": [
"*",
"!docs/**",
"!example/**",
"!exports/**",
"!intl/**",
"!src/**",
"!stories/**",
"!test/**"
],
"sideEffects": [
"*.css"
],
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
"publishConfig": {
"access": "public"
},
"dependencies": {
"@internationalized/date": "^3.12.2",
"@internationalized/string": "^3.2.9",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is the only changed line, yarn decided to reorganize

"@react-types/shared": "^3.36.0",
"@swc/helpers": "^0.5.0",
"client-only": "^0.0.1",
"react-aria": "3.50.0",
"react-stately": "3.48.0"
},
"peerDependencies": {
"devDependencies": {
"@tailwindcss/postcss": "^4.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"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"peerDependencies": {
"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
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26402,6 +26402,7 @@ __metadata:
resolution: "react-aria-components@workspace:packages/react-aria-components"
dependencies:
"@internationalized/date": "npm:^3.12.2"
"@internationalized/string": "npm:^3.2.9"
"@react-types/shared": "npm:^3.36.0"
"@swc/helpers": "npm:^0.5.0"
"@tailwindcss/postcss": "npm:^4.0.0"
Expand Down