Skip to content

Commit

Permalink
feat: change ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-advokate committed Sep 10, 2024
1 parent 017f524 commit ac85c3c
Show file tree
Hide file tree
Showing 10 changed files with 545 additions and 532 deletions.
15 changes: 8 additions & 7 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
defaults
> 1%
last 2 versions
not dead
not op_mini all
last 2 versions

Chrome > 87
Firefox > 78
Safari > 13
Edge > 88
ie > 11
Chrome > 51
Edge > 15
Firefox > 54
Safari > 10
not IE <= 11
Android >= 6.0
iOS > 7
iOS > 10

supports es6-module
2 changes: 1 addition & 1 deletion .postcssrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default {
plugins: {
autoprefixer: {
overrideBrowserslist: ["Android >= 4.1", "iOS >= 7.1", "Chrome > 31", "ff > 31", "ie >= 8"],
// overrideBrowserslist: ["Android >= 4.1", "iOS >= 7.1", "Chrome > 87", "ff > 78", "not ie"],
grid: true,
},
// "postcss-px-to-viewport-8-plugin": {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"nprogress": "^0.2.0",
"pinia": "^2.2.2",
"qs": "^6.13.0",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vuetify": "^3.7.1"
Expand All @@ -87,19 +87,19 @@
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/format": "^19.3.0",
"@commitlint/types": "^19.0.3",
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.10.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@types/echarts": "^4.9.22",
"@types/node": "^20.16.5",
"@types/qs": "^6.9.15",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.3",
"@vue/compiler-sfc": "^3.5.4",
"autoprefixer": "^10.4.20",
"browserslist": "^4.23.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
Expand All @@ -124,21 +124,21 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.5.1",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"terser": "^5.32.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-define-options": "^1.4.9",
"unplugin-vue-define-options": "^1.4.10",
"vite": "^5.4.3",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-compression2": "^1.2.0",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vuetify": "^2.0.3",
"vite-plugin-vuetify": "^2.0.4",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.6"
},
Expand Down
Loading

0 comments on commit ac85c3c

Please sign in to comment.