Skip to content

Commit e27f213

Browse files
committed
chore: update dependencies
1 parent 068b059 commit e27f213

File tree

8 files changed

+3942
-5978
lines changed

8 files changed

+3942
-5978
lines changed

examples/expo/app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"edgeToEdgeEnabled": true
2020
},
2121
"web": {
22-
"bundler": "metro",
2322
"output": "static",
2423
"favicon": "./assets/images/favicon.png"
2524
},

examples/expo/metro.config.js

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

examples/expo/package.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,24 @@
1111
},
1212
"dependencies": {
1313
"@composify/react": "workspace:*",
14-
"@react-navigation/native": "7.1.17",
15-
"expo": "53.0.20",
16-
"expo-router": "5.1.4",
17-
"expo-splash-screen": "0.30.10",
18-
"expo-status-bar": "2.2.3",
19-
"react": "19.0.0",
20-
"react-dom": "19.0.0",
21-
"react-native": "0.79.5",
22-
"react-native-web": "0.20.0"
14+
"@react-navigation/bottom-tabs": "7.4.9",
15+
"@react-navigation/elements": "2.6.5",
16+
"@react-navigation/native": "7.1.18",
17+
"expo": "54.0.13",
18+
"expo-constants": "18.0.9",
19+
"expo-linking": "8.0.8",
20+
"expo-router": "6.0.12",
21+
"expo-splash-screen": "31.0.10",
22+
"expo-status-bar": "3.0.8",
23+
"react": "19.1.0",
24+
"react-dom": "19.1.0",
25+
"react-native": "0.81.4",
26+
"react-native-screens": "4.16.0",
27+
"react-native-web": "0.21.0"
2328
},
2429
"devDependencies": {
25-
"@babel/core": "7.26.0",
26-
"@expo/webpack-config": "19.0.1",
27-
"@types/react": "19.1.8",
28-
"typescript": "5.9.2"
30+
"@types/react": "19.1.10",
31+
"typescript": "5.9.3"
2932
},
3033
"private": true
3134
}

examples/nextjs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"dependencies": {
1212
"@composify/react": "workspace:*",
13-
"react": "19.1.0",
14-
"react-dom": "19.1.0",
13+
"react": "19.2.0",
14+
"react-dom": "19.2.0",
1515
"next": "15.4.6"
1616
},
1717
"devDependencies": {
18-
"@tailwindcss/postcss": "4.1.11",
19-
"@types/node": "24.0.14",
20-
"@types/react": "19.1.8",
21-
"@types/react-dom": "19.1.6",
22-
"tailwindcss": "4.1.11",
23-
"typescript": "5.9.2"
18+
"@tailwindcss/postcss": "4.1.14",
19+
"@types/node": "24.8.1",
20+
"@types/react": "19.2.2",
21+
"@types/react-dom": "19.2.2",
22+
"tailwindcss": "4.1.14",
23+
"typescript": "5.9.3"
2424
}
2525
}

examples/react-router/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"dependencies": {
1212
"@composify/react": "workspace:*",
13-
"@react-router/node": "7.8.0",
14-
"@react-router/serve": "7.8.0",
15-
"isbot": "5.1.29",
16-
"react": "19.1.0",
17-
"react-dom": "19.1.0",
18-
"react-router": "7.8.0"
13+
"@react-router/node": "7.9.4",
14+
"@react-router/serve": "7.9.4",
15+
"isbot": "5.1.31",
16+
"react": "19.2.0",
17+
"react-dom": "19.2.0",
18+
"react-router": "7.9.4"
1919
},
2020
"devDependencies": {
21-
"@react-router/dev": "7.8.0",
22-
"@tailwindcss/vite": "4.1.11",
23-
"@types/node": "24.0.14",
24-
"@types/react": "19.1.8",
25-
"@types/react-dom": "19.1.6",
26-
"tailwindcss": "4.1.11",
27-
"typescript": "5.9.2",
28-
"vite": "7.1.1",
21+
"@react-router/dev": "7.9.4",
22+
"@tailwindcss/vite": "4.1.14",
23+
"@types/node": "24.8.1",
24+
"@types/react": "19.2.2",
25+
"@types/react-dom": "19.2.2",
26+
"tailwindcss": "4.1.14",
27+
"typescript": "5.9.3",
28+
"vite": "7.1.10",
2929
"vite-tsconfig-paths": "5.1.4"
3030
}
3131
}

packages/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"@composify/react": "workspace:*",
1313
"clsx": "2.1.1",
1414
"css-box-model": "1.2.1",
15-
"react": "19.1.0",
16-
"react-dom": "19.1.0",
15+
"react": "19.2.0",
16+
"react-dom": "19.2.0",
1717
"vocs": "1.0.13"
1818
},
1919
"devDependencies": {
20-
"@types/react": "19.1.8",
21-
"@types/react-dom": "19.1.6",
22-
"typescript": "5.9.2"
20+
"@types/react": "19.2.2",
21+
"@types/react-dom": "19.2.2",
22+
"typescript": "5.9.3"
2323
}
2424
}

packages/react/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@
7373
"acorn": "8.15.0",
7474
"acorn-jsx": "5.3.2",
7575
"css-box-model": "1.2.1",
76-
"es-toolkit": "1.39.8",
76+
"es-toolkit": "1.40.0",
7777
"react-dnd": "16.0.1",
7878
"react-dnd-html5-backend": "16.0.1",
7979
"react-element-to-jsx-string": "17.0.1"
8080
},
8181
"devDependencies": {
82-
"@ladle/react": "5.0.3",
82+
"@ladle/react": "5.1.0",
8383
"@testing-library/react": "16.3.0",
84-
"@types/react": "19.1.8",
85-
"@types/react-dom": "19.1.6",
84+
"@types/react": "19.2.2",
85+
"@types/react-dom": "19.2.2",
8686
"prettier": "3.6.2",
87-
"react": "19.1.0",
88-
"react-dom": "19.1.0",
89-
"typescript": "5.9.2"
87+
"react": "19.2.0",
88+
"react-dom": "19.2.0",
89+
"typescript": "5.9.3"
9090
},
9191
"peerDependencies": {
9292
"prettier": "*",

0 commit comments

Comments
 (0)