提交 7e2ca79e 作者: vben

fix: theme switching fails

上级 8eaf5756
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^12.1.4", "@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4", "@commitlint/config-conventional": "^12.1.4",
"@iconify/json": "^1.1.348", "@iconify/json": "^1.1.349",
"@purge-icons/generated": "^0.7.0", "@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.0", "@types/codemirror": "^5.60.0",
"@types/crypto-js": "^4.0.1", "@types/crypto-js": "^4.0.1",
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
"@vitejs/plugin-vue": "^1.2.2", "@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue-jsx": "^1.1.4", "@vitejs/plugin-vue-jsx": "^1.1.4",
"@vue/compiler-sfc": "3.1.0-beta.4", "@vue/compiler-sfc": "3.1.0-beta.4",
"autoprefixer": "^10.2.5", "autoprefixer": "^10.2.6",
"commitizen": "^4.2.4", "commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1", "conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
"stylelint-order": "^4.1.0", "stylelint-order": "^4.1.0",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"typescript": "4.2.4", "typescript": "4.2.4",
"vite": "2.3.4", "vite": "2.3.3",
"vite-plugin-compression": "^0.2.5", "vite-plugin-compression": "^0.2.5",
"vite-plugin-html": "^2.0.7", "vite-plugin-html": "^2.0.7",
"vite-plugin-imagemin": "^0.3.2", "vite-plugin-imagemin": "^0.3.2",
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"vite-plugin-pwa": "^0.7.3", "vite-plugin-pwa": "^0.7.3",
"vite-plugin-style-import": "^0.10.1", "vite-plugin-style-import": "^0.10.1",
"vite-plugin-svg-icons": "^0.6.1", "vite-plugin-svg-icons": "^0.6.1",
"vite-plugin-theme": "^0.7.1", "vite-plugin-theme": "^0.8.0",
"vite-plugin-windicss": "0.16.0", "vite-plugin-windicss": "0.16.0",
"vue-eslint-parser": "^7.6.0", "vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.1.6" "vue-tsc": "^0.1.6"
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,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",
"rollup": "^2.50.0" "rollup": "^2.50.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论