Skip to content

Commit 100b738

Browse files
committed
chore: resolve duplicated react version issue in expo example
1 parent fd93b8c commit 100b738

File tree

3 files changed

+833
-736
lines changed

3 files changed

+833
-736
lines changed

examples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "expo lint"
1111
},
1212
"dependencies": {
13-
"@composify/react": "workspace:*",
13+
"@composify/react": "0.2.0",
1414
"@react-navigation/bottom-tabs": "7.4.9",
1515
"@react-navigation/elements": "2.6.5",
1616
"@react-navigation/native": "7.1.18",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"author": "Injung Chung <injung.chung@gmail.com>",
1313
"devDependencies": {
14-
"@biomejs/biome": "2.2.5",
14+
"@biomejs/biome": "2.3.0",
1515
"@types/jest": "30.0.0",
1616
"jest": "30.0.4",
1717
"jest-environment-jsdom": "30.0.4",
1818
"tsup": "8.5.0",
1919
"ts-jest": "29.4.0",
20-
"typescript": "5.9.2"
20+
"typescript": "5.9.3"
2121
}
2222
}

0 commit comments

Comments
 (0)