Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
refactor: theme color change (#543)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <i@ryanc.cc>
  • Loading branch information
ruibaby authored Apr 8, 2022
1 parent e8bd5e2 commit cd5016d
Show file tree
Hide file tree
Showing 9 changed files with 554 additions and 8,214 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/basic-setup": "^0.19.3",
"@codemirror/lang-html": "^0.19.4",
"@codemirror/lang-java": "^0.19.1",
"@halo-dev/admin-api": "^1.0.0",
Expand All @@ -30,10 +30,10 @@
"enquire.js": "^2.1.6",
"filepond": "^4.30.3",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-preview": "^4.6.10",
"filepond-plugin-image-preview": "^4.6.11",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"marked": "^4.0.12",
"marked": "^4.0.13",
"md5.js": "^1.3.5",
"nprogress": "^0.2.0",
"tiny-pinyin": "^1.3.2",
Expand All @@ -50,23 +50,25 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@ant-design/colors": "3.2.2",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@vue/cli-plugin-babel": "~5.0.3",
"@vue/cli-plugin-eslint": "~5.0.3",
"@vue/cli-plugin-router": "~5.0.3",
"@vue/cli-plugin-vuex": "~5.0.3",
"@vue/cli-service": "~5.0.3",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-router": "~5.0.4",
"@vue/cli-plugin-vuex": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-vue": "^8.6.0",
"husky": "^6.0.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lint-staged": "^11.2.6",
"prettier": "^2.6.0",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"vue-template-compiler": "^2.6.14"
"vue-template-compiler": "^2.6.14",
"webpack-theme-color-replacer": "^1.3.26"
}
}
Loading

0 comments on commit cd5016d

Please sign in to comment.