调整模板生成package的库依赖版本号

This commit is contained in:
wkj 2024-05-13 12:25:33 +08:00
parent ef3ccd7452
commit 9ca2d88d6a
1 changed files with 3 additions and 4 deletions

View File

@ -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": {