From 9ca2d88d6a3b367223ce5af80ea984289573b5c3 Mon Sep 17 00:00:00 2001 From: wkj <278599135@.com> Date: Mon, 13 May 2024 12:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A8=A1=E6=9D=BF=E7=94=9F?= =?UTF-8?q?=E6=88=90package=E7=9A=84=E5=BA=93=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/template.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/template.ts b/src/template.ts index cc4c430..9747eda 100644 --- a/src/template.ts +++ b/src/template.ts @@ -132,10 +132,10 @@ export function packageJsonContent({ "lodash": "^4.17.21", "nprogress": "^0.2.0", ${oakDependencyStr} - "react": "^18.2.0", - "react-dom": "^18.1.0", + "react": "~18.2.0", + "react-dom": "~18.2.0", "react-image-gallery": "^1.2.11", - "react-native": "0.72.7", + "react-native": "~0.72.7", "react-native-exception-handler": "^2.10.10", "react-native-gesture-handler": "^2.14.0", "react-native-localize": "^3.0.4", @@ -149,7 +149,6 @@ export function packageJsonContent({ "react-router-dom": "^6.4.0", "react-slick": "^0.29.0", "rmc-pull-to-refresh": "^1.0.13", - "slick-carousel": "^1.8.1", "uuid": "^8.3.2" }, "devDependencies": {