调整模板生成package的库依赖版本号
This commit is contained in:
parent
ef3ccd7452
commit
9ca2d88d6a
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue