Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb committed Mar 5, 2024
1 parent f8bbc7b commit f94fff7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@tauri-apps/api": "^1.5.3",
"@tb-dev/eslint-config": "^2.1.2",
"@tb-dev/eslint-config": "^2.2.0",
"@tb-dev/stylelint-config": "^1.1.11",
"@tb-dev/utility-types": "^1.2.0",
"@tb-dev/utils": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/button/MButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const classList = computed(() => {
</script>

<template>
<button type="button" :class="classList" :disabled="disabled">
<button type="button" :class="classList" :disabled>
<slot>{{ label }}</slot>
</button>
</template>
Expand Down
88 changes: 44 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f94fff7

Please sign in to comment.