This commit is contained in:
parent
53c793050c
commit
177df12b34
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue