We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd93b8c commit 100b738Copy full SHA for 100b738
examples/expo/package.json
@@ -10,7 +10,7 @@
10
"lint": "expo lint"
11
},
12
"dependencies": {
13
- "@composify/react": "workspace:*",
+ "@composify/react": "0.2.0",
14
"@react-navigation/bottom-tabs": "7.4.9",
15
"@react-navigation/elements": "2.6.5",
16
"@react-navigation/native": "7.1.18",
package.json
@@ -11,12 +11,12 @@
"author": "Injung Chung <injung.chung@gmail.com>",
"devDependencies": {
- "@biomejs/biome": "2.2.5",
+ "@biomejs/biome": "2.3.0",
"@types/jest": "30.0.0",
"jest": "30.0.4",
17
"jest-environment-jsdom": "30.0.4",
18
"tsup": "8.5.0",
19
"ts-jest": "29.4.0",
20
- "typescript": "5.9.2"
+ "typescript": "5.9.3"
21
}
22
0 commit comments