This commit is contained in:
Wang Kejun 2022-07-25 12:11:06 +08:00
parent 53c793050c
commit 177df12b34
2 changed files with 8 additions and 2 deletions

View File

@ -62,11 +62,14 @@ function packageJsonContent({ name, version, description, cliversion, cliname, i
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"rmc-pull-to-refresh": "^1.0.13",
"tdesign-icons-react": "^0.1.3",
"tdesign-mobile-react": "^0.1.2",
"tdesign-react": "^0.37.0",
"url": "^0.11.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.13",

View File

@ -68,11 +68,14 @@ export function packageJsonContent({
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"rmc-pull-to-refresh": "^1.0.13",
"tdesign-icons-react": "^0.1.3",
"tdesign-mobile-react": "^0.1.2",
"tdesign-react": "^0.37.0",
"url": "^0.11.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.13",