Skip to content

Commit d6c4c39

Browse files
committed
Update starters
1 parent bd372d4 commit d6c4c39

File tree

7 files changed

+1383
-1379
lines changed

7 files changed

+1383
-1379
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ s2-docs-production:
164164
DOCS_ENV=prod PUBLIC_URL=/ $(MAKE) build-s2-docs
165165
cp packages/dev/docs/pages/robots.txt dist/s2-docs/react-aria/robots.txt
166166
cp packages/dev/docs/pages/robots.txt dist/s2-docs/s2/robots.txt
167+
cd starters/docs && yarn install --no-immutable && yarn up react-aria-components
168+
cd starters/tailwind && yarn install --no-immutable && yarn up react-aria-components tailwindcss-react-aria-components
167169
$(MAKE) build-starters
168170

169171
build-s2-docs:
32.7 KB
Binary file not shown.

starters/docs/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.1",
44
"private": true,
55
"packageManager": "yarn@4.2.2",
6-
"browserslist": ["last 2 Chrome versions, last 2 Safari versions, last 2 Firefox versions, last 2 Edge versions"],
6+
"browserslist": [
7+
"last 2 Chrome versions, last 2 Safari versions, last 2 Firefox versions, last 2 Edge versions"
8+
],
79
"scripts": {
810
"storybook": "storybook dev -p 6006",
911
"build-storybook": "storybook build"
@@ -26,7 +28,7 @@
2628
"lightningcss-loader": "^2.1.0",
2729
"lucide-react": "^0.517.0",
2830
"react": "^19.1.0",
29-
"react-aria-components": "^1.13.0",
31+
"react-aria-components": "^1.14.0",
3032
"react-dom": "^19.1.0",
3133
"storybook": "^8.6.14",
3234
"storybook-dark-mode": "^4.0.2",

0 commit comments

Comments
 (0)