Skip to content

Commit cc101c6

Browse files
committed
chore: update dependencies
1 parent b254c29 commit cc101c6

File tree

7 files changed

+1218
-1248
lines changed

7 files changed

+1218
-1248
lines changed

examples/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "expo lint"
1111
},
1212
"dependencies": {
13-
"@composify/react": "0.2.0",
13+
"@composify/react": "workspace:*",
1414
"@react-navigation/bottom-tabs": "7.4.9",
1515
"@react-navigation/elements": "2.6.5",
1616
"@react-navigation/native": "7.1.18",
@@ -27,7 +27,7 @@
2727
"react-native-web": "0.21.0"
2828
},
2929
"devDependencies": {
30-
"@types/react": "19.1.10",
30+
"@types/react": "19.1.17",
3131
"typescript": "5.9.3"
3232
},
3333
"private": true

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@composify/react": "workspace:*",
13-
"react": "19.2.0",
14-
"react-dom": "19.2.0",
13+
"react": "19.1.0",
14+
"react-dom": "19.1.0",
1515
"next": "15.4.6"
1616
},
1717
"devDependencies": {
1818
"@tailwindcss/postcss": "4.1.14",
1919
"@types/node": "24.8.1",
20-
"@types/react": "19.2.2",
21-
"@types/react-dom": "19.2.2",
20+
"@types/react": "19.1.17",
21+
"@types/react-dom": "19.1.11",
2222
"tailwindcss": "4.1.14",
2323
"typescript": "5.9.3"
2424
}

examples/react-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"@react-router/node": "7.9.4",
1414
"@react-router/serve": "7.9.4",
1515
"isbot": "5.1.31",
16-
"react": "19.2.0",
17-
"react-dom": "19.2.0",
16+
"react": "19.1.0",
17+
"react-dom": "19.1.0",
1818
"react-router": "7.9.4"
1919
},
2020
"devDependencies": {
2121
"@react-router/dev": "7.9.4",
2222
"@tailwindcss/vite": "4.1.14",
2323
"@types/node": "24.8.1",
24-
"@types/react": "19.2.2",
25-
"@types/react-dom": "19.2.2",
24+
"@types/react": "19.1.17",
25+
"@types/react-dom": "19.1.11",
2626
"tailwindcss": "4.1.14",
2727
"typescript": "5.9.3",
2828
"vite": "7.1.10",

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.2.0",
16-
"react-dom": "19.2.0",
17-
"vocs": "1.0.13"
15+
"react": "19.1.0",
16+
"react-dom": "19.1.0",
17+
"vocs": "1.1.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "19.2.2",
21-
"@types/react-dom": "19.2.2",
20+
"@types/react": "19.1.17",
21+
"@types/react-dom": "19.1.11",
2222
"typescript": "5.9.3"
2323
}
2424
}
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: minimal
3-
authors:
3+
authors:
44
- "[injung](https://github.com/mu29)"
55
date: 2025-10-26
66
---
@@ -9,5 +9,4 @@ date: 2025-10-26
99

1010
::authors
1111

12-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
13-
12+
We are very happy to introduce Composify, an open-source visual page builder that works with your own components.

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
"devDependencies": {
8282
"@ladle/react": "5.1.0",
8383
"@testing-library/react": "16.3.0",
84-
"@types/react": "19.2.2",
85-
"@types/react-dom": "19.2.2",
84+
"@types/react": "19.1.17",
85+
"@types/react-dom": "19.1.11",
8686
"prettier": "3.6.2",
87-
"react": "19.2.0",
88-
"react-dom": "19.2.0",
87+
"react": "19.1.0",
88+
"react-dom": "19.1.0",
8989
"typescript": "5.9.3"
9090
},
9191
"peerDependencies": {

0 commit comments

Comments
 (0)