File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ starter:
121
121
mkdir -p ../react-aria-starter
122
122
mkdir -p starters/docs/dist
123
123
cp -r starters/docs ../react-aria-starter
124
- cd ../react-aria-starter/docs && yarn --no-immutable && yarn up react-aria-components --latest && yarn tsc
124
+ cd ../react-aria-starter/docs && yarn --no-immutable && yarn upgrade --latest react-aria-components && yarn tsc
125
125
cp -r docs/dist/ ../starters/docs/dist
126
126
cd ../starters/docs
127
127
@@ -137,7 +137,7 @@ tailwind-starter:
137
137
mkdir -p ../react-aria-tailwind-starter
138
138
mkdir -p starters/tailwind/dist
139
139
cp -r starters/tailwind ../react-aria-tailwind-starter
140
- cd ../react-aria-tailwind-starter && yarn --no-immutable && yarn up react-aria-components --latest && yarn tsc
140
+ cd ../react-aria-tailwind-starter && yarn --no-immutable && yarn upgrade --latest react-aria-components tailwindcss-react-aria-components && yarn tsc
141
141
cp -r tailwind/dist/ ../starters/tailwind/dist
142
142
cd ../starters/tailwind
143
143
Original file line number Diff line number Diff line change 22
22
"storybook" : " ^8.6.14" ,
23
23
"tailwindcss" : " ^4.0.0" ,
24
24
"tailwindcss-animate" : " ^1.0.7" ,
25
- "tailwindcss-react-aria-components" : " ^1.0.0 " ,
25
+ "tailwindcss-react-aria-components" : " latest " ,
26
26
"typescript" : " 5.3.3" ,
27
27
"vite" : " ^5.0.10"
28
28
},
You can’t perform that action at this time.
0 commit comments