Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurier committed Jul 8, 2024
1 parent a9d8ee2 commit 57563f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-prettier": "^5.1.3",
"happy-dom": "^14.12.3",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
Expand All @@ -99,7 +99,7 @@
"taze": "^0.14.2",
"typescript": "latest",
"vite": "^5.3.3",
"vitest": "^1.6.0",
"vitest": "^2.0.1",
"vue": "^3.4.31",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.26"
Expand All @@ -114,4 +114,4 @@
"url": "https://github.com/cznethub/cznet-vue-core/issues"
},
"homepage": "https://github.com/cznethub/cznet-vue-core#readme"
}
}
2 changes: 1 addition & 1 deletion src/components/cz.file-explorer-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
v-if="item.isUploaded"
class="d-flex flex-grow-0 flex-shrink-0 ma-3 ml-2 pa-0 align-center"
>
<v-icon class="text-medium-emphasis" title="uploaded" size="small">
<v-icon class="text-disabled" title="uploaded" size="small">
mdi-cloud-check
</v-icon>
</v-col>
Expand Down

0 comments on commit 57563f0

Please sign in to comment.