Skip to content

Commit

Permalink
fix: create command template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akash3gtm committed Jan 10, 2025
1 parent 19cefc4 commit 20c11ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/templates/expo-router-with-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@expo/metro-runtime": "~3.2.1",
"@expo/vector-icons": "^14.0.0",
"@gluestack-ui/divider": "^0.1.8",
"@gluestack-ui/nativewind-utils": "^1.0.20",
"@gluestack-ui/nativewind-utils": "1.0.20",
"@gluestack-ui/overlay": "^0.1.14",
"@gluestack-ui/toast": "^1.0.4",
"@react-navigation/native": "^6.0.2",
Expand All @@ -30,7 +30,7 @@
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-web-browser": "~13.0.3",
"nativewind": "^4.0.36",
"nativewind": "4.0.36",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/expo-with-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@gluestack-ui/nativewind-utils": "^1.0.20",
"@gluestack-ui/nativewind-utils": "1.0.20",
"@gluestack-ui/overlay": "^0.1.14",
"@gluestack-ui/toast": "^1.0.4",
"expo": "~51.0.8",
"expo-status-bar": "~1.12.1",
"nativewind": "^4.0.36",
"nativewind": "4.0.36",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/next-app-router-with-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@gluestack-ui/nativewind-utils": "latest",
"@gluestack-ui/nativewind-utils": "1.0.20",
"@gluestack-ui/overlay": "^0.1.14",
"@gluestack-ui/toast": "^1.0.4",
"@gluestack/ui-next-adapter": "^2.1.11",
"nativewind": "^4.0.36",
"nativewind": "4.0.36",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/next-page-router-with-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@gluestack-ui/nativewind-utils": "latest",
"@gluestack-ui/nativewind-utils": "1.0.20",
"@gluestack-ui/overlay": "^0.1.14",
"@gluestack-ui/toast": "^1.0.4",
"@gluestack/ui-next-adapter": "^2.1.11",
"nativewind": "^4.0.36",
"nativewind": "4.0.36",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/reactNativeWithNativeWind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"test": "jest"
},
"dependencies": {
"@gluestack-ui/nativewind-utils": "latest",
"@gluestack-ui/nativewind-utils": "1.0.20",
"@gluestack-ui/overlay": "^0.1.14",
"@gluestack-ui/toast": "^1.0.4",
"nativewind": "^4.0.36",
"nativewind": "4.0.36",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-reanimated": "^3.8.1",
Expand Down

0 comments on commit 20c11ec

Please sign in to comment.