去掉依赖 redux
This commit is contained in:
parent
2f7777e038
commit
9fca701a2d
|
|
@ -43,7 +43,6 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
|
|||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.7.2",
|
||||
"classnames": "^2.3.1",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"dayjs": "^1.11.5",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ export function packageJsonContent({
|
|||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.7.2",
|
||||
"classnames": "^2.3.1",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"dayjs": "^1.11.5",
|
||||
|
|
|
|||
Loading…
Reference in New Issue