Skip to content

Commit 05d2c60

Browse files
committed
feat: start v10
1 parent b88919e commit 05d2c60

File tree

23 files changed

+1172
-1075
lines changed

23 files changed

+1172
-1075
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set node version
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22.18.0
25+
node-version: 24
2626

2727
- name: Install
2828
shell: 'bash'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set node version
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22.18.0
19+
node-version: 24
2020
- name: install and compile
2121
run: yarn
2222
- name: build

.yarn/releases/yarn-4.1.0.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
]
4545
},
4646
"engines": {
47-
"node": ">=18.0"
47+
"node": ">=22.18.0"
4848
}
4949
}

examples/expo-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@storybook/addon-ondevice-notes": "^9.1.1",
3535
"@storybook/addon-react-native-server": "^1.0.0",
3636
"@storybook/global": "^5.0.0",
37-
"@storybook/react": "^9.1.2",
37+
"@storybook/react": "10.0.0-beta.0",
3838
"@storybook/react-native": "^9.1.1",
3939
"@storybook/react-native-theming": "^9.1.1",
4040
"@storybook/react-native-ui-lite": "^9.1.1",
41-
"@storybook/react-native-web-vite": "^9.1.2",
41+
"@storybook/react-native-web-vite": "10.0.0-beta.0",
4242
"babel-plugin-react-compiler": "^19.1.0-rc.2",
4343
"expo": "next",
4444
"react": "19.1.0",
@@ -51,7 +51,7 @@
5151
"react-native-svg": "15.12.1",
5252
"react-native-web": "^0.21.0",
5353
"react-native-worklets": "^0.4.1",
54-
"storybook": "^9.1.2",
54+
"storybook": "10.0.0-beta.0",
5555
"storybook-addon-deep-controls": "^0.9.3",
5656
"ws": "^8.18.0"
5757
},

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@
6767
"@types/markdown-it": "^14.0.1"
6868
},
6969
"engines": {
70-
"node": ">=16",
71-
"yarn": ">=1.3.2"
70+
"node": ">=22.18.0"
7271
},
7372
"collective": {
7473
"type": "opencollective",
7574
"url": "https://opencollective.com/storybook"
7675
},
77-
"packageManager": "yarn@4.1.0"
76+
"packageManager": "yarn@4.9.2"
7877
}

packages/ondevice-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"react": "*",
3838
"react-native": "*",
39-
"storybook": ">=9"
39+
"storybook": ">=10 || 10.0.0-beta.0 || ^10"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/ondevice-backgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"peerDependencies": {
4141
"react": "*",
4242
"react-native": "*",
43-
"storybook": ">=9"
43+
"storybook": ">=10 || 10.0.0-beta.0 || ^10"
4444
},
4545
"publishConfig": {
4646
"access": "public"

0 commit comments

Comments
 (0)