Skip to content

Commit ef9293b

Browse files
authored
Merge pull request #1 from Algodons/copilot/fix-dependency-version-mismatch
2 parents b131204 + 95648f5 commit ef9293b

57 files changed

Lines changed: 36898 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name": "algodon-desktop",
33
"version": "1.0.0",
44
"description": "ALGODON Desktop Application",

mobile/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name": "algodon-mobile",
33
"version": "1.0.0",
44
"main": "expo-router/entry",
@@ -17,6 +17,7 @@
1717
"expo": "~50.0.0",
1818
"expo-router": "~3.4.0",
1919
"react": "18.2.0",
20+
"react-dom": "18.2.0",
2021
"react-native": "0.73.0",
2122
"react-native-screens": "~3.29.0",
2223
"react-native-safe-area-context": "4.8.2",
@@ -42,7 +43,7 @@
4243
"nativewind": "^2.0.11",
4344
"react-native-reanimated": "~3.6.0",
4445
"react-native-gesture-handler": "~2.14.0",
45-
"@clerk/clerk-expo": "^1.0.0",
46+
"@clerk/clerk-expo": "^2.19.22",
4647
"date-fns": "^3.0.0"
4748
},
4849
"devDependencies": {

0 commit comments

Comments
 (0)