refactor: refactor the project to solve the hot update problem caused by…
refactor: refactor the project to solve the hot update problem caused by circular dependencies close #301
正在显示
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^12.0.1", | "@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-conventional": "^12.0.1", | "@commitlint/config-conventional": "^12.0.1", | ||
"@iconify/json": "^1.1.312", | "@iconify/json": "^1.1.313", | ||
"@ls-lint/ls-lint": "^1.9.2", | "@ls-lint/ls-lint": "^1.9.2", | ||
"@purge-icons/generated": "^0.7.0", | "@purge-icons/generated": "^0.7.0", | ||
"@types/crypto-js": "^4.0.1", | "@types/crypto-js": "^4.0.1", | ||
... | @@ -119,7 +119,7 @@ | ... | @@ -119,7 +119,7 @@ |
"resolutions": { | "resolutions": { | ||
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | ||
"bin-wrapper": "npm:bin-wrapper-china", | "bin-wrapper": "npm:bin-wrapper-china", | ||
"esbuild": "0.8.56", | "esbuild": "0.8.57", | ||
"rollup": "2.40.0" | "rollup": "2.40.0" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | ... |
src/store/types.ts
0 → 100644
src/utils/auth/index.ts
0 → 100644
请
注册
或者
登录
后发表评论