Skip to content

Commit

Permalink
Merge pull request #291 from lad-tech/update-rn
Browse files Browse the repository at this point in the history
Update rn
  • Loading branch information
vpsmolina authored Jan 16, 2025
2 parents 62d994f + 558dea2 commit 9a80004
Show file tree
Hide file tree
Showing 19 changed files with 8,178 additions and 30,802 deletions.
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
"@react-navigation/bottom-tabs": "^6.5.18",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@shopify/react-native-skia": "1.2.3",
"expo": "~51.0.34",
"expo-linking": "^6.3.1",
"expo-router": "^3.5.23",
"expo-status-bar": "^1.12.1",
"react": "18.2.0",
"react-native": "0.74.5",
"@shopify/react-native-skia": "1.5.0",
"expo": "^52.0.0",
"expo-linking": "~7.0.4",
"expo-router": "~4.0.16",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-calendars": "^1.1294.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-svg-transformer": "^1.4.0",
"react-native-web": "~0.19.10"
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@lad-tech/eslint-config": "^0.0.16",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native/babel-preset": "0.73.21",
"@react-native/metro-config": "0.73.5",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -69,8 +69,7 @@
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/react-native": "^9.1.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.2.6",
"@types/react-native": "^0.67.3",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.0",
"@types/xdate": "^0.8.32",
"@types/yargs": "^17.0.10",
Expand All @@ -79,17 +78,17 @@
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-expo": "^51.0.4",
"jest-expo": "~52.0.3",
"jest-sonar-reporter": "^2.0.0",
"lefthook": "^1.7.16",
"prettier": "^3.2.4",
"react-dom": "^18.2.0",
"react-dom": "18.3.1",
"react-test-renderer": "18.2.0",
"semantic-release": "^23.0.0",
"simple-git": "^3.10.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"typescript": "^5.7.3",
"winston": "^3.8.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/KeyboardAware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "Kirill Lebedev <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.66.4",
"react": ">=17.0.2"
"react": ">=17.0.2",
"react-native": ">=0.66.4"
}
}
}
8 changes: 4 additions & 4 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"author": "Kirill Lebedev <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.66.4",
"@lad-tech/mobydick-core": "7.35.0-next.7",
"react": ">=17.0.2",
"react-native-calendars": "^1.1292.0",
"@lad-tech/mobydick-core": "7.35.0-next.7"
"react-native": ">=0.66.4",
"react-native-calendars": "^1.1292.0"
}
}
}
Loading

0 comments on commit 9a80004

Please sign in to comment.