From 9bb1aec30d02ef62b3b3a26a6d109fd40c76b459 Mon Sep 17 00:00:00 2001 From: Ngoc Le <43195241+ngocle2497@users.noreply.github.com> Date: Wed, 2 Oct 2024 05:21:11 +0700 Subject: [PATCH] build new version --- package.json | 2 +- template/package.json | 27 +++++++++---------- ...+0.18.29.patch => @expo+cli+0.18.30.patch} | 0 3 files changed, 14 insertions(+), 15 deletions(-) rename template/patches/{@expo+cli+0.18.29.patch => @expo+cli+0.18.30.patch} (100%) diff --git a/package.json b/package.json index 04901a4..7310c13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rn-boiler-template", "private": false, - "version": "1.74.6", + "version": "1.74.9", "description": "Clean and minimalist React Native template for a quick start with TypeScript and components", "scripts": { "test": "exit 0" diff --git a/template/package.json b/template/package.json index 1ebd4a4..6762105 100644 --- a/template/package.json +++ b/template/package.json @@ -4,9 +4,8 @@ "private": true, "scripts": { "postinstall": "node ./scripts/setup.js", - "lint": "eslint index.js ./declare/**/*.{ts,js,tsx} ./scripts/**/*.js ./src/**/*.{ts,js,tsx} ", + "lint": "eslint index.js ./declare/**/*.ts ./scripts/**/*.js ./src/**/*.{ts,js,tsx} ", "start": "node scripts/start.js env/dev.json", - "format": "prettier --write **/*.{ts,tsx,js,json,md}", "splash": "node ./scripts/splash.js assets/splash/splash.png FFFFFF 150 main BootSplash", "type:check": "yarn tsc --noEmit --skipLibCheck", "app-icon": "npx -y rn-ml appicon -s assets/appicon/appicon.png", @@ -23,10 +22,10 @@ "dependencies": { "@gorhom/portal": "^1.0.14", "@hookform/resolvers": "^3.7.0", - "@react-native-community/netinfo": "^11.3.2", + "@react-native-community/netinfo": "^11.4.1", "@react-native-masked-view/masked-view": "^0.3.1", - "@react-navigation/native": "^6.1.17", - "@react-navigation/native-stack": "^6.10.0", + "@react-navigation/native": "^6.1.18", + "@react-navigation/native-stack": "^6.11.0", "@reduxjs/toolkit": "^2.2.6", "@shopify/flash-list": "^1.6.4", "@shopify/react-native-skia": "^1.3.7", @@ -41,22 +40,22 @@ "react": "18.2.0", "react-fast-compare": "^3.2.2", "react-freeze": "^1.0.4", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.53.0", "react-i18next": "^15.0.2", "react-native": "0.74.5", "react-native-animateable-text": "^0.12.1", "react-native-bootsplash": "^5.5.3", - "react-native-gesture-handler": "^2.17.1", - "react-native-keyboard-controller": "^1.12.4", + "react-native-gesture-handler": "^2.20.0", + "react-native-keyboard-controller": "^1.14.0", "react-native-keys": "^0.7.10", "react-native-linear-gradient": "^2.8.3", "react-native-mmkv": "^2.12.2", - "react-native-reanimated": "^3.14.0", - "react-native-safe-area-context": "^4.10.7", - "react-native-screens": "^3.32.0", - "react-native-svg": "^15.3.0", - "react-native-unistyles": "^2.9.1", - "react-native-vector-icons": "^10.1.0", + "react-native-reanimated": "^3.15.4", + "react-native-safe-area-context": "^4.11.0", + "react-native-screens": "^3.34.0", + "react-native-svg": "^15.7.1", + "react-native-unistyles": "^2.9.2", + "react-native-vector-icons": "^10.2.0", "react-redux": "^9.1.2", "zod": "^3.22.4" }, diff --git a/template/patches/@expo+cli+0.18.29.patch b/template/patches/@expo+cli+0.18.30.patch similarity index 100% rename from template/patches/@expo+cli+0.18.29.patch rename to template/patches/@expo+cli+0.18.30.patch